|
Hi there,
creating a windows application with VS don’t work out at my computer. Compiling and running the code which was generated by Visual Studio (just an empty form) throws the following error:
Unhandled Exception: System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. at System.Windows.Forms.UnsafeNativeMethods.WaitMessage() at System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at WindowsApplication8.Form1.Main(String[] args) in e:\budev\reader\windowsapplication8\form1.cs:line 19
Please help me!
|
