Posted 3 November 2017, 3:07 am EST
Hi,
In order to resolve the issue, please try the following methods at your end:
- Are you using the same dlls for the controls on the other machines? Under the References in the Solution Explorer, check the
version of the dlls used. This must be same as the developing environment or the Specific Version property of the dlls should be set to
False.
- Are all your machines 64-bit or 32-bit? 32-bit Visual Studio cannot load x64 unmanaged code. Note that by default, C# projects are
compiled as Any CPU which compiles to x64 on Windows x64.
- Clear the bin and obj folders (requires shutting down the Visual Studio first)
- Clean and Rebuild the sample. Also, restart the Visual studio.
- Check the Resources directory and remove any unwanted file. Ensure that there is no old version of the resource DLL in the C:
\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE folder. If it exists, delete it along with its PDB.
One of the above methods should resolve the issue for you. If it persists, we request you to share these details:
i. Screenshot of the exact error observed
ii. Environment details of the system on which the designer is loaded properly and of the other system on which it is not.
This will help us assist you further.
Best Regards,
Esha