I have customised sharepoint 2007. I have added a code behind a page. Sharepoint use ASp.Net and the error is specific to ASP.net in my opinion.
The error is :
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The type 'K2LoginSeemlessly.LoginSeemLessly' is ambiguous: it could come from assembly 'C:\Inetpub\wwwroot\wss\VirtualDirectories\moss.docosoft.com80\bin\K2LoginSeemlessly.DLL' or from assembly 'C:\Inetpub\wwwroot\wss\VirtualDirectories\moss.docosoft.com80\bin\ERICAutomaticConnection.DLL'.
Please specify the assembly explicitly in the type name.
What could be the fix here ? Why they are ambiguous ?
GodefroyHard...
Member
10 Points
61 Posts
When i load assemblies from sharepoint i got an ambiguous error with 2 assemblies
Jul 08, 2010 11:01 AM|LINK
Hi all,
I have customised sharepoint 2007. I have added a code behind a page. Sharepoint use ASp.Net and the error is specific to ASP.net in my opinion.
The error is :
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The type 'K2LoginSeemlessly.LoginSeemLessly' is ambiguous: it could come from assembly 'C:\Inetpub\wwwroot\wss\VirtualDirectories\moss.docosoft.com80\bin\K2LoginSeemlessly.DLL' or from assembly 'C:\Inetpub\wwwroot\wss\VirtualDirectories\moss.docosoft.com80\bin\ERICAutomaticConnection.DLL'. Please specify the assembly explicitly in the type name.
What could be the fix here ? Why they are ambiguous ?
I dont understand.