0
votes
2answers
30 views

Failed to load receiver assembly, missing service recycle?

I'm activating a feature using PowerShell and every "once in a while" it fails with the error "Failed to load receiver assembly". It seems to be complaining because some service or application is ...
1
vote
2answers
33 views

How to pull SharePoint 2010 Reference assemblies for dedicated build server

I am trying to build my SP2010 projects on a clean build server. All of my project's are building fine with one exception. One Visual Web Part project fails with the following error on the build ...
2
votes
3answers
262 views

SharePoint 2010: System DLL (System.Collections.Generic) is not in the GAC - how do I add it?

I have a SharePoint project (named MyProject for this example) with an Application Page that references the namespace System.Collections.Generic. When I try to deploy the project, I get this error ...
0
votes
3answers
347 views

Visual Studio assembly references form common assemblies and SharePoint

I have some logging and other common libraries that i want to use in my SharePoint solutions. These common dlls will be deployed to the GAC, i was thinking of creating a .wsp for them just on there ...
2
votes
1answer
429 views

Assembly binding failure for all old Microsoft.SharePoint (version 12.0.0.0) dlls

My SharePoint 2010 dev box seems to have gone crazy today. I started to get an error when using U2U's CAML builder and trying to connect to a site using the Object Model. The error message is as ...
1
vote
2answers
872 views

The type or namespace name 'X' could not be found (are you missing a using directive or an assembly reference?)

I have a weird problem I just can't place. I have a SP 2010 project which contains two sub-projects of type class library (FirstLib and SecondLib). The project build fine, no errors whatsoever, ...
1
vote
2answers
795 views

SharePoint 2010 Foundation Microsoft.SharePoint.Taxonomy.dll

Is Microsoft.SharePoint.Taxonomy.dll available with SharePoint 2010 Foundation?