Weirdest day
-
well, today is started with anger. The reason is of course VS.NET, This is the second time that, my working code started to give some stupid errors , like out of memory exception(the error is: An unhandled exception of type 'System.OutOfMemoryException' occurred in system.windows.forms.dll Additional information: Error creating window handle.) this is happening when I open a certain form but, if I open another form , it just works fine.. and endless loop before opening windows form (It seems like ApplicationContext failed to change the main form, so I changed my code, and its working fine right now..But why ???). I guess , it is because of VS and I started to consider re-install VS.NET. Did anybody have the same problem(s) before?
-
well, today is started with anger. The reason is of course VS.NET, This is the second time that, my working code started to give some stupid errors , like out of memory exception(the error is: An unhandled exception of type 'System.OutOfMemoryException' occurred in system.windows.forms.dll Additional information: Error creating window handle.) this is happening when I open a certain form but, if I open another form , it just works fine.. and endless loop before opening windows form (It seems like ApplicationContext failed to change the main form, so I changed my code, and its working fine right now..But why ???). I guess , it is because of VS and I started to consider re-install VS.NET. Did anybody have the same problem(s) before?
At last , I found the error , which is because of the debugger..But still weird things happening.. Well , I guess the best choice to re-install the .NET Studio.
-
At last , I found the error , which is because of the debugger..But still weird things happening.. Well , I guess the best choice to re-install the .NET Studio.