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

Home Posts Topics Members FAQ

ASP.Net conversion projects 1.1 to 2.0 CLR

Hi All

During the migration of my web project from 1.1 to 2.0 we found a web site
to have a download for a MS patch for the conversion of the web projects to
happen.

The link is :
http://msdn.microsoft.com/asp.net/re...p/default.aspx

http://www.microsoft.com/downloads/d...displaylang=en

In the local developer machines , when we want to do this conversion i
downloaded both the above and made the conversion.

My Question is :

1. In my machine where i install my web application must i also have this
downloads there inorder to have ASP.Net 2.0 to opn my converted aspx pages?

2.Or once i check in my converted aspx project, files , i can just package
and installl in any machine where CLR2.0 is present ?

what must be dont at the install level ?

Thanks
Senthil

Sep 19 '06 #1
2 1213
Once you have properly converted to 2.0, you should not need anything else.
The exception is the web applications projects (originally posted and still
available at www.asp.net). This uses a more 1.x like model for compiling the
web applications with CodeBehind rather than partial classes. Without it,
you cannot compile using the older coding model.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"SenthilVel " <se************ ******@misyshea lthcare.comwrot e in message
news:up******** ********@TK2MSF TNGP02.phx.gbl. ..
Hi All

During the migration of my web project from 1.1 to 2.0 we found a web site
to have a download for a MS patch for the conversion of the web projects
to happen.

The link is :
http://msdn.microsoft.com/asp.net/re...p/default.aspx

http://www.microsoft.com/downloads/d...displaylang=en

In the local developer machines , when we want to do this conversion i
downloaded both the above and made the conversion.

My Question is :

1. In my machine where i install my web application must i also have this
downloads there inorder to have ASP.Net 2.0 to opn my converted aspx
pages?

2.Or once i check in my converted aspx project, files , i can just package
and installl in any machine where CLR2.0 is present ?

what must be dont at the install level ?

Thanks
Senthil

Sep 19 '06 #2
Thanks Gregory ...

one more question :

1. with my current install, the web application projects are pointed to
CLR1.1.

so i need to run the aspnet_iis tool during the install to have my web
application to point to 2.0 Right?

this will be the only steps needed , please correct me ..

thanks
Senthil
"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamMwrote in
message news:%2******** ************@TK 2MSFTNGP05.phx. gbl...
Once you have properly converted to 2.0, you should not need anything
else. The exception is the web applications projects (originally posted
and still available at www.asp.net). This uses a more 1.x like model for
compiling the web applications with CodeBehind rather than partial
classes. Without it, you cannot compile using the older coding model.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"SenthilVel " <se************ ******@misyshea lthcare.comwrot e in message
news:up******** ********@TK2MSF TNGP02.phx.gbl. ..
>Hi All

During the migration of my web project from 1.1 to 2.0 we found a web
site to have a download for a MS patch for the conversion of the web
projects to happen.

The link is :
http://msdn.microsoft.com/asp.net/re...p/default.aspx

http://www.microsoft.com/downloads/d...displaylang=en

In the local developer machines , when we want to do this conversion i
downloaded both the above and made the conversion.

My Question is :

1. In my machine where i install my web application must i also have this
downloads there inorder to have ASP.Net 2.0 to opn my converted aspx
pages?

2.Or once i check in my converted aspx project, files , i can just
package and installl in any machine where CLR2.0 is present ?

what must be dont at the install level ?

Thanks
Senthil


Sep 19 '06 #3

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

Similar topics

26
3785
by: David W. Fenton | last post by:
A client is panicking about their large Access application, which has been running smoothly with 100s of thousands of records for quite some time. They have a big project in the next year that will lead to a lot of use of the database and the adding of quite a lot of new data (though I can't conceive of them adding more than than 10s of...
3
8781
by: gilad | last post by:
This is to announce the beta 2 release of Aumplib. After garnering comments from this newsgroup, I have modified the code to use a more standard style convention. Aumplib is a C# namespace which is made up of a set of classes that interface several prominent open source audio conversion projects via DLL and P/Invoke: LAME (MP3 encoding),...
2
2501
by: Robert Magnusson | last post by:
Hi all, I have a healthy class defined that happily serializes and deserializes from the underlying XML file. The problem I hit is that, as soon as I add an implicit conversion in any of the classes (I'm converting from my class into OleDbParameter), the deserialization fails. The following is the error displayed when the code fails...
9
1446
by: Vince | last post by:
Hi all, I am trying to convert a VB 6 application to VB.NET 2005 using the wizard. It has over 20 forms and I've used Option Explicit everywhere, hence variables are properly declared and used. I also made sure that there was no design time (ItemData) listings in the list. However, when I try to convert to .NET, two things happen: a) It...
2
1076
by: Bob | last post by:
I've got an ASP.NET solution with one web project and 4 class libraries that was developed using VS2005 Enterprise Edition. When I open the solution in VS2005 Professional Edition, it starts the conversion wizard and only attempts to convert my web project, ignoring my class library projects. Does anyone know why this is happening? ...
2
1337
by: vasudevram | last post by:
Hi all, I had created this open source project - xtopdf - http://sourceforge.net/projects/xtopdf - some time ago. It's a toolkit to help with conversion of other file formats to PDF. The current tools in xtopdf are available as both end-user command-line tools, and as a library (in both procedural and object-oriented
0
1939
by: vasudevram | last post by:
Hi group, xtopdf: PDF creation / conversion toolkit: alpha release of v1.3 This is actually a somewhat preliminary announcement, but may be of interest to developers / users who know Python and/or have earlier checked out my xtopdf PDF creation / conversion toolkit:
6
4807
by: Blasting Cap | last post by:
I'm trying to convert a 1.1 app to 2.0, and keep finding one thing after another that either Framework 2.0 or Visual Studio 2005 doesn't like. Now this - In the global.asax, code that has been running for nearly 4 years now is giving me a problem. The code is supposed to give the user a "clean" page with a login link on it and send an...
0
1853
by: dataentryoffshore | last post by:
Get a Discount up to 60% on data entry, data capture, dataentry services, large volume data processing and data conversion services through offshore facilities in India. Offshore data entry also provides form data entry, data capture, HTML/SGML coding, image scanning, file conversion with low cost, high quality,99.98% accuracy and time bound....
0
7614
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
7924
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
8125
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
7974
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...
0
6284
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
5219
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...
0
3642
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2114
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
0
938
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.