<?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 Web Developer 2005 Express</title><link>http://forums.asp.net/175.aspx</link><description>General discussions about Visual Web Developer 2005 Express Edition</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode</title><link>http://forums.asp.net/thread/2107567.aspx</link><pubDate>Mon, 14 Jan 2008 07:47:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2107567</guid><dc:creator>atleten</dc:creator><author>atleten</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2107567.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=2107567</wfw:commentRss><description>Hi.

Workaround that worked for me.

1)Add ekstra aspx page
2)Add ReportViewer
3) go to design mode--&amp;gt; klick &amp;gt; in upper right corner and choose Design new report(and after it opens, do not choose datasource , just close the window).
(if you get out of range error or something like that, go back to your rdlc and delete all items without a  datasource from the report,
 build and repeat steps)

After this the Website data soruce window is back.


Using visualt studio 2008 , workes every time for me and 3 other i work with.</description></item><item><title>Re: Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode</title><link>http://forums.asp.net/thread/1429841.aspx</link><pubDate>Mon, 16 Oct 2006 08:55:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1429841</guid><dc:creator>gtrfinger</dc:creator><author>gtrfinger</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1429841.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=1429841</wfw:commentRss><description>&lt;p&gt;I finally found a way to &amp;quot;fix&amp;quot; it, but does not work all the time~~~&lt;/p&gt;&lt;p&gt;In my asp.net application, in the bin folder, there are a couple of dll components.&amp;nbsp;After I cut all of them and paste to a safe place, the Website Data Source window will be back in functioning, at least showing the &amp;quot;your project has no data source&amp;quot; information. Then I restore the dll files one by one. After restoring each dll file, I will refresh the Website Data Source window to see if it is still working, until the time it doesn&amp;#39;t, then the dll file is the suspect that &amp;quot;spoiled&amp;quot; the Website Data Source window.&lt;/p&gt;&lt;p&gt;Then I will have to scan through all&amp;nbsp;the codes in that component by commenting/uncommneting the codes, and refreshing the Website Data Source window, to catch the codes that &amp;quot;spoiled&amp;quot; the window. &lt;/p&gt;&lt;p&gt;Finally, try to change the suspect codes to work in a different way until the Website Data Source window works, say, changing the return value type of a Function from a custom business object type, to a general &lt;span style="color:blue;"&gt;Object&lt;/span&gt; type.&lt;/p&gt;&lt;p&gt;I was very happy that I solved this problem, until the same problem happened again...&lt;/p&gt;&lt;p&gt;A different suspect dll file was caught. And I have to repeat everything... It&amp;#39;s ok still quite ok for me to do this since the codes are still little, but I can&amp;#39;t imagine that I still need to do all these when I completed the whole project. &lt;/p&gt;&lt;p&gt;This problem&amp;nbsp;is just so random...&lt;/p&gt;&lt;p&gt;Is this a bug or something in Visual Web Developer add-in report control? Anyone any idea?&lt;/p&gt;</description></item><item><title>Re: Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode</title><link>http://forums.asp.net/thread/1429660.aspx</link><pubDate>Mon, 16 Oct 2006 03:50:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1429660</guid><dc:creator>gtrfinger</dc:creator><author>gtrfinger</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1429660.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=1429660</wfw:commentRss><description>&lt;p&gt;Hi, I am facing the same problem. But I am using Business objects as the data source for a local report. The Website Data Source window suddenly becomes empty without a reason. I have undone everything I did but does not help. Feel so sad that Visual Web Developer has failed to at least indicate what has gone wrong so that we know from where to look for the problem...&lt;/p&gt;&lt;p&gt;Have you found your solution anyway?&lt;/p&gt;</description></item><item><title>Re: Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode</title><link>http://forums.asp.net/thread/1117620.aspx</link><pubDate>Fri, 18 Nov 2005 20:44:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117620</guid><dc:creator>masako</dc:creator><author>masako</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117620.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=1117620</wfw:commentRss><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I follow the steps in the walkthrough, and see DataSet1 I created in earlier in Website Data Sources window.&amp;nbsp; Once thing I can think of is, in order to generate dataset, you have to make sure dataset is&amp;nbsp;&lt;FONT color=#ff0000&gt;SAVED&lt;/FONT&gt; after TableAdapter is created.&amp;nbsp; Please try saving the file after step 12 of "&lt;U&gt;&lt;FONT color=#800080&gt;Define a data connection and DataTable by adding a DataSet&lt;/FONT&gt;&lt;/U&gt;"&amp;nbsp;and see if you can find DataSet1 in Website Data Sources window.&lt;BR&gt;&lt;BR&gt;Masako&amp;nbsp;&lt;U&gt;&lt;FONT color=#800080&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode</title><link>http://forums.asp.net/thread/1117144.aspx</link><pubDate>Fri, 18 Nov 2005 14:36:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117144</guid><dc:creator>Pabro66</dc:creator><author>Pabro66</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117144.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=1117144</wfw:commentRss><description>Hi,&lt;BR&gt;I tried to follow all the steps in the "Walkthrough: Using a Database Data Source with the ReportViewer Web Server Control in Local Processing Mode" (&lt;A href="http://msdn2.microsoft.com/en-us/library/ms252123(en-US,VS.80).aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms252123(en-US,VS.80).aspx&lt;/A&gt;), but when I end up the step "&lt;U&gt;&lt;FONT color=#800080&gt;Define a data connection and DataTable by adding a DataSet&lt;/FONT&gt;&lt;/U&gt;" and start the step"&lt;U&gt;&lt;FONT color=#800080&gt;Design the report&lt;/FONT&gt;&lt;/U&gt;", after I insert the Matrix (step 5.) I always find the "&lt;STRONG&gt;Website Data Sources&lt;/STRONG&gt; window" EMPTY . . . please Help :(&lt;BR&gt;&lt;BR&gt;Paolo Brogelli</description></item></channel></rss>