Home Page Link
  Skip Navigation Links
This blog will focus on the issues and lesson learn by C# developers who are using MOSS and WSS
July 08
"A web part or web Form Control on this Page cannot be displayed or imported. The type is not registered as safe"

When deploying webparts to another serverĀ  you get this error("A web part or web Form Control on this Page cannot be displayed or imported. The type is not registered as safe") even if you have your webpart registered as safe in the web.config, don't stress its the namespace, your namespace doesn't have to contain spaces rather use dots or _ for spaces of the webpart name , especially if you are going to deploy the webpart to another server.

June 23
custom webpart using vs 2005 with silverlight 1.1

I create a webpart which include objects created using silverlight 1.1 when I add the webpart, its blank instead of showing the silverlight object.From my understanding on this I have to setup sharepoint to allow silverlight object, I tried all the possible source on the internet and still don't get it to work,but the object shows if I'm using vs web site to create the silverlight object. please help.

Thank you

Lorraine

May 30
Webpart and create site problem
I'mĀ  using VS 2005 and creating a site when a button is clicked within a webpart, the code works with website but I get unknow error when i click the button in the webpart.Is there any limitations on creating a site, or within a webpart. Thank you

Feedback