problem when running the application with out debugging mode..
-
Hi Iam doing windows application using c#.. when i build the application...it's sucessfully build.. and run the application (Ctrl+f5) with out debugging mode.. it's giving error--- system.InvalidoperationException occured in .exe[3660].Just-in-time debuging exception failed.. but when i run the application in Debugging Mode F5 it's working Fine... I think the problem is in my static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); mainform form = mainform.GetInstance(); Application.Run(form); } please give me solution where the exact problem is ?
murali krishna
-
Hi Iam doing windows application using c#.. when i build the application...it's sucessfully build.. and run the application (Ctrl+f5) with out debugging mode.. it's giving error--- system.InvalidoperationException occured in .exe[3660].Just-in-time debuging exception failed.. but when i run the application in Debugging Mode F5 it's working Fine... I think the problem is in my static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); mainform form = mainform.GetInstance(); Application.Run(form); } please give me solution where the exact problem is ?
murali krishna
Without knowing what are you doing in mainform we can't help.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern