why does not work the following script on T21C and on TA150 is working OK.
Missing library ... ?
T21C -> Error message in iX Developer - Cannot convert type 'Neo.ApplicationFramework.Generated.TestForm' to 'System.Windows.Forms.Form'
Code: Select all
namespace Neo.ApplicationFramework.Generated
{
using System.Windows.Forms;
using System;
using System.Drawing;
using Neo.ApplicationFramework.Tools;
using Neo.ApplicationFramework.Common.Graphics.Logic;
using Neo.ApplicationFramework.Controls;
using Neo.ApplicationFramework.Interfaces;
using System.IO;
public partial class TestForm
{
void Design1()
{
Form form = (Form) this;
............
Regards
Joe