logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
Offline Enrique  
#1 Posted : Monday, January 31, 2011 8:54:24 AM(UTC)
Enrique

Rank: Administration

Groups: Administrators
Joined: 9/27/2010(UTC)
Posts: 34
Man
Mexico

Thanks: 3 times
Was thanked: 3 time(s) in 3 post(s)
Some times when upgrading your library you may get this error:

CS0433: The type 'Mastercode' exists in both ....

Even if you erase the cache, it still creates the cache in the temporary ASP net files....

in this case, you may have to add the line <remove assembly="*"/> inside the assemblies section in the compilation section of your web.config file.

like this:

<assemblies>
<remove assembly="*"/>
<add assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
</assemblies>

Please let us know if this post helps you....
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.