Closed almajidi closed 5 years ago
This happens when you reference the 64bits versions WalkinsideSDK2.dll and WeifenLuo.WinFormsUI.Docking.dll. Visual studio designer is running in 32bits and can not load the 64bits versions to be used in the designer.
There are 2 ways to solve this.
Kind regards
It works! thank you so much @griemens :)
I try to open the MainForm.cs[Design] but was getting error message as below,
The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: MainForm --- The base class 'vrcontext.walkinside.sdk.VRForm' could not be loaded. Ensure the assembly has been referenced and that all projects have been built.
Is there any ways to solve this?