aspx: cannot resolve symbol error

Hi,

In this test aspx page, 'AccessDataSource1' gives an error in the code behind file. The other datasources works ok.


]]>


protected void Page_Load(object sender, EventArgs e)
{
AccessDataSource1.DataBind();
SiteMapDataSource1.DataBind();
SqlDataSource1.DataBind();
ObjectDataSource1.DataBind();
XmlDataSource1.DataBind();
}

/peter

0
2 comments
Avatar
Permanently deleted user

Peter,

I'll check the issue ASAP. But anyway, if You add the issue into the tracker You'll be able to track its status and we will definitely not forget about it.

--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

Fixed. Will be available in the nearest bugfix EAP version.

--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.