Installed your package on Umbraco 4.0.3. I then right-clicked on "301 URL Tracker" and chose Create. Picked my node, clicked Create and got this error:
Parser Error Message: The base class includes the field 'upUrls', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).
Source Error:
Line 28: <asp:MultiView runat="server" ID="mv301URLTracker" ActiveViewIndex="0">
Line 29: <asp:View runat="server" ID="vw301URLTrackerItem">
Line 30: <asp:UpdatePanel runat="server" ID="upUrls" UpdateMode="Conditional" ChildrenAsTriggers="false">
Line 31: <ContentTemplate>
Line 32: <umb:Pane runat="server" ID="pane">
Hmm this is the same error as someone experienced with my True Color Picker package. Here's the link to the comment with the error, read from there to fix this problem :)
Parser error
Installed your package on Umbraco 4.0.3. I then right-clicked on "301 URL Tracker" and chose Create. Picked my node, clicked Create and got this error:
Parser Error Message: The base class includes the field 'upUrls', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).
Source Error:
Line 28: <asp:MultiView runat="server" ID="mv301URLTracker" ActiveViewIndex="0"> Line 29: <asp:View runat="server" ID="vw301URLTrackerItem"> Line 30: <asp:UpdatePanel runat="server" ID="upUrls" UpdateMode="Conditional" ChildrenAsTriggers="false"> Line 31: <ContentTemplate> Line 32: <umb:Pane runat="server" ID="pane">
Source File: /umbraco/settings/edit301URLTracker.aspx Line: 30
Any suggestions?
Nice package (when I get it to work) - thanks for sharing! :)
Hmm this is the same error as someone experienced with my True Color Picker package.
Here's the link to the comment with the error, read from there to fix this problem :)
http://our.umbraco.org/projects/true-color-picker/everything/8534-Package-doesn%27t-create-DataType#comment31354
And here is the comment with the solution:
http://our.umbraco.org/projects/true-color-picker/everything/8534-Package-doesn%27t-create-DataType?p=1#comment31360
Worked nicely!!! :)
Thanks Kip!
I had the same problem.
Here is the solution from the other thread (since those links are broken now):
Add this to the web config:
I hope this helps someone else!
~Heather
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.