473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Is any problem to convert the project from .NET 1.1 to .NET 2.0?

11
Hi all,

I have to convert my project from .NET 1.1 to .NET 2.0.
Can any one tell me that what are the pbroblems I will face. Is any problem doing so
Dec 8 '06 #1
3 4453
Hi all,

I have to convert my project from .NET 1.1 to .NET 2.0.
Can any one tell me that what are the pbroblems I will face. Is any problem doing so
the problems would depend more on your .net1 coding than on the move itself. If you rellied too heavily on intellisense in .net1, and didn't adhere to some basic things that intellisense didn't pick up on (like assigning return values to functions) then you'll have to rewrite some code. Other than that, if you're moving it using vs.net 2005 it is pretty easy. Deployment differences between .net1 and 2 however are much bigger I find, but they're differences, not problems.
Dec 8 '06 #2
nmsreddi
366 256MB
Hello

it is good to convert directly from .net1.1 to .net2.0 because there are many changes you can observe in 2.0 .mostly depends up on the application you have done in 1.1 whether you are using any mscomm control or any controls for serial communication, If you have reports in your application that too will effect your convertion

try to start new application.

good luck

regards

nmsreddy
Dec 11 '06 #3
bhar
37
Hello

it is good to convert directly from .net1.1 to .net2.0 because there are many changes you can observe in 2.0 .mostly depends up on the application you have done in 1.1 whether you are using any mscomm control or any controls for serial communication, If you have reports in your application that too will effect your convertion

try to start new application.

good luck

regards

nmsreddy

Hi,

The following changes that are new to .Net framework 2.0. as well as new additions to Visual Studio 2005 -- the development environment for the .Net Framework 2.0.

SQL Server Integration

We can build items such as your stored procedures, triggers and even data types in any of the .Net-compliant languages, such as C#.

64-Bit support

Going to 64-bit allows for things like large primitive types.
When you build your applications in VS 2005, you can change the build properties of your application.

Generics

In order to make collections a more powerful feature and also increase their efficiency and usuability, generics were introduced in .Net Framework 2.0.
Generics are similar to c++ templates but are a bit different.

Partial Classes

Partial classes allow you to divide up a single class into multiple class files, which are later combined into a single class when compared.

I recommend books on .Net, visit :[Link Removed].

Regards
Madhav
Dec 11 '06 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Evgeny | last post by:
Hi, all! I try to convert my existing code written in VC6 to VC7 and have some problem with stl auto pointer template. class CColumn; #include <memory> typedef auto_ptr<CMyBase> CMyBasePtr; ...
1
by: bidllc | last post by:
I'm working on a minor bug from an open source bug tracking system (bugtracket.net). It's a great app, but I don't want to bother the creator any more than I have to, so I thought I'd pose the...
7
by: George Copeland | last post by:
This is a request for assistance analyzing a problem we are experiencing in our VB6 development environment. All our code is developed in VB6, and our persistance layer is SQL Server. We are...
0
by: graciezzzzz | last post by:
Hi all, I create a Web Service project called 'eSelectService' and another Class Library project called 'MonerisVO', and a Windows Form project called 'maps' as well. The reason why I need...
0
by: Rich | last post by:
(1) Is there a better place to pose the question below? (2) I am starting to convert my enterprise solution from VS 2003 (.NET v1.1.4322) to VS 2005 Professional (.NET v2.0.50727). The entire...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
11
by: toton | last post by:
Hi, I have little confusion about static memory allocation & dynamic allocation for a cluss member. I have class like class Bar{ public: explicit Bar(){ cout<<"bar default"<<endl; }
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
1
by: hesamjamei | last post by:
Hello!! I am just about to break my computer...... Is a Window Programming issue .....compiler errors are as below : 1>------ Build started: Project: Project 78, Configuration: Debug Win32...
6
by: Tony Johansson | last post by:
Hello! We have a C#.ASP.NET application that runs on a IIS 6. The application contains actually several asp pages but there is no GUI. The application receive an xml file that is processed....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
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,...

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.