0
1

Getting the below at some odd times. This is a bit hard to explain but this is what I perceive as happening... I have references to dataobjects.net in my service tier which sits on top of my data access. The service tier is aware of my class Entity(s) and on the public surface of the tier only exposes DTOs (nothing in the public interface requires a reference to dataObjects.net beyond this tier).

Now, most of the time, everything compiles just fine. However, if I change something in the public surface contract of the tier that uses a .net framework 4.5 feature or class such as the latest and greatest System.Transactions.TransactionScope I will get the following build error. Keep in mind, I'm kinda guessing here but this seems to be the case. If I comment back out "using System.Transactions;" and the code that references it (of course) all compiles and we're happy path again. Please don't get this question wrong in intent, I'm not mixing System.Transactions.TransactionScope with my DataObjects.net code, completely unrelated as this bit of code is dealing directly with OAuth and web security.

Anyway, I've seen the related posts on the PostSharp and setting the PostSharpTargetFrameworkVersion in the csproj file but none of this seems to change anything for me. Most of these references seem to be a solution that just plain doesn't build either, which isn't the case for me. It builds just fine until I start (apparently) using something from mscorlib that's very "4.5"'ish.

Help! :)

3>POSTSHARP : postsharp error PS0099: Unhandled exception (2.1.7.16, 32 bit, CLR 4.0, Release): PostSharp.Sdk.CodeModel.AssemblyLoadException: Cannot find assembly 'mscorlib, version=2.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089'. [Public key mismatch] 3>POSTSHARP : postsharp error PS0099: ============ PostSharp Assembly Loading Log =================== 3>POSTSHARP : postsharp error PS0099: LOG: Finding the assembly with binding identity 'mscorlib, version=2.0.5.0, culture=neutral, publickeytoken=7cec85d7bea7798e'. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' because this file was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: File 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' has identity 'mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil'. 3>POSTSHARP : postsharp error PS0099: LOG: File 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' does not match the reference. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\PostSharp.2.1.7.16\tools\Release\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\PostSharp.2.1.7.16\tools\Release\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\PostSharp.2.1.7.16\tools\Release\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\PostSharp.2.1.7.16\tools\Release\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\bin\Debug\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\bin\Debug\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\bin\Debug\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\bin\Debug\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\obj\Debug\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\obj\Debug\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Services\obj\Debug\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Services\obj\Debug\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.3\Tools\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.3\Tools\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.3\Tools\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.3\Tools\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: File 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' has identity 'mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089, processorarchitecture=msil'. 3>POSTSHARP : postsharp error PS0099: LOG: File 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll' does not match the reference. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\mscorlib.exe' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\mscorlib.exe' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\mscorlib.dll' because this directory was explicitly added to the search path. 3>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\mscorlib.dll' could not be found. 3>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=x86. 3>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=msil. 3>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e. 3>POSTSHARP : postsharp error PS0099: LOG: The assembly 'mscorlib_10' was not found. 3>POSTSHARP : postsharp error PS0099: =============================================================== 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.Domain.GetAssembly(IAssemblyName assemblyName, BindingOptions bindingOptions) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.AssemblyRefDeclaration.GetAssemblyEnvelope() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.TypeRefDeclaration.GetTypeDefinition(BindingOptions bindingOptions) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.TypeRefDeclaration.^fTKlH3napSY2(ITypeSignature _0, GenericMap _1, ^pFrwtoi5k+N4 _2) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.TypeRefDeclaration.IsAssignableTo(ITypeSignature type) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.SerializationType.GetSerializationType(ITypeSignature typeSignature) 3>POSTSHARP : postsharp error PS0099: at ^7W5SDrB/I3hP.^JYmAbnY7(CustomAttributeDeclaration _0) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.CustomAttributeDeclaration.^fijjL8Mr() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.CustomAttributeDeclaration.get_ConstructorArguments() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.CustomAttributeHelper.ConstructRuntimeObject(IAnnotationValue attribute, Type instanceType, SerializedValueBindingOptions options) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectDependencyAttributeParser.Parse(IAnnotationValue attribute, ModuleDeclaration module) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaverTask.^d8FWlECl(MetadataDeclaration _0, Action1 _1) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaverTask.^U4Jvw/9M(MetadataDeclaration _0, AspectDependencyCollection _1, AspectDependencyCollection _2, AspectWeaver _3) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaver.^uGS29Z3z() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaver.^pFnf8wEt(AspectWeaverTask _0, TypeDefDeclaration _1, TokenType _2) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaverTask.^lp9i7ZhC(InstructionWriter _0, AspectInstanceInfo _1, StructuredDeclarationDictionary1 _2) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaverTask.^5UGcBAoN.^qmgrNmSI(IMetadataDeclaration _0, AspectInstanceInfo _1) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^lNgKC+Z4(IMetadataDeclaration _0, Func3 _1) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^RdBVqi\.M.^8/pSq47Q(IMetadataDeclaration _0) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^d+wOzSPF(IMetadataDeclaration _0, Func2 _1) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^+g+TCqVg(TypeDefDeclaration _0, Func2 _1, Set1 _2) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^fJqG(Func2 _0) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectInfrastructure.StructuredDeclarationDictionary1.^fJqG(Func3 _0) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.AspectWeaver.AspectWeaverTask.Execute() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Project.ExecutePhase(String phase) 3>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Project.Execute() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Hosting.PostSharpObject.ExecuteProjects() 3>POSTSHARP : postsharp error PS0099: at PostSharp.Hosting.PostSharpObject.InvokeProject(ProjectInvocation projectInvocation) 3>POSTSHARP : postsharp error PS0099: Context: 3>POSTSHARP : postsharp error PS0099: Initializing aspect weaver {Xtensive.Orm.EntityAspect}.

