473,382 Members | 1,407 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,382 software developers and data experts.

Upgrade tool in VS 2005 for Asp.Net projects is completely unusable

rob
Does anyone else out there have experience upgrading LARGE ASP.Net
projects from VS 2003 to VS 2005? If so I would love to hear if you
had any luck. Here is a summary of my experience:

I have tried in Beta 2, August CTP, and now RC to get my Asp.Net 1.1
project to convert up to 2.0 via the conversion wizard. I have say,
after spending almost a week on this that the conversion wizard is
totally broken and unusable. A lot of this stuff is first level
bugs...

I CANNOT post the code as the project links to a large number of other
projects, at a high leve, here is what I found:

- the word [Partial] was used, yet it should be Partial
- namespace was duplicated, example, should have been MyNamespace, was
converted to MyNamespace.MyNameSpace
- code behind files were ALL moved to the App_Code directory, I had to
move them back to the same location as the .aspx files
- some filenames where change Migrated_<filename>, and only partially
converted
- Messed up the inheritance on several usercontrols and web pages, had
to add back in Inherits System.Web.UI.UserControl etc
- global.asax, the file cannot have a code behind file, had to nuke it
and re-design it
- had to nuke all: <%@ Reference Page="~/webforms/start.aspx" %> due to
circular reference error
- several files still had codebehind in page directive, not CodeFile
- several Protected WithEvents left in, have to be removed otherwise
get duplicate error
- had to make a new web.config file, completely incompatible
- after FINALLY getting it to compile no types can be loaded when
trying to run it the application

Nov 19 '05 #1
5 1107
remember.. it's still an RC... it's not "ready for production" quite yet.
I think if you hold out the 2 more months, you'll be able to get a much more
difinitive solution.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"ro*@prairiefyre.com" wrote:
Does anyone else out there have experience upgrading LARGE ASP.Net
projects from VS 2003 to VS 2005? If so I would love to hear if you
had any luck. Here is a summary of my experience:

I have tried in Beta 2, August CTP, and now RC to get my Asp.Net 1.1
project to convert up to 2.0 via the conversion wizard. I have say,
after spending almost a week on this that the conversion wizard is
totally broken and unusable. A lot of this stuff is first level
bugs...

I CANNOT post the code as the project links to a large number of other
projects, at a high leve, here is what I found:

- the word [Partial] was used, yet it should be Partial
- namespace was duplicated, example, should have been MyNamespace, was
converted to MyNamespace.MyNameSpace
- code behind files were ALL moved to the App_Code directory, I had to
move them back to the same location as the .aspx files
- some filenames where change Migrated_<filename>, and only partially
converted
- Messed up the inheritance on several usercontrols and web pages, had
to add back in Inherits System.Web.UI.UserControl etc
- global.asax, the file cannot have a code behind file, had to nuke it
and re-design it
- had to nuke all: <%@ Reference Page="~/webforms/start.aspx" %> due to
circular reference error
- several files still had codebehind in page directive, not CodeFile
- several Protected WithEvents left in, have to be removed otherwise
get duplicate error
- had to make a new web.config file, completely incompatible
- after FINALLY getting it to compile no types can be loaded when
trying to run it the application

Nov 19 '05 #2
rob
It's not that simple, RC code is not likley to change before RTM in any
drastic ways. Also, my team needs to be working now, not two months
from now. MS has been very bold on this issue, in fact they even issued
a challenge a few months ago about upgrading projects. Too bad my
testing was not done during that time...

I even had some of my guys at PDC try and pin down the MS guys there on
this, none of their suggestions made the problems go away.

Thanks for your reply.

Nov 19 '05 #3
Hi Rob,

