<?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 ASP.NET 1.x to ASP.NET 2.0</title><link>http://forums.asp.net/180.aspx</link><description>Discuss issues about compatibility with and migration from previous versions of ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?</title><link>http://forums.asp.net/thread/3271837.aspx</link><pubDate>Thu, 02 Jul 2009 16:44:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271837</guid><dc:creator>vpmragu</dc:creator><author>vpmragu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271837.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=180&amp;PostID=3271837</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i try to convert my webapplication project from .net 1.1 to .net 3.5.&lt;/p&gt;
&lt;p&gt;All are ok.&lt;/p&gt;
&lt;p&gt;but some XSD file in my project.&lt;/p&gt;
&lt;p&gt;when i try to build my application, it throws warning like,&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;u&gt;&lt;b&gt; &amp;quot;Errors occurred while compiling the Xml schemas in the project.&amp;nbsp; Because of this, Xml intellisense is not available&amp;quot;&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;how to resolve my problem?&lt;/p&gt;
&lt;p&gt;Thanks in Advance.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;</description></item><item><title>Re: How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?</title><link>http://forums.asp.net/thread/2655019.aspx</link><pubDate>Tue, 30 Sep 2008 16:26:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2655019</guid><dc:creator>chrisanderson</dc:creator><author>chrisanderson</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2655019.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=180&amp;PostID=2655019</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Excellent - Thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;Have you run across any specific MSDN or other Microsoft information regarding this?&amp;nbsp; I certainly trust what you&amp;#39;re saying, as it is inline with what I expected, but I&amp;#39;d love to have something official from MS to say &amp;quot;Here you go, everything will be fine&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Will the wizard catch runtime errors or will it only identify design time problems?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?</title><link>http://forums.asp.net/thread/2654925.aspx</link><pubDate>Tue, 30 Sep 2008 15:51:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2654925</guid><dc:creator>shados</dc:creator><author>shados</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2654925.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=180&amp;PostID=2654925</wfw:commentRss><description>&lt;p&gt;The 2.0 runtime will load the 1.1 DLL and handle it exactly like if it was a 2.0 DLL (2.0 and 3.5 are the same, as you may know). That means if a method isn&amp;#39;t found, it will indeed toss an exception, in the same way if you manually edited a class in bytecode (using an hex editor or something) to add an invocation to a method that doesn&amp;#39;t exist. The object will act in every ways like if it was a 2.0 DLL, which can mess up in certain rare scenarios (for example, when handling some more obscure culture codes, as they were changed between .NET 2.0 and 1.1)&lt;/p&gt;
&lt;p&gt;Aside that, it will work just fine, though do run the code of the DLL through the wizard if you can instead of running it as is...may catch some stuff :)&lt;/p&gt;</description></item><item><title>How, specifically, does 2.0, or 3.5 framework run 1.1 referenced assemblies?</title><link>http://forums.asp.net/thread/2654783.aspx</link><pubDate>Tue, 30 Sep 2008 15:00:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2654783</guid><dc:creator>chrisanderson</dc:creator><author>chrisanderson</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2654783.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=180&amp;PostID=2654783</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;ve been tasked with providing an estimate and laying out the process by which we will be migrating our entire business suite of ASP .Net websites and webservices over to the 3.5 framework.&amp;nbsp; Everything currently exists in vb .net 1.1.&amp;nbsp; I&amp;#39;ve dug through all of the breaking changes lists, gone through the conversion wizard a few times and the one thing I keep wondering, and getting asked by my fellow developers here at work is how does the 2.0, or 3.5 runtime load 1.1 dll&amp;#39;s?&amp;nbsp; Does it just treat the assembly as a 2.0 assembly and if it runs into any methods that are not valid in the 2.0 it just belches up an exception?&amp;nbsp; My guess would be that it just treats the dll as a 2.0 dll and makes calls to it just like it would any other, but I want to be sure.&lt;/p&gt;&lt;p&gt;Any technical information would be greatly appreciated!&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>