Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. problem when running the application with out debugging mode..

problem when running the application with out debugging mode..

Scheduled Pinned Locked Moved Windows Forms
helpcsharpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    avvaru murali
    wrote on last edited by
    #1

    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

    Z 1 Reply Last reply
    0
    • A avvaru murali

      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

      Z Offline
      Z Offline
      Zoltan Balazs
      wrote on last edited by
      #2

      Without knowing what are you doing in mainform we can't help.

      Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups