<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from Visual Studio .NET 2003 to Visual Studio 2005 </title><link>http://forums.asp.net/1012.aspx</link><description>Discuss issues, strategies, tips, etc. for migrating from Visual Studio .NET 2003 to Visual Studio 2005</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3516195.aspx</link><pubDate>Mon, 16 Nov 2009 20:41:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3516195</guid><dc:creator>gopalakrishnach</dc:creator><author>gopalakrishnach</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3516195.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3516195</wfw:commentRss><description>&lt;p&gt;Steps
that I followed for converting .NET 1.1 project into .NET 3.5 project. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;First I got the code from source control and stored it on local drive. Mostly a folder on Desktop named NewCode.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Remove
source control binding by deleting following files&lt;/p&gt;
&lt;p&gt;*.vsscc&lt;/p&gt;
&lt;p&gt;*.vsbscc&lt;/p&gt;
&lt;p&gt;And update solution file and project
files.&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Remove
metadata folder from all the folders and sub folders&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Open
the solution in Visual Studio 2008&lt;/p&gt;
&lt;p&gt;4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Run
the wizard&lt;/p&gt;
&lt;p&gt;The wizard will allow you to&lt;/p&gt;
&lt;p&gt;No for backup (if you want backup click
yes)&lt;/p&gt;
&lt;p&gt;Permanently remove source control
condition&lt;/p&gt;
&lt;p&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Open
the Solution Explorer in VS 2008, right click on project files and select properties.&lt;/p&gt;
&lt;p&gt;6)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Change
target framework to 3.5 and Save it.&lt;/p&gt;
&lt;p&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Close
the solution ( close VS 2008)&amp;nbsp; and open it again.&lt;/p&gt;
&lt;p&gt;8)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Set
the references properly. ( Open Solution Explorer. Right click on Solution. Select Properties. Select Reference Path. Add a folder that has all the dll&amp;#39;s that your project needs. I made sure that all our user created dll&amp;#39;s were already in .NET 3.5)&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;9)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Build
the solution and see if there are any error or warning messages.&lt;/p&gt;
&lt;p&gt;10)&amp;nbsp;
Resolve
the errors and warning and build the solution. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If everything goes fine. Your project will be created which is now in .NET 3.5&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3257326.aspx</link><pubDate>Thu, 25 Jun 2009 09:30:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3257326</guid><dc:creator>abinashpatra</dc:creator><author>abinashpatra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3257326.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3257326</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello,&lt;/p&gt;
&lt;p&gt;I think the problem is you are not attaching the debugger properly or with build.&lt;/p&gt;
&lt;p&gt;Have U tried building the solution couple times?I have not worked on 2008 so not able to guess the problem.&lt;/p&gt;</description></item><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3257274.aspx</link><pubDate>Thu, 25 Jun 2009 09:06:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3257274</guid><dc:creator>masoudf</dc:creator><author>masoudf</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3257274.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3257274</wfw:commentRss><description>&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;I Convert my project to .net 3.5&amp;nbsp; Successfully. and execute without problem.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;But I can&amp;#39;t&amp;nbsp; debug. i make new breackpoint and compile , but have problem&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;quot;no symboles loaded to current document &amp;quot;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3220487.aspx</link><pubDate>Tue, 09 Jun 2009 14:21:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3220487</guid><dc:creator>abinashpatra</dc:creator><author>abinashpatra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3220487.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3220487</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can directly open the solution in VS 2008. It will ask you to select the framework and you can change the framweork to what ever you want (Say 3.5).&lt;/p&gt;
&lt;p&gt;It will have some errors related to deprecated methods. Please manually fix these. Also do a google search on issues related to migration.&lt;/p&gt;</description></item><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3220093.aspx</link><pubDate>Tue, 09 Jun 2009 12:02:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3220093</guid><dc:creator>masoudf</dc:creator><author>masoudf</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3220093.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3220093</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I convert to 2005 . but I have some error.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3217957.aspx</link><pubDate>Mon, 08 Jun 2009 14:58:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3217957</guid><dc:creator>abinashpatra</dc:creator><author>abinashpatra</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3217957.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3217957</wfw:commentRss><description>&lt;p&gt;Open the Project in VS2008. It will take care fo the rest. I had taken the same approach for 1.1 to 2.0(VS 2005) and then 2.0 to 3.5 migration(VS 2008).&lt;/p&gt;</description></item><item><title>Convert  asp.net 1 to asp.net 3.5</title><link>http://forums.asp.net/thread/3217438.aspx</link><pubDate>Mon, 08 Jun 2009 10:47:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3217438</guid><dc:creator>masoudf</dc:creator><author>masoudf</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3217438.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3217438</wfw:commentRss><description>&lt;p&gt;I am planning to migrate a project from asp.NET 1.1 to 3.5. &lt;/p&gt;
&lt;p&gt;Which one would be the best approach?&lt;/p&gt;&lt;p&gt;I create new project and migrate project to new project or direct open in .net 2008?&lt;/p&gt;&lt;p&gt;I have 6 class library and one main project have 900 asp pages. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>