<?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>Visual Basic .NET</title><link>http://forums.asp.net/36.aspx</link><description>Discussions/Questions about the Visual Basic .NET language. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=14&amp;c=23" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: namespace error</title><link>http://forums.asp.net/thread/3274977.aspx</link><pubDate>Sat, 04 Jul 2009 21:58:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274977</guid><dc:creator>Abdulla.AbdelHaq</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274977.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=36&amp;PostID=3274977</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;modig:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;Are you reffering to visual studio? Then no, I use vs 2008 sp1 on both machines&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;Maybe there are some differences between the settings of the Visual Studio in both&amp;nbsp; PCs.. you can configure these warnings .. read the below links&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/c101fc44%28VS.80%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/c101fc44(VS.80).aspx&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/3y20cc1z%28VS.80%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/3y20cc1z(VS.80).aspx&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: namespace error</title><link>http://forums.asp.net/thread/3262762.aspx</link><pubDate>Sun, 28 Jun 2009 17:27:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262762</guid><dc:creator>modig</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262762.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=36&amp;PostID=3262762</wfw:commentRss><description>&lt;p&gt;Are you reffering to visual studio? Then no, I use vs 2008 sp1 on both machines&lt;/p&gt;</description></item><item><title>Re: namespace error</title><link>http://forums.asp.net/thread/3262725.aspx</link><pubDate>Sun, 28 Jun 2009 16:52:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262725</guid><dc:creator>Ibro</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262725.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=36&amp;PostID=3262725</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Could it be the versions of application you are using on your two PCs?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>namespace error</title><link>http://forums.asp.net/thread/3262588.aspx</link><pubDate>Sun, 28 Jun 2009 13:45:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262588</guid><dc:creator>modig</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262588.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=36&amp;PostID=3262588</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have created a website on one computer and then I moved it to my other computer, But then I get a lot of errors when I use this code...&lt;/p&gt;
&lt;p&gt;Dim o As New List(Of BookHandler)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim db As New DataClassesDataContext&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim MyList = From p In db.p_GetAllBooks(StartDate, EndDate)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Each _p In MyList&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get the following warnings and errors..&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Warning&amp;nbsp;8&amp;nbsp;Variable declaration without an &amp;#39;As&amp;#39; clause; type of Object assumed (this is on the Dim o As New List...)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Name &amp;#39;_p&amp;#39; is not declared&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why do I get all these error on the other computer when I just copied it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>