VSeWSS Service Error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Sto utilizzando Visual Studio 2008 extensions for Windows SharePoint Services 3.0, v1.3 - Mar 2009 CTP per deployare una WebPart come Provider.

Questa ha la sua interfaccia in un'altro progetto (Class Library).

Quando deployio ricevo il seguente errore:

VSeWSS Service Error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Togliendo l'implementazione dell'interfaccia, tutto ricominciare a funzionare...

Soluzione 0.5 beta:

Linkare la dll non il progetto (pessima soluzione)

Sembra che, settata correttamente la dll nel file solution.xml, rimuovendo la vecchia dalla GAC e rideployando, insernedo questa volta il progetto nelle reference, il deploy funzioni.

Soluzione 1.0 beta:

Questa soluzione sembra funzionare:

http://oidatsmyleg.wordpress.com/2009/01/28/problems-with-vsewss/

 

Symptoms include constantly encountering this error:

Unable to load one or more of the requested types.
Retrieve the LoaderExceptions property for more information.

I’m using the CTP release of VSeWSS 1.3 for Visual Studio 2008 although the error was also evident using version 1.2.

Update: I’ve found that adding the referenced assemblies to the GAC, resetting IIS then Clean the project in Visual Studio fixes this issue.
I can’t reclaim the hours lost but perhaps this information will help someone else.

posted @ venerdì 24 aprile 2009 14:18

Print
Comments have been closed on this topic.