asked Sep 29 '13 at 06:22

Dave%20Jellison%20Fabnu's gravatar image

Dave Jellison Fabnu
9336

edited Sep 29 '13 at 08:13

This is strange but possible helpful? - I have an ICryptoProvider (home-grown) that I use. If I make this accessible to my IOC via public constructor injection such as public MyClass(ICryptoProvider provider) { ... } my code-base compiles. Now, using the same IOC, etc. everything else remains the same, and I change the injection paradigm to use Ninject's [Inject] attribute syntax placing the Provider on a public property I get the build error above. Any ideas as to what could be triggering this so at least if I have to avoid it I know semantically what's happening?

(Sep 29 '13 at 08:36) Dave Jellison Fabnu Dave%20Jellison%20Fabnu's gravatar image

2 Answers:

Hi Dave Jellison Fabnu,

Please, consider updating to the latest DataObjects.Net version. It includes the most recent PostSharp 2.1.x libraries ever existed in the Universe.

answered Oct 01 '13 at 10:15

Dmitri%20Maximov's gravatar image

Dmitri Maximov
22111211

Thanks - that helped now we have a new error...

I would wager if you create a new MVC4 Internet Application with OAuth support and run PM>Install-Package Xtensive.Orm you'll get something similar if that helps diagnose?

POSTSHARP : postsharp error PS0099: Unhandled exception (2.1.7.30, 32 bit, CLR 4.0, Release): PostSharp.Sdk.CodeModel.AssemblyLoadException: Cannot find assembly 'dotnetopenauth.aspnet, version=4.0.0.0, culture=neutral, publickeytoken=2780ccd10d57b246'. [Version mismatch] 6>POSTSHARP : postsharp error PS0099: ============ PostSharp Assembly Loading Log =================== 6>POSTSHARP : postsharp error PS0099: LOG: Finding the assembly with binding identity 'dotnetopenauth.aspnet, version=4.0.0.0, culture=neutral, publickeytoken=2780ccd10d57b246'. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\DotNetOpenAuth.AspNet.4.3.1.13153\lib\net45-full\DotNetOpenAuth.AspNet.dll' because this file was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: File 'C:\dev\Fabnu\packages\DotNetOpenAuth.AspNet.4.3.1.13153\lib\net45-full\DotNetOpenAuth.AspNet.dll' has identity 'dotnetopenauth.aspnet, version=4.3.0.0, culture=neutral, publickeytoken=2780ccd10d57b246, processorarchitecture=msil'. 6>POSTSHARP : postsharp error PS0099: LOG: File 'C:\dev\Fabnu\packages\DotNetOpenAuth.AspNet.4.3.1.13153\lib\net45-full\DotNetOpenAuth.AspNet.dll' does not match the reference. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\PostSharp.2.1.7.30\tools\Release\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\PostSharp.2.1.7.30\tools\Release\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\PostSharp.2.1.7.30\tools\Release\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\PostSharp.2.1.7.30\tools\Release\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Website\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Website\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\bin\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Website\bin\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\bin\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: File 'C:\dev\Fabnu\Fabnu.Flagship.Website\bin\DotNetOpenAuth.AspNet.dll' has identity 'dotnetopenauth.aspnet, version=4.3.0.0, culture=neutral, publickeytoken=2780ccd10d57b246, processorarchitecture=msil'. 6>POSTSHARP : postsharp error PS0099: LOG: File 'C:\dev\Fabnu\Fabnu.Flagship.Website\bin\DotNetOpenAuth.AspNet.dll' does not match the reference. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\obj\Debug\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Website\obj\Debug\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\Fabnu.Flagship.Website\obj\Debug\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\Fabnu.Flagship.Website\obj\Debug\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.4\Tools\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.4\Tools\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.4\Tools\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\dev\Fabnu\packages\Xtensive.Orm.4.6.4\Tools\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\DotNetOpenAuth.AspNet.exe' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\DotNetOpenAuth.AspNet.exe' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Probing location 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\DotNetOpenAuth.AspNet.dll' because this directory was explicitly added to the search path. 6>POSTSHARP : postsharp error PS0099: LOG: The file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades\DotNetOpenAuth.AspNet.dll' could not be found. 6>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for DotNetOpenAuth.AspNet, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=x86. 6>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for DotNetOpenAuth.AspNet, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=msil. 6>POSTSHARP : postsharp error PS0099: LOG: Looking in GAC for DotNetOpenAuth.AspNet, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246. 6>POSTSHARP : postsharp error PS0099: LOG: The assembly 'DotNetOpenAuth.AspNet' was not found. 6>POSTSHARP : postsharp error PS0099: =============================================================== 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.Domain.GetAssembly(IAssemblyName assemblyName, BindingOptions bindingOptions) 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.CodeModel.AssemblyRefDeclaration.GetAssemblyEnvelope() 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Tasks.MulticastAttributeTask.^SgrhoGlQ(AssemblyRefDeclaration _0) 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Tasks.MulticastAttributeTask.^+GwnKh4ZYHu3() 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Tasks.MulticastAttributeTask.Execute() 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Project.ExecutePhase(String phase) 6>POSTSHARP : postsharp error PS0099: at PostSharp.Sdk.Extensibility.Project.Execute() 6>POSTSHARP : postsharp error PS0099: at PostSharp.Hosting.PostSharpObject.ExecuteProjects() 6>POSTSHARP : postsharp error PS0099: at PostSharp.Hosting.PostSharpObject.InvokeProject(ProjectInvocation projectInvocation) 7>------ Rebuild All started: Project: Fabnu.Flagship.Website.Tests, Configuration: Debug Any CPU ------ ========== Rebuild All: 5 succeeded, 2 failed, 0 skipped ==========

answered Oct 01 '13 at 11:40

Dave%20Jellison%20Fabnu's gravatar image

Dave Jellison Fabnu
9336

Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

powered by OSQA