Assembly Binding Log Viewer (fuslogvw) is not logging bindings for any version of the framework installed on my machine.
I tried using a custom log location, the default log location, the default category, and the native images category.
Assembly…
I'm trying to use fuslogvw.exe on a Win 2008 R2 system. It shows the process started and using CPU but no UI appears. I've tried the 32bit and 64bit version in and not in admin mode but no luck. I don't see anything in the event log as a problem.
Trying to understand this assembly binding failure - What is the meaning of "Post-policy reference" in the log below?
LOG: This bind starts in default load context.
LOG: Using application configuration file: E:\approot\WorkerRole.dll.config
LOG:…
I have used NGEN to create native images of several assemblies used by my application. However, those images are not loaded when running the application and I have no idea why.
This is a typical log from fuslogvw:
*** Assembly Binder Log Entry …
Are there any alternative Fusion Log Viewer programs, other than Fuslogvw.exe, or directing the Fusion log output to your own directory and then examining the tons of HTM files by hand?
My two main gripes are:
I'd like an overview that showed which…
I added an existing project to my solution. When I run all unit tests with MSTest runner, I get the following error on a couple of tests:
Message: Test method soandso threw exception:
System.IO.FileLoadException: Could not load file or assembly…
we are using NSASS to compile our Sass files to css ( https://github.com/TBAPI-0KA/NSass ). NSASS is set up and working great in development environment. But when we try to deploy it to our testserver we are unable to get NSASS up and running.
We…
I've got a very minimal console app which just tries to print out the value of an enum from a referenced assembly. Let's call the assembly "VendorAssembly.DDK.dll", and say it defines "Vendor.Namespace". Here's my anonymised test code. IntervalType…
Eclipse does look for a .dll file that a plug-in of mine needs to execute. This is the full path of the file:
C:\Eclipse\eclipse-sib\eclipse\configuration\org.eclipse.osgi\bundles\324\1\.cp\jni4net.n.w32.v20-0.8.6.0
Trying to open it like…
I have a .NET DLL SigToolNet.DLL with multiple visible COM classes. It references a .NET DLL FTDIVcpLibNet.DLL wrapper for a native C++ static library FTDIVCPLIB which in turn references 3rd party native DLL ftd2xx.dll. The SigToolNet.DLL is…
What's the easiest way to discover which assembly is triggering certain dependencies to be loaded at runtime? I've got a stray reference to an old assembly somewhere, in one of the 100+ assemblies that get loaded as part of our application.
Using…
Schema specified is not valid. Errors: (0,0) : error 0004: Could not
load file or assembly 'JIMSDAL, Version=6.0.5126.47, Culture=neutral,
PublicKeyToken=9054b539c49e6e2e' or one of its dependencies. The
located assembly's manifest…
I am investigating some minidumps for our released application. I am unable to repro these crashes locally, but for a large number of reports I'm noticing the list of loaded dll's includes both regular and .ni. versions of some WPF dlls.
From the…
I have a Caliburn.Micro application with many projects. Several projects refer to the same dll in a separate folder. Now I needed to replace that dll with a newer version. I removed the reference from all projects and added it again.
But I am…
The log from a failed bind looks like this:
BinderLogEntry
This seems to be saying that 12.0.0.0 was converted to 12.0.3.0 (which is what I specified and wanted), but then seems to be using 12.0.0.0 (and saying it can't find it).
The properties of…