We are having problems with the following code:
BSPSite site = new BSPSite();
BSPWeb web = site.SetRootWeb();
The error is : Could not load file or assembly 'System.Moles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0ae41878053f6703' or one of its dependencies. The system cannot find the file specified.
We have tried rebuilding the Behavoir assembly in the source code to .NET 4 but that didn't go through. We are using v0.94.
Any help would be appreciates.