I have several visual basic 2010 programs. One of the programs I have installed the program on four different windows 7 computers. I get the following error on one of the computers. Then another program I have installed it on 8 computers and I get the same error on 6 of the computers. Here is the error message I get:
2011-10-11 06:19:04 , Main, -2147467261, Attempted to read or write protected memory. This is often an indication that other memory is corrupt., at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.RunDialog(Form form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at Molding.modMain.Main() in C:\Users\user\Documents\Visual Studio 2010\Line Side Labeling\Toota\051 Radiator\GB-Final\modMain.vb:line 198
So far I have disabled DEP, turned off antivirus, turned off firewall and nothing has worked. I leave the program open on the weekend and the program doesn’t even do anything and I still get the error. Does anybody know how to fix this problem?
Bookmarks