Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom web control working with sharepoint designer but...

Status
Not open for further replies.

stephaneey

Programmer
Dec 14, 2006
4
BE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top