I'm sure the problem you're suffering is a really big pain and I can
understand your concerns. However as the WHIDBEY .NET framework and VS
TOOLS is about to release, our dev guys are all crazy at struggling with
fixing product bugs. Also, I think they'll soon move on improving the
migration tools according to the schedule priority. I'm sorry for any
inconvenience it brings you currenlty.

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: ro*@prairiefyre.com
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: Upgrade tool in VS 2005 for Asp.Net projects is completely
unusabl
| Date: 15 Sep 2005 10:37:53 -0700
| Organization: http://groups.google.com
| Lines: 11
| Message-ID: <11*********************@g49g2000cwa.googlegroups. com>
| References: <11**********************@f14g2000cwb.googlegroups .com>
| <13**********************************@microsoft.co m>
| NNTP-Posting-Host: 142.46.199.66
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1126805879 18837 127.0.0.1 (15 Sep 2005
17:37:59 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Thu, 15 Sep 2005 17:37:59 +0000 (UTC)
| In-Reply-To: <13**********************************@microsoft.co m>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: g49g2000cwa.googlegroups.com; posting-host=142.46.199.66;
| posting-account=qwcaoQ0AAADx5_gG93t-pAD5IsRQeRmh
| Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!g49g2000c wa.googlegroups.com!not-fo
r-mail
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:124888
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| It's not that simple, RC code is not likley to change before RTM in any
| drastic ways. Also, my team needs to be working now, not two months
| from now. MS has been very bold on this issue, in fact they even issued
| a challenge a few months ago about upgrading projects. Too bad my
| testing was not done during that time...
|
| I even had some of my guys at PDC try and pin down the MS guys there on
| this, none of their suggestions made the problems go away.
|
| Thanks for your reply.
|
|

Nov 19 '05 #4
rob
Thanks for the reply, that's pretty much what I thought, what's in the
RC now is pretty much what we will get in the GA release.

Nov 19 '05 #5
Thanks for your understanding Rob,

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: ro*@prairiefyre.com
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: Upgrade tool in VS 2005 for Asp.Net projects is completely
unusabl
| Date: 16 Sep 2005 06:24:25 -0700
| Organization: http://groups.google.com
| Lines: 3
| Message-ID: <11*********************@o13g2000cwo.googlegroups. com>
| References: <11**********************@f14g2000cwb.googlegroups .com>
| <11*********************@g49g2000cwa.googlegroups. com>
| <cQ**************@TK2MSFTNGXA01.phx.gbl>
| NNTP-Posting-Host: 142.46.199.66
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1126877070 19046 127.0.0.1 (16 Sep 2005
13:24:30 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Fri, 16 Sep 2005 13:24:30 +0000 (UTC)
| In-Reply-To: <cQ**************@TK2MSFTNGXA01.phx.gbl>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
.NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: o13g2000cwo.googlegroups.com; posting-host=142.46.199.66;
| posting-account=qwcaoQ0AAADx5_gG93t-pAD5IsRQeRmh
| Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!o13g2000c wo.googlegroups.com!not-fo
r-mail
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:125118
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks for the reply, that's pretty much what I thought, what's in the
| RC now is pretty much what we will get in the GA release.
|
|

Nov 19 '05 #6

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

Similar topics

7
by: DaVBGuy | last post by:
I'm currently using VB 6 for windows based apps. Should I make the jump to VS.2003 now, or should I wait till (the final) VS.2005 release comes out later this year. If I have not started...
2
by: f.crivellaro | last post by:
Hi all, I have released yav 1.1.2, a javascript tool on SourceForge with LGPL license. You can use it in both commercial and open-source projects, it's completely free: ...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
4
by: Shawn | last post by:
Hi. When I started using VS.NET 2003 there was no problem upgrading all my projects to VS.NET 2003 Framework 1.1. Everything worked as it used to under framework 1.0. Is it easy to upgrade from...
13
by: Andy | last post by:
Hi As I try to learn VB programing I've been playing around with sourcecode from projects hosted on sourceforge. If I open this code in VB 2005 (it is originally developed in VB 2003), it will...
18
by: Brett Romero | last post by:
I'm using VS.NET 2003 with Framework 1.1. I want to upgrade to VS.NET 2005 and Framework 2.0. I'd like to hear comments from people that have moved to the new platform with final releases of...
6
by: HK | last post by:
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any...
0
by: Nina Boss | last post by:
I'm upgrading from SQL 2000 SP4 to SQL 2005 on a 64 bit OS ( windows 2003). I've installed the new software and asked it to upgrade the default instance on the machine. The install goes well, but...
2
by: js | last post by:
I newly installed Windoz Vista on my machine. I am trying to upgrade several VB6 ACTIVEX DLLs to VB.net. I tried to open the original VBG in Visual Studio 2005. The VB Upgrade Wizard was...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?

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.