Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mapguide 6.5 ActiveX and Windows Vista and Windows 7 Work in C#

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
1091 Views, 0 Replies

Mapguide 6.5 ActiveX and Windows Vista and Windows 7 Work in C#

I program in C# with Mapguide 6.5 activeX, and, like some many people i have problems when i want work with Windows Vista and Windows 7.

Well the problem can be resolved with this:

In computer where the program is developed, we need disable DEP (Data Execution Prevention). DEP exists on windows XP, but by default is disable, but in Vista or 7, is enable.

To disable we just need do the next line in command line with administration privileges:

bcdedit /set {current} nx AlwaysOff

and for run in other computer we need to do:

editbin /NXCOMPAT:NO ourfile.exe

editbin exists in Microsoft Visual C++ 2008 Express Edition

if anyone want see my program: http://sig.cm-portimao.pt
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report