Advertisement
Guest User

Untitled

a guest
May 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 2018-05-24 08:21:18,302 - Unable to load referenced assembly 'Microsoft.AnalysisServices.SPClient.Interfaces, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
  2. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices.SPClient.Interfaces, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
  3. File name: 'Microsoft.AnalysisServices.SPClient.Interfaces, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
  4. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  5. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  6. at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
  7. at TRS.Flint.BLL.Entities.Rulesets.ActivityLoader.ResolveReferencesForImplementation(Assembly assembly, List`1 allAssemblyReferences) in E:\U4SMSources\CAMSMosaicv1\Build_1.6\Flint\src\BLL\Entity\Rulesets\ActivityLoader.cs:line 106
  8.  
  9. === Pre-bind state information ===
  10. LOG: DisplayName = Microsoft.AnalysisServices.SPClient.Interfaces, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
  11. (Fully-specified)
  12. LOG: Appbase = file:///C:/inetpub/wwwroot/U4SM/
  13. LOG: Initial PrivatePath = C:\inetpub\wwwroot\U4SM\bin
  14. Calling assembly : TRS.Flint.BLL.Entities, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c5e21a6325b3e5a9.
  15. ===
  16. LOG: This bind starts in default load context.
  17. LOG: Using application configuration file: C:\inetpub\wwwroot\U4SM\web.config
  18. LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config
  19. LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
  20. LOG: Post-policy reference: Microsoft.AnalysisServices.SPClient.Interfaces, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
  21. LOG: The same bind was seen before, and was failed with hr = 0x80070002.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement