[432] Did not find custom DataSources in a ASP.NET Project
Hi,
i have an website which us own DataSources e.g which
are of course based on Standard Datasources.
Example:
Intellisens didn't find the DataSource in the aspx Page in controls which
usesd the DataSource
ReSharper tells me with an Error: Cannot Resolve Symbol dsGame
Also in the Code Behind (there are also other Datesource in the Page)
protected void Page_Load(object sender, EventArgs e)
{
news.Visible = dsNews.ItemCount > 0;
reviews.Visible = dsReviews.ItemCount > 0;
galleries.Visible = dsGalleries.ItemCount >]]> 0;
}
ReSharper tells me: Cannot Resolve Symbol ItemCount
Of course the Page (http://www.areagames.de) is correct und ReSharper is
wrong.
--
Regards
Albert Weinert
MVP Visual Developer ASP.NET
http://der-albert.com
Please sign in to leave a comment.
Albert,
Could you create a small solution, please. It will accelerate the process of
bug dramatically. Thanks in advance.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Sergey,
>
You've got mail :)
--
Regards
Albert Weinert
MVP Visual Developer ASP.NET
http://der-albert.com
Albert,
Thanks a lot :)
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Albert Weinert" <nimmdieandere@der-albert.com> wrote in message
news:f1ucfk$dh7$1@is.intellij.net...
>
>> Could you create a small solution, please. It will accelerate the process
>> of bug dramatically. Thanks in advance.
>>
>
>
>
Hi Sergey,
>>> Could you create a small solution, please. It will accelerate the
>>> process of bug dramatically. Thanks in advance.
>>>
>> You've got mail :)
Any progress?
Currently i'm using 438 an and using it with ASP.NET is very hard. 'cause
it's not only custom datasource, it seams that R# has problems to recognize
custom controls. So that Intellisens don't work and everything marked as an
error.
If i add some Assemblies with custom webcontrols in the web.config
R# seems to has problems to recognized to correct type if i use it in a Page
]]>
an marks every property as an error.
--
Regards
Albert Weinert
MVP Visual Developer ASP.NET
http://der-albert.com
Albert,
Fixed, sorry for delay. The upcoming nightly build #442 will contain the
fix.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"