473,467 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

.Net 2002 Vs. .Net 2003

Hi All,

Is there a backward compatability issue regarding to .Net 2002 and .Net
2003? I heard someone said that if you're developing in .Net 2003 and gave
the entire project to someone who is developing using VS .Net 2002 and they
can't open the solution file (.sln). Is there a solution to fix this
problem. TIA

Jul 21 '05 #1
3 1589
>Is there a backward compatability issue regarding to .Net 2002 and .Net
2003? I heard someone said that if you're developing in .Net 2003 and gave
the entire project to someone who is developing using VS .Net 2002 and they
can't open the solution file (.sln). Is there a solution to fix this
problem. TIA

Nope. You can go forward, but not back. When you open a project/solution
developed with .Net 2002 in .Net 2003, it pops up a message notifying of you of
this fact and that you cannot open it again in .Net 2002.

Jul 21 '05 #2
> Is there a backward compatability issue regarding to .Net 2002 and .Net
2003? I heard someone said that if you're developing in .Net 2003 and gave the entire project to someone who is developing using VS .Net 2002 and they can't open the solution file (.sln). Is there a solution to fix this
problem. TIA

You can by opening the configuration files with notepad, and copy the 2002
typical headers to the 2003 project.
*.csproj, *.csproj.user and *.sln I think. (You have to check out the
differences for your application)
And it will be trial and error.

Make sure you have a complete backup of the project since messing around
with controls that have properties in 2003 but suddenly have only properties
of 2002 might mess up your forms. I had this several times.
Jul 21 '05 #3
Larry,
There is a utility at Code Project that will convert a VS.NET 2003 solution
back to VS.NET 2002.

http://www.codeproject.com/macro/vsconvert.asp

As long as you stay away from VB.NET 2003 constructs (For Each item As
Integer & bit shift operators) there should be no real problems converting
the project back to VS.NET 2002 when working on it on campus.

The one quirk you will find is that VB.NET 2003 removes the parenthesis on
the constructor when creating new objects with the default constructor,
while VB.NET 2002 wants them there.

' VS.NET 2003 syntax
Dim x as New MainForm

' VS.NET 2002 syntax
Dim x as New MainForm()

I don't know of any language changes from C# 1.0 to C# 1.1, but you may have
similar issues there.

Hope this helps
Jay
"Larry Pits" <lp***@hotmail.com> wrote in message
news:eX**************@TK2MSFTNGP12.phx.gbl...
Hi All,

Is there a backward compatability issue regarding to .Net 2002 and .Net
2003? I heard someone said that if you're developing in .Net 2003 and gave the entire project to someone who is developing using VS .Net 2002 and they can't open the solution file (.sln). Is there a solution to fix this
problem. TIA

Jul 21 '05 #4

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

Similar topics

2
by: Don Miller | last post by:
I can't seem to find at MS how to detect the 2002 OS vs. 2003 OS for web applications using ASP. This is the only page I could find...
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
0
by: Colin Chudyk | last post by:
Hi, Here is my situation. Can anyone provide insight? I have developed a database in Access 2002. I am planning to distribute it as a split MDE (front) / MDB (back) to be used by the Access...
7
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." ...
5
by: Tom | last post by:
We currently have a rather large application that is in VB.NET 2002. We have just purchased licenses to the 2003/1.1 Framework version of Visual Studio. What kind of conversion, if any, will we...
0
by: Howard Kaikow | last post by:
I have a multiboot system. On one of the systems, I have Office 2002, VS .NET Pro 2002 and the Office 2002 PIA with .NET Framework 1.0. On another system, I have Office 2003, VS .NET Pro 2003...
6
by: Larry Pits | last post by:
Hi All, Is there a backward compatability issue regarding to .Net 2002 and .Net 2003? I heard someone said that if you're developing in .Net 2003 and gave the entire project to someone who is...
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
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,...
1
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...
0
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...
0
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...

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.