<?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: System.DirectoryServices</title><link>http://forums.asp.net/thread/3237301.aspx</link><pubDate>Tue, 16 Jun 2009 14:33:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3237301</guid><dc:creator>dcroome</dc:creator><author>dcroome</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3237301.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3237301</wfw:commentRss><description>&lt;p&gt;I am trying to add the System.DirectoryServices reference to a VS 2005 Sql CLR project.&amp;nbsp; The Add reference tool only allows me a small set of .net assemblies, not including that one.&lt;/p&gt;
&lt;p&gt;What am I doing wrong?&lt;/p&gt;</description></item><item><title>Re: System.DirectoryServices</title><link>http://forums.asp.net/thread/1133326.aspx</link><pubDate>Tue, 06 Dec 2005 04:14:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1133326</guid><dc:creator>ScottGu</dc:creator><author>ScottGu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1133326.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1133326</wfw:commentRss><description>&lt;P&gt;The System.DirectoryServices error is probably related to you not having a reference to the System.Directory assembly in your project (note: this assembly isn't added by default).&lt;/P&gt;
&lt;P&gt;To add a reference to System.DirectoryServices, click on the project node in the IDE and then right-click and select "Add Reference".&amp;nbsp; Within this dialog you can then scroll down and select the "System.DirectoryServices.dll" assembly.&amp;nbsp; Once you add that the error should go away.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;</description></item><item><title>Re: System.DirectoryServices</title><link>http://forums.asp.net/thread/1133307.aspx</link><pubDate>Tue, 06 Dec 2005 03:49:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1133307</guid><dc:creator>Ikinal</dc:creator><author>Ikinal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1133307.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1133307</wfw:commentRss><description>&lt;P&gt;Are there any errors reported in the conversion report? In mine there was an error with the page that had the calls to System.DirectoryServices. It also seems to me that building web projects in VS2005 is buggy. I seemed to get different errors when I tried to rebuild, without changing anything, or if I had a different page open. &lt;/P&gt;
&lt;P&gt;If I remember correctly, most of my edits dealt with either modifying or deleting the "inherits" attribute from the first line of the file.&lt;/P&gt;
&lt;P&gt;I. Kinal&lt;/P&gt;</description></item><item><title>Re: System.DirectoryServices</title><link>http://forums.asp.net/thread/1133179.aspx</link><pubDate>Tue, 06 Dec 2005 00:11:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1133179</guid><dc:creator>jmorleyk</dc:creator><author>jmorleyk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1133179.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1133179</wfw:commentRss><description>Care to explain your solution?&amp;nbsp; I'm running into the same problem, but I'm not seeing any build problems beyond the System.DirectoryServices namespace issue.&lt;br&gt;</description></item><item><title>Re: System.DirectoryServices</title><link>http://forums.asp.net/thread/1132746.aspx</link><pubDate>Mon, 05 Dec 2005 18:08:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1132746</guid><dc:creator>Ikinal</dc:creator><author>Ikinal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1132746.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1132746</wfw:commentRss><description>&lt;P&gt;Well, I finally managed to fix this problem. It appears that the Visual Studio conversion wizard did not fully convert my files, so after I started troubleshooting some of the build problems, the rest, including this one,&amp;nbsp;went away, and my application is now working properly on ASP.NET 2.0&lt;/P&gt;
&lt;P&gt;I. Kinal&lt;/P&gt;</description></item><item><title>System.DirectoryServices</title><link>http://forums.asp.net/thread/1117755.aspx</link><pubDate>Fri, 18 Nov 2005 22:57:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117755</guid><dc:creator>Ikinal</dc:creator><author>Ikinal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117755.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1117755</wfw:commentRss><description>Hi,&lt;BR&gt;&lt;BR&gt;I am trying to convert an ASP.NET 1.1 application to ASP.NET 2.0 using Visual Studio 2005, but I'm running into some issues. The biggest issue is that&amp;nbsp;upon compilation, I receive this error: Type "System.DirectoryServices.DirectoryEntry" is not defined.&lt;BR&gt;&lt;BR&gt;Everything was working fine before the conversion, so I don't know exactly what's going on here. Any help will be appreciated!&lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;I. Kinal</description></item></channel></rss>