I tried to copy and paste forms and when I did it showed up as code not the design form? I copied just one basic button to the new V3.93 and it gave me the option to paste but when selected paste, nothing pasted ..?? Am I going about this wrong? Is there an easy fix to the earlier version?
As I have 11 forms with a lot of code behind them and lots of visual component's.
The best chance for an easy fix is to see if version 3.70, which is still on SourceForge, does not have the bit 15 problem. If not then you can import your forns into it.
After 3.80, the driver architecture was changed, so you would not be able to get the latest driver to work in a Pre-3.80 version.
- Download and open the latest version in Visual Studio
- In the Solution Explorer, right click the AdvancedHMI project and select Add->Existing
- Browse to and select only your .vb files with the names of your forms from your previous project
- Once the old forms are in the new project, you will get an error for every control
- You will need to edit the files with the errors and change the controls namespace
For example:
MfgControl.AdvancedHMI.BasicLabel will become AdvancedHMIContols.BasicLabelThis pattern will be the same for all controls.