Questions tagged [fusion]

Fusion is the code name for the assembly loader in .NET. Alternatively, it is a compiler optimization that removes intermediate data structures from composed operations on those data structures (also known as "deforestation").

It is fusion's job to seek out assemblies and load them into the current app domain so that a program can execute. The Assembly binding log viewer shows where it looks to find assemblies, and any issues that may arrise in loading them.

225 questions
0
votes
1 answer

Ask about kinect fusion for AR

I want to create an AR application using Kinect Fusion. I want to insert a 3d model into my kinect fusion reconstruction. The expected output is like these two…
0
votes
1 answer

installing oracle fusion middleware(11G) in windows 8(Formsweb.cfg location issue)

I have installed Oracle 11g ( Oracle 11.2.0.1) database in windows 8 (64 bit processor) desktop successfully.For learning purpose,I tried installing Oracle 11G Forms and Reports.As a first step,installed Oracle fusion middleware( weblogic 10.3.6 )…
user3278047
  • 1
  • 1
  • 2
0
votes
1 answer

NetworkCommsDotNet dll fails to load

I am exploring NetworkCommsDotNet library for use in a project. I am building the project fine, but when it reaches TCPConnection.StartListening (NetworkComms dll function) I see in IntelliTrace exceptions thrown that say "could not load assembly…
MemCtrl
  • 131
  • 1
  • 11
0
votes
2 answers

.NET assemblyBinding configuration ignored in machine.config

I have a situation where I need to be able to load assemblies in the GAC based on their partial names. In order to do this I have added the following to my app.config file:
jon without an h
  • 572
  • 1
  • 4
  • 17
0
votes
0 answers

Reference project causes "Could not load file or assembly" within my own solution

I have 2 projects within my solution. In my second project I want to use some of my classes from my first project. I added a reference in my second project to my first project, however when I try and call/invoke/instantiate any object in my second…
friartuck
  • 2,954
  • 4
  • 33
  • 67
0
votes
1 answer

Two Mac Apps: why does one run in my Mac and in VMWare 5 VM ,while the other runs on Mac only?

Mountain Lion, VMWare Fusion 5 Hardware: MacBook Pro Core 2 Duo Software: Mountain Lion and VMWare Fusion with second version of 10.8 installed in virtual machine I have two Developmental Mac OS X apps, App1 and App2. App1 and App2 both run normally…
mbarron
  • 285
  • 4
  • 15
0
votes
1 answer

Deploying an ADF taskform on Fusion instance

I am looking for the steps to deploy an ADF task form to Fusion instance. It is not possible to deploy directly from Jdeveloper (we are not allowed to create a Weblogic server connection in Jdev). Please give me the steps to deploy via ear/war file.…
user2275479
  • 73
  • 1
  • 4
  • 8
0
votes
2 answers

Search Query to Filter Out records from Database

I am entering some values on a search engine on GUI Name, Date, State If a user does not enter any value, and click on 'Search', he should get entire table from the database. i.e. no filters are applied. So for example i wrote Select Name, State,…
0
votes
1 answer

A strongly named assembly is required sporadic file not found when binding

Our asp.net web servers are giving occasional binding problems which result in a page not being displayed to the end user. Pressing refresh usually works. If you look in the event log you get the following entry: Exception information: …
Rob Sedgwick
  • 4,342
  • 6
  • 50
  • 87
0
votes
1 answer

Cannot load assembly at runtime

This is strange... In a project of mine I need to load external dll's at runtime. I've done this frequently before and I thought I had stepped on all the mines there where but this one has got the best of me so far. It's very very basic really. I…
Jonas Rembratt
  • 1,550
  • 3
  • 17
  • 39
-1
votes
2 answers

Ensemble Learning and Fusion

Question - What is the difference (or are they the same) between ensemble learning and classifier fusion? As I understood, ensemble learning is averaging models when making the final prediction, whereas classifier fusion is also the same in meaning.…
Sachz
  • 391
  • 5
  • 21
-1
votes
1 answer

Using Lidar images and Camera images to perform object detection

I obtain depth & reflectance maps from Lidar (2D images) and I have also camera images (2D images). Image have the same size. I want to use CNN to perform object detection using both images. It is a sort of "fusion CNN" How am I suppose to do it?…
Doxcos44
  • 135
  • 2
  • 12
-1
votes
1 answer

WindowsAzure Assembly not found while downloading Hive output on HDInsight

The following script runs a hive job from my local machine running Windows 8.1 and copies the output to a local file. It has been working fine up to now, but after upgrading to Windows 10 it is erroring out when I call Get-AzureHDInsightJobOutput. I…
Mike Wise
  • 22,131
  • 8
  • 81
  • 104
-2
votes
1 answer

Enable assembly binding logging (fusion) on an Azure App Service (Web App/Websites)?

Just wondering if anyone can tell me the process for turning on binding logging for a YSOD that is happening on Azure App Service? As far as I know there isn't any direct access that would permit registry editing or running fuslogvw (?); can the log…
Caius Jard
  • 72,509
  • 5
  • 49
  • 80
-3
votes
1 answer

Prove filter (all p) . cp = cp . map (filter p)

In chapter 5th of Thinking Functionally with Haskell by Richard Bird, there's an equation: filter (all p) . cp = cp . map (filter p) I wonder how to prove it? (fusion law)? I try to prove with fusion law. but how to prove the fusion law?
1 2 3
14
15