473,804 Members | 2,164 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can VB 2003 use .net 2.0 framework?

cj
Can VB 2003 use .net 2.0 framework?
May 2 '06 #1
7 1098
"cj" <cj@nospam.nosp am> schrieb:
Can VB 2003 use .net 2.0 framework?


No, that's not supported.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
May 2 '06 #2
Hi,

The VS.NET 2003 is bound to .NET framework 1.1 and cannot use .NET
framework 2.0 instead.

Kevin Yu
Microsoft Online Community Support

=============== =============== =============== =============== =============== =
=============== ===========
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =============== =============== =
=============== ===========

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

May 3 '06 #3
cj wrote:
Can VB 2003 use .net 2.0 framework?


Visual Studio 2003 compiles to framework 1.1. The code can be run on a
computer only having framework 2.0, though.
May 3 '06 #4
Is this really true? My understanding is that if an application is built to
use 1.1 then it needs 1.1 installed on the target PCs.

Sid.

"Göran Andersson" <gu***@guffa.co m> wrote in message
news:e2******** *****@TK2MSFTNG P02.phx.gbl...
cj wrote:
Can VB 2003 use .net 2.0 framework?


Visual Studio 2003 compiles to framework 1.1. The code can be run on a
computer only having framework 2.0, though.

May 3 '06 #5
"Sid Price" <si*@nowhere.co m> schrieb:
Is this really true? My understanding is that if an application is built
to use 1.1 then it needs 1.1 installed on the target PCs.


IIRC no, but testing is required because there might be some
incompatibiliti es between .NET 1.1 and .NET 2.0.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

May 3 '06 #6
Hi Sid,

Yes, it's true. See:

Microsoft .NET Framework 1.1 and 2.0 (Beta) Compatibility
http://msdn.microsoft.com/library/de...etfxcompat.asp

Compatibility Testing Scenarios
http://msdn.microsoft.com/library/de...patapptest.asp

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Sid Price" <si*@nowhere.co m> escribió en el mensaje
news:u%******** ********@TK2MSF TNGP02.phx.gbl. ..
Is this really true? My understanding is that if an application is built
to use 1.1 then it needs 1.1 installed on the target PCs.

Sid.

"Göran Andersson" <gu***@guffa.co m> wrote in message
news:e2******** *****@TK2MSFTNG P02.phx.gbl...
cj wrote:
Can VB 2003 use .net 2.0 framework?


Visual Studio 2003 compiles to framework 1.1. The code can be run on a
computer only having framework 2.0, though.


May 4 '06 #7
Thanks for the links, very interesting.

I had a user of my application complain that he only had 2.0 on his machine
and that the installer would not complete without 1.1 being installed. I
guess this may be an installer issue that I need to investigate; that was
what made me believe that I needed 1.1 on th etarget machine.

Again, thank you,
Sid.

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAM sogecable.com> wrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Hi Sid,

Yes, it's true. See:

Microsoft .NET Framework 1.1 and 2.0 (Beta) Compatibility
http://msdn.microsoft.com/library/de...etfxcompat.asp

Compatibility Testing Scenarios
http://msdn.microsoft.com/library/de...patapptest.asp

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Sid Price" <si*@nowhere.co m> escribió en el mensaje
news:u%******** ********@TK2MSF TNGP02.phx.gbl. ..
Is this really true? My understanding is that if an application is built
to use 1.1 then it needs 1.1 installed on the target PCs.

Sid.

"Göran Andersson" <gu***@guffa.co m> wrote in message
news:e2******** *****@TK2MSFTNG P02.phx.gbl...
cj wrote:
Can VB 2003 use .net 2.0 framework?

Visual Studio 2003 compiles to framework 1.1. The code can be run on a
computer only having framework 2.0, though.



May 4 '06 #8

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

Similar topics

6
6180
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
6
2148
by: David Waz... | last post by:
Moved an app from W/2000 Asp V1.0 to W/2003, VS/2003, ASPV 1.1 Page runs a long job, uploading 2 large fixed length files (300,000 rows) into SQL database. A process is run against the data, and altered flat-files produced. The job aborts at EXACTLY 105 seconds (1 min, 45 seconds) regardless of WHERE in the process we are - could be DB read, DB write, string manipulation - whatever.
8
1837
by: Hardy Wang | last post by:
Hi: Is it possible for me to create/open web application from remote machine other than port 80? And create application directly under virtual web site instead of creating a virtual directory? Because there is a developing server in our company running IIS with multiple web sites, each one has its own port number. In real scenario, no applications will run under virtual directory, but directly under a site. Thanks!
3
7667
by: Harry Simpson | last post by:
Windows Server 2003 is supposed to include Framework 1.1 right. I don't have it here but have reports that the web is not running. The users say that the %COMPUTERNAME%\ASPNET user doesn't exist. Questions: 1. is this user replaced by the %COMPUTERNAME%\NETWORK SERVICE user in Windows 2003 Server (IIS6)? 2. if the ASPNET user still needed to run .NET apps and it's missing, how would you add to a Windows 2003 Server box?
9
2312
by: Marc Miller | last post by:
Hi all, I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP Pro with .NET 2003. My Web Server is Win 2000 Server with IIS 5.0. I can create a new project on my test server from the 1st machine, but I receive an 'HTTP/1.1 500 Internal Server error" from my Web Server. My userid/password are the same on all 3 machines.
3
2341
by: Sam | last post by:
I wonder whether I should install .net framework 1.1 with service pack 1 into MS Windows 2003 Server? My inquiries Application using ASP.Net 1.1 - Will it run on MS Windows 2003 Server without install .net framework 1.1 - Any impact if I not .net framework 1.1 into MS Windows 2003 Server Please advise.
1
2869
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer XP Pro/IIS 5.1. Everything worked fine prior to installing V/Studio 2003. Was running V/Studio classic 6/Asp parallel with V/Studio 2002/aspx. Anyone have any new solutions or urls' to point me to for this problem short of reinstalling the local developer setup consisting of Win XP OS/IIS 5.1 along with FP...
22
3309
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
14
2966
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will utilise the disco file to update the Corresponding proxy file and reflect the changes made to the web service. However, the results of doing this with out params is that the results seem
10
1388
by: cnickl | last post by:
Hi, I have a general ASP.NET question. As far as I understand, if I install the Framework 2.0 I also get ASP.NET 2.0. However I don’t want to spent the money to buy VS 2005 right now. Can I write ASP.NET 2.0 Websites in VS 2003?
0
9714
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9594
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10600
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10096
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9174
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7638
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6866
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4311
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
3
3002
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.