Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using WSPBuilder to wrap and deploy my web parts as features into a SharePoint MOSS2007 environment.

I love WSPBuilder, and it is working great...... other than one thing.

It does write the SafeControl tags in the web config, however....

The add assembly is not written to the web.config.
<add assembly="name,version,publicKeyToken />


Please, if anyone can help with this!!
Posted

Because it isn't necessary to add an assembly entry.
 
Share this answer
 
I don't know what is different, but it is required in my case.
If we do not add that line to the web.config, the webparts throw an error that a type within the namespace cannot be loaded...
we add this line and it works??
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900