
I'm having issues on customized screens with clients running on windows 7 proffesional 64 b.
When you try to open the screen, an visual basic screen appears with the message Compile error. Can't find project or library.
The screens run ok on the server windows 2008 R2 64B and in clients with 32 bits systems.
*This post is locked for comments
I have the same question (0)Hello MMaafs,
Are these custom screens that you developed? Ffor a SDK app to work on a 64bit machine, the target platform in visual studio needs to be set to "x86". To do this:
1 - In Visual Studio, before you click debug, select Build -> Configuration Manager.
2 - Under "Active Solution Platform" select ""
3 - Under "Type of Select the new platform" select "x86"
4 - Click OK. The active solution platform field and the Platform column in the grid should be set to "x86"
5 - Recompile your code and try again.
Let me know if I have correctly understood the issue.