Question .net apllication crashed with error

amit_bdn

New member
Joined
Oct 16, 2010
Messages
1
Programming Experience
Beginner
Hi,

I developed one application in VB.Net 2010. It worked fine on my laptop.
Now when I run this on another PC, it just crashes and give windows error as below.
Application: CallinkMig.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[])
at CallinkMig.My.MyApplication.Main(System.String[])

Along with this.
EventType clr20r3, P1 callinkmig.exe, P2 1.0.0.0, P3 4cb8209c, P4 mscorlib, P5 4.0.0.0, P6 4ba1da6f, P7 105d, P8 1c, P9 system.invalidoperationexception, P10 NIL.

This application required .Net framework 4 & Oracle 9 ODBC drivers, which I installed on new PC.

I am not able to figure out what is the problem exactly, however it seems something with .Net framework itself

Can anybody please help me???
I will be highly thankful for your quick reply.

Regards
Amit Sharma
 
Back
Top