<?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>Blinq Preview</title><link>http://forums.asp.net/1076.aspx</link><description>Blinq is a tool for generating ASP.NET websites for displaying, creating, and manipulating data based on database schema.  You can provide feedback and ask questions about the Blinq preview in this forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Linq not working after changing connectionstring to host database</title><link>http://forums.asp.net/thread/2170235.aspx</link><pubDate>Wed, 13 Feb 2008 10:35:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2170235</guid><dc:creator>zipfeli</dc:creator><author>zipfeli</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2170235.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1076&amp;PostID=2170235</wfw:commentRss><description>&lt;p&gt;Solved. I found some stored procedures had still the old database schema e.g. &amp;quot;mystats.dbo.musclegroup&amp;quot; instead of just &amp;quot;dbo.musclegroup&amp;quot;.&lt;/p&gt;
&lt;p&gt;I used the publish to host function&amp;gt;script to file&amp;nbsp;of visual studio&amp;nbsp;2008, maybe its better to check all stored procedures after using that tool.&lt;/p&gt;</description></item><item><title>Linq not working after changing connectionstring to host database</title><link>http://forums.asp.net/thread/2169273.aspx</link><pubDate>Tue, 12 Feb 2008 22:26:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2169273</guid><dc:creator>zipfeli</dc:creator><author>zipfeli</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2169273.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1076&amp;PostID=2169273</wfw:commentRss><description>&lt;p&gt;Dear&lt;/p&gt;
&lt;p&gt;On my local IIS everything is working, but when I change the connectionstring to remote database I get following error, although tables, storprocs etc. are equal on host (also tested using a sql datasource control):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description: &lt;/strong&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.Data.SqlClient.SqlException: Invalid object name &amp;#39;MyStats.dbo.MuscleGroup&amp;#39;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;&lt;pre&gt;Line 66: 		public int GetMuscleGroups()
Line 67: 		{
&lt;font color="red"&gt;Line 68: 			IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())));
&lt;/font&gt;Line 69: 			return ((int)(result.ReturnValue));
Line 70: 		&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source File: &lt;/strong&gt;c:\x\dataclasses1.designer.cs&lt;b&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/b&gt;68 &lt;/p&gt;</description></item></channel></rss>