Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / April 2008

Tip: Looking for answers? Try searching our database.

ASPNET 2003 to 2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ckkwan@my-deja.com - 07 Apr 2008 12:13 GMT
Dear All,

When trying to migrate from ASPNET 2003 to 2005, VS2005 creates a resx
file along with all the ASPX web forms that I have created in he
previous version (VS2003).

Open up these files, there are 3 entries. Something like:

$this.DefaultModifiers = Private
$this.TrayAutoArrange = True
$this.TrayLargeIcon = False

What are all these for? I don't think I need them.

Can I delete these resx files?

Thanks in advance.
Nathan Sokalski - 07 Apr 2008 19:40 GMT
Migrating from ASP.NET 1.1 to 2.0 was a bit harder than most people would
have liked, and because of some of the differences between the two, extra
files were needed for the automatic conversion. If you do a search, you will
find plenty of sites with useful hints for things to remember when
migrating. Something that I recommend doing, however, is instead of
attempting to open a 2003 solution in 2005, create a new project in 2005 and
then do some copy & pasting. This will help you avoid the *.resx files. One
of the other big differences between 1.1 and 2.0 is Partial Classes, which
ASP.NET 2.0 uses when automatically generating the *.aspx.designer.vb (or
*.aspx.designer.cs for C#) files, which contain the declarations for the
controls in the *.aspx file. I am probably forgetting several things, but if
your site is small enough that you can afford to do this copy & pasting, it
may be a good idea. Something else that I have heard (I don't know exactly
how different the conversion is) is that Visual Studio 2008 has better
support for allowing you to open projects from all .NET versions, as well as
converting them and compiling them to different versions (obviously it can't
compile it if it has code that doesn't exist in that version, but you get
the point). Hopefully some of this will help you, and you will probably find
it useful to do the search for sites about 1.1 to 2.0 migration. Good Luck!
Signature

Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

> Dear All,
>
[quoted text clipped - 13 lines]
>
> Thanks in advance.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.