EA - Allware Forums
»
Software
»
EA-Allware Software
»
Sharepoint Maximizer
»
Upgrade error... CS0433: The type 'Mastercode' exists in both ....
Rank: Administration
Groups: Administrators
Joined: 9/27/2010(UTC) Posts: 34 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....
|
|
|
|
EA - Allware Forums
»
Software
»
EA-Allware Software
»
Sharepoint Maximizer
»
Upgrade error... CS0433: The type 'Mastercode' exists in both ....
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.
Important Information:
The EA - Allware Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close