This is what I have in web.config:
<controls>
<addtagPrefix="asp"namespace="Microsoft.Web.UI"assembly="Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addtagPrefix="asp"namespace="Microsoft.Web.UI.Controls"assembly="Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addtagPrefix="asp"namespace="Microsoft.Web.Preview.UI"assembly="Microsoft.Web.Preview"/>
<addtagPrefix="asp"namespace="Microsoft.Web.Preview.UI.Controls"assembly="Microsoft.Web.Preview"/>
</controls>
This is my aspx page:
<asp:ScriptManagerID="ScriptManager1"EnablePartialRendering="true"runat="Server">
</asp:ScriptManager>
This is the error I am getting in VS:
Error 1 Element 'ScriptManager' is not a known element. This can occur if there is a compilation error in the Web site. C:\Documents and Settings\RAFAL\My Documents\development\RFMain\ImportData\MainSite\Auctions.aspx 53 10 http://localhost/ekit/
Oh, I have figured this out. It was coming from master page. This line was creating problem:
<style>
.row {
background-color:white;
}
.rowSelected {
background-color:gray;
}
</style>
hi
could you (or anyone else) explain what you changed to make this work? What was the couse of your problem?
I have the same problem but I don't understand your fixit post and I can't see how that relates to what I have here.
cheers
A
hi.
I have a similar problem here.If my page has a master page then I can't get to see the ajax tags in the content page. If the page doesn't have a master page then i can see the ajax tags.
I can't understand how your fix works - would you (or anyonw) be able to explain why it solves the problem?
cheers
A
Seems like if there is any syntax problem on the page or the master page, that is when it is happening. Not sure how to find that original syntax problem. Maybe somebody else can recommend... Try to check manually for all HTML/ASP tags, make sure all is correct, that is what I can recommend now. Do it for the page and master as well as those are joined together later...
No comments:
Post a Comment