Click here to Skip to main content
15,888,162 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I created a windows application using vb.net 2010 with mysql as my backend. And now its done but when i try to launch it to another computer for testing and production it gives me an error and says "My application stop working check for solution online" below are the details of the error. Please help!!!

HTML
Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: tmshd v.4.1.exe
  Problem Signature 02: 1.0.0.0
  Problem Signature 03: 51a53e19
  Problem Signature 04: TMSHD v.4.1
  Problem Signature 05: 1.0.0.0
  Problem Signature 06: 51a53e19
  Problem Signature 07: 17
  Problem Signature 08: e9
  Problem Signature 09: System.InvalidOperationException
  OS Version:  
  Locale ID: 
  
Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
Posted
Updated 29-May-13 3:35am
v3
Comments
Prasad Khandekar 29-May-13 9:54am    
Please check whether all the third party referenced assemblies are in your application's root folder.

Hi, in my case this error happens when I use librarys of a Framework less than the framework that I use to compile the project.

There are som object that you use in your window form that from a Library of netframework 2 for example Microsoft.VisualBasic.PowerPacks.Vs that don't has a similar in Framework 4.

How to solve the problem?

Go to the project
expand the reference
Inspect the property of framework, usually the penultimate of the list is this version les than the framework use to compile change in the same property list the 'local copy´to true
Recompile and the application works
 
Share this answer
 
Impossible to say from just being given that. But here are some an article that may help you find the source of the problem:
http://blogs.msdn.com/b/oanapl/archive/2009/01/30/windows-error-reporting-wer-and-clr-integration.aspx[^]
http://naveensrinivasan.com/2010/11/16/clr20r3/[^]
Using those, you should be able to at least figure out where it was thrown in your code, and work from there.
 
Share this answer
 
Comments
athan_makubex 29-May-13 10:01am    
Hi lewaz00 thanks for the link.. i will get back as soon as i find the cause of the error..
Hi, after how many trial and error i found the solution at last. I just published the application i made and try to install them. and the windows will tell you the requirements before you can install or run the application.. Thanks guys..
 
Share this answer
 
Comments
RajaBoyina 28-Aug-14 7:51am    
Hi Athan_Makubex, I'm facing the same issue for one of my user. While opening .exe file it is stop working. Can you please advise the steps how to fix this issue.

Thanks,
Raja

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900