Resources » .NET programming » General

Solution for Windowless ActiveX control issue in windows 7 machine


Posted Date:     Category: General    
Author: Member Level: Silver    Points: 10


'System.Reflection.TargetInvocationException: Unable to get the window handle for the 'AxMPAKManual' control. Windowless ActiveX controls are not supported. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Learn on Solution for Windowless ActiveX control issue in windows 7 machine.



 


About Solution for Windowless ActiveX control issue in windows 7 machine


To fix this issue is to turn off your hardware enabled DEP. PRD Software is currently working on a solution that will work without having to do this, however for the time being, the following work around is the only option available to get the Help Master Pro reports working on a Vista/Windows 7 machine that suffers from this issue.

Run a command prompt as administrator. To do this, click the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:

bcdedit.exe /set {current} nx AlwaysOff

You MUST restart computer after running the above command. You can always turn it back on again, do the same and run the following:

bcdedit.exe /set {current} nx AlwaysOn

Note: The changes you have made require you to restart your computer before they can effect.

I hope it will helpful for all.





Did you like this resource? Share it with your friends and show your love!


Responses to "Solution for Windowless ActiveX control issue in windows 7 machine"

No responses found. Be the first to respond...

Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: What is Generics Classes? Explanation with a sample code.
    Previous Resource: Computer capturing power everywhere
    Return to Resources
    Post New Resource
    Category: General


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    Windowless  .  ActiveX  .  



    Follow us on Twitter: https://twitter.com/dotnetspider

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.