Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET 1.1 version trouble

Status
Not open for further replies.

darxpan

Programmer
Oct 14, 2003
33
US
I have installed the .NET 1.1 framwork and the SDK, but the 1.1.4... assembliy files do not show up in the Assembly folder. When I try to run code that requires 1.1, like directX 9.0b, I get an error saying that I can't run the code with the current version of the .NET runtime.

The system.dll file and its associtiates are on my box and in their folder. I can set my refernces to them in my project, but it doesn't help.

My project is deadlocked. Any suggestions?
 
BTW, what is this .NET version 1.0.5000 I see in my Assembly? There is no such .dll that I can find. Why isn't that 1.1 instead? Is it because I don't have Visual studio 2003?
 
VS.NET 2002 doesn't know about v1.1 of the framework. The two are pretty tightly integrated.

I'm afraid you'll have to upgrade -- VS.NET 2003 used to be available as a download from MSDN for subscribers. If you have a retail box you'll have to call them up and see what the upgrade price is.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top