Which version of framework?

W

What-a-Tool

I am trying to write an application in VS.Net. (Academic)
The minimum form size property does not work with my MDIchild form.
Have been told the original .NET framework did not support this, but 1.1
does. I had the .NETframework SP2 installed

I un-installed VS.Net and the .NETframework
I have installed the 1.1 redistributable package.
I re-installed VS.Net.
It told me that the proper version of the .netframework was not installed,
and I needed to install the version that came with the software (V1.0.0375).
I did this and installed .Net Framework SP2 again.
I now have 1.0.0375 and 1.1 installed.
If you un-install 1.0.0375, VS does not function.
My minimum form size property is still not doing what it is supposed to.

Anyone have any suggestions?



--

/ Sean the Mc /


"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
 
J

Jerry Ham

You need Visual Studio 2003 to develop with the 1.1 framework. You are using
VS 2002, which uses the 1.0 framework.

Jerry
 
W

What-a-Tool

Aaah Ha! That explains it!

Thanks

--

/ Sean the Mc /


"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
 

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