stephaneey
Programmer
Hello,
I've just made a custom web control that does currently nothing but displaying "hello". I developed it using Visual Studio.
I've deployed it to the GAC and registered it as safe control in the SP application's web.config. I've edited the blog template's default.aspx page with Sharepoint designer. I converted the post listview to an XSLT dataview. I changed the XLST in order to call my webcontrol for each post. It works fine in Sharepoint Designer but when I try to load the page in the browser, I get this error:
An error occurred during the processing of /customblog/default.aspx. Unknown server tag 'BlogAttachments:blogattachment'
It's like if it was not registered (Register tagprefix....) and once again : it works within Sharepoint Designer....
Any idea?
Thanks
I've just made a custom web control that does currently nothing but displaying "hello". I developed it using Visual Studio.
I've deployed it to the GAC and registered it as safe control in the SP application's web.config. I've edited the blog template's default.aspx page with Sharepoint designer. I converted the post listview to an XSLT dataview. I changed the XLST in order to call my webcontrol for each post. It works fine in Sharepoint Designer but when I try to load the page in the browser, I get this error:
An error occurred during the processing of /customblog/default.aspx. Unknown server tag 'BlogAttachments:blogattachment'
It's like if it was not registered (Register tagprefix....) and once again : it works within Sharepoint Designer....
Any idea?
Thanks