473,569 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Framework version v1.1.4322

I had Framework version v1.0.3705 installed and upgraded
to v1.1.4322 but when I create a new project in Visual
Studio I find that the system reference is
C:\WINNT\Micros oft.NET\Framewo rk\v1.0.3705\Sy stem.dll.

I think that this is wrong and I fear I have to do
something with Visual Studio. Anybody knows?
Jul 19 '05 #1
3 8502
Juan

I am assuming from your post that you are using Visual Studio V2002. VS.NET
2002 is hard coded to use Framework V1.0. Unfortunately, there is no way to
change this.

VS.NET 2003 is required if you wish to use Framework V1.1.

HTH

Charles
"Juan Reyes" <jr*****@gobier nodecanarias.or g> wrote in message
news:0c******** *************** *****@phx.gbl.. .
I had Framework version v1.0.3705 installed and upgraded
to v1.1.4322 but when I create a new project in Visual
Studio I find that the system reference is
C:\WINNT\Micros oft.NET\Framewo rk\v1.0.3705\Sy stem.dll.

I think that this is wrong and I fear I have to do
something with Visual Studio. Anybody knows?

Jul 19 '05 #2
Juan,
I had Framework version v1.0.3705 installed and upgraded
to v1.1.4322 but when I create a new project in Visual
Studio I find that the system reference is
C:\WINNT\Micro soft.NET\Framew ork\v1.0.3705\S ystem.dll.

I think that this is wrong and I fear I have to do
something with Visual Studio. Anybody knows?

VS.NET 2002 is tied to v1.0 of the framework. If you want to develop
against v1.1, the best solution is to upgrade to VS.NET 2003.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
Jul 19 '05 #3
Hi, Charles. Thank you very much for your immediate answer.
Yes, Visual Studio 2002 is the version I'm using. I hope
in a few weeks I'll have VS.NET 2003

Thanks again
Juan Reyes
-----Original Message-----
Juan

I am assuming from your post that you are using Visual Studio V2002. VS.NET2002 is hard coded to use Framework V1.0. Unfortunately, there is no way tochange this.

VS.NET 2003 is required if you wish to use Framework V1.1.

HTH

Charles
"Juan Reyes" <jr*****@gobier nodecanarias.or g> wrote in messagenews:0c******* *************** ******@phx.gbl. ..
I had Framework version v1.0.3705 installed and upgraded
to v1.1.4322 but when I create a new project in Visual
Studio I find that the system reference is
C:\WINNT\Micros oft.NET\Framewo rk\v1.0.3705\Sy stem.dll.

I think that this is wrong and I fear I have to do
something with Visual Studio. Anybody knows?

.

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
630
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the best group to share this information. A co-worker and I were able to determine how to tell exactly what version of .NET Framework is installed. We...
11
3362
by: Ceri Williams | last post by:
I followed the excellent MSDN article "Code Generation in the .NET Framework Using XML Schema" to build a substitute for the limited xsd.exe. My code works fine under .NET framework 1.1, but after installing .net framework service pack 1, my code breaks. Below are trivial example files that demonstrate the problem: XSD FILE aaa.xsd...
6
2069
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB article: Microsoft Knowledge Base Article - 819267 INFO: HTTP GET and HTTP POST Are Disabled by Default ...
1
5678
by: Ivan | last post by:
Hi, I have moved an entire solution from .netframework 1.0 to 1.1; also I have migrated the solution to VS2003. After this I have added a new project (Web) to previous solution; I'm referencing a DLL from other project within the solution and including some user controls within my new project, but whenever I try to execute a new aspx I have...
2
4207
by: Amelyan | last post by:
VisualStudio is trying to copy older version of Company.Interface.dll into runtime directory from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ and I get this warning. Warning: The dependency 'Company.Interface, Version=1.0.1940.30685, Culture=neutral' in project 'MyWebApplication' cannot be copied to the run...
1
2248
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows v1.1.4322.573 which is supposed to be 1.1 with no service packs.
1
2434
by: DivB | last post by:
Hello, I have a nice application compiled with the first Visual Studio.net release. It's a converted VB6 app. I'm also using this files: Interop.DxVBLibA.dll Interop.MSComDlg.dll AxInterop.MSComDlg.dll
3
3056
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that the current site is running under and it can be retreived with...
29
2461
by: =?Utf-8?B?SGVybWF3aWg=?= | last post by:
Hello, Please anybody help me. I have only a little experience with web development. I created simple project using ASP NET 2.0 (VS 2005) It works fine on local computer. When I tried to run the application on the web, it give me an error about net framework version information.
13
6628
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net Framework Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3657
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2117
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.