fusion Questions
42
Solved
I've got a very weird bug on our test machine. The error is:
System.TypeLoadException: Method 'SetShort' in type 'DummyItem' from assembly 'ActiveViewers (...)' does not have an implementation.
I...
Infuscate asked 4/6, 2009 at 5:58
3
Solved
I am using macOS High Sierra and I am getting the following error when trying to install a script:
sh: Fusion.app/Contents/Public:/Users/<name>/.rvm/bin: No such file or directory
Apparen...
Papagena asked 8/4, 2018 at 20:58
2
I am trying to get to the bottom of a strange behavior on one machine. I have a trivial console application that will run interactively, but when I invoke it via WMI, it will start and exit immedia...
2
Solved
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 mai...
1
Solved
I need to use the Kalman filter to fuse multi-sensors positions for gaussian measurement (for example 4 positions as the input of the filter and 1 position as output). It is possible to help me wit...
Grannie asked 23/4, 2019 at 14:41
4
Solved
One of our partners provided us with an assembly we need to access from our application. Unfortunately, this is not strong-name so we can't install it to the GAC. And we can't place it in the same ...
1
Solved
Currently I am implementing a head tracking solution that takes yaw and pitch from 2 difference sources; a gyro and a magnetic field sensor.
I have both the values passed into my program and now I...
Aggregation asked 20/11, 2017 at 6:49
1
I'm trying to form a cocise and conherent understanding of the application of lazy evaluation within the Java streams API.
Here is what I currently understand:
elements are only consumed as they...
Pesach asked 2/2, 2016 at 10:0
2
Solved
I have a project that loads multiple versions of the same assembly using either Assembly.Load or Assembly.LoadFile. I then use Assembly.CreateInstance to create a type from that specific assembly.
...
Alpenstock asked 9/4, 2014 at 15:58
5
Solved
The project runs fine locally, its only when published I get the following error:
Could not load file or assembly 'System.Web.Razor' or one of its dependencies. The located assembly's manifest d...
Whipcord asked 13/2, 2013 at 22:43
1
Given:
newtype MyVec = MyVec { unVec :: Data.Vector }
deriving (Functor, etc)
This will create (something like) this:
instance Functor MyVec where
fmap f = MyVec . Data.Vector.fmap f . unVec...
Stanislaus asked 19/11, 2014 at 10:16
2
I have a project with SignalR and Ext.net. Both require Newtonsoft.Json.
SignalR requires Newtonsoft.Json 4.5.0.0 and Ext.net requires 4.0.8.0.
My binding redirects are not working at all. In my ...
Herder asked 23/4, 2014 at 19:12
3
Solved
I'm interested, how is the dual input in a sensor fusioning setup in a Kalman filter modeled?
Say for instance that you have an accelerometer and a gyro and want to present the "horizon level", li...
Cooee asked 19/10, 2010 at 7:44
0
I have installed a Windows service via a new MSI build. But the service just finishes going through the constructor before stopping without explanation. I get the following in the fusion log:
*** ...
1
Solved
I really like the idea of working with catamorphisms/anamorphisms in a generic way, but it seems to me it has a significant performance drawback:
Suppose we want to work with a tree structure in t...
Pasia asked 27/10, 2012 at 10:12
4
Solved
I have a custom Task that I want to execute when building my C# projects. This task is located in MyTask.dll, which references another assembly, MyCommon.DLL.
The problem is that MyCommon.dll is l...
Enlist asked 27/3, 2009 at 16:21
2
We could fuse two traversals over the list xs in the expression
(map f xs, map g xs)
like so
unzip (map (\x -> (f x, g x)) xs)
Is there any reasearch on performing this kind of fusion auto...
3
Solved
How can i add an assembly manifest to my .NET executable?
An assembly manifest is is an XML file that is added to a .NET portable executable (PE) with resource type RT_MANIFEST (24).
Assembly ...
Matthieu asked 15/11, 2011 at 19:12
2
Lets say we have the following:
l = map f (map g [1..100])
And we want to do:
head l
So we get:
head (map f (map g [1..100]))
Now, we have to get the first element of this. map is defined ...
Shaunshauna asked 8/6, 2012 at 8:28
1
Solved
I am trying to deploy my solution package (wsp) to SharePoint 2007 environment. The WSP contains a feature which loads the feature receiver class to deploy a timer job at run time.
While deploying...
Ptah asked 30/12, 2010 at 13:12
1
I have a .Net assembly which imports an assembly linked against the v2.0 runtime. The problem I'm having is that when I try to run some tests on my assembly, Fusion trys to load the wrong version o...
1
Solved
In the .NET fusion logger (FUSLOGVW.exe) what do the two options in the lower right of the screen do?
Log Categories
+ Default
+ Native Images
And how can I use either one to diagnose a mixed...
Attentive asked 28/7, 2010 at 13:7
2
Solved
I have added the following to the registry key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion:
EnableLog DWORD 1
LogFailures DWORD 1
If I start an ASP.NET web site from Visual Stu...
Imena asked 9/10, 2009 at 10:29
2
Solved
My .NET executable abc.exe references several assemblies. One of them is called xyz.core.exe. I have trouble getting it to work when it is being started from a network location specified through a ...
Judson asked 29/1, 2010 at 6:35
5
Solved
I have a unmanaged DLL (the scilexer.dll of Scintilla code editor, used by Scintilla.Net from CodePlex) that is loaded from a managed application trough the Scintilla.Net component. The windows man...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.