System.OutOfMemoryException'

K

king solomon

Hi,
I have installed VS.Net(Ver:7.0.9466) & .Net_Frameword_1.0
(Ver: 1.0.3705). Until recently, I could develop and run
applications using the VS.IDE.

A couple of days ago, I downloaded a sample application
(remoting example) that required .Net_Framework_1.1.
Since then I can only run console apps. If I try to run a
windows app with only a form, I get the following error
message:
/*---------------------------------------------------
1. WINDOWS APP WITH ONLY A FORM
-------------------------------
An unhandled exception of
type 'System.OutOfMemoryException' occurred in
system.windows.forms.dll

Additional information: Error creating window handle.

-----------------------------------------
2. WINDOWS APP WITH FORM AND TEXTBOX ONLY
-----------------------------------------
An unhandled exception of
type 'System.NullReferenceException' occurred in system.dll

Additional information: Object reference not set to an
instance of an object.
------------------------------------------------------*/

I uninstalled everything that has to do with VS.Net and re-
installed it. The problem still remains.

I tried to run a compiled windows application written in
VS.Net in a different developer machine and it seems to
run fine.

WHAT IS THE PROBLEM
Thanx.

..
 
T

Tim Stephenson

Did you install framework 1.1 when trying to run the sample app ?

One option that may sort the problem out would be to remove Visual Studio,
remove the framework (both 1.0 & 1.1) and then reinstall - frameworks
first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top