Questions tagged [fileloadexception]
67 questions
0
votes
1 answer
FileLoadException while accessing assembly dlls in project application folder
I want to load assemblies stored inside my project application folder on the c: drive.
This is the code:
public static void Main(string[] args)
{
Assembly asm = null;
asm =…
0
votes
2 answers
NinjectControllerFactory FileLoadException Error
I tried create just example porject and I want use Ninject.I create NinjectControllerFactory.cs like this
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Ninject;
using…

Fatih Ayyıldız
- 1
- 2
0
votes
2 answers
Access Denied on Iesi.Collections.dll
For a project my team has recently started, I've been getting the following exception when I try to run my newly-created SpecFlow unit tests:
Could not load file or assembly 'Iesi.Collections, Version=1.0.1.0,…

Andrew Gray
- 3,756
- 3
- 39
- 75
0
votes
4 answers
FileLoadException with new version of dll
I have an application that needs to work with two versions of a dll. I figured I would just compile the app once, copy the exe to two directories, and then copy the two versions of the dlls to each of these directories. FYI, I'm not doing anything…

bsh152s
- 3,178
- 6
- 51
- 77
0
votes
1 answer
System.IO.FileLoadException thrown for no reason
When switching between tabs, whenever I enter the tabCurves control at any point after the initial entry, a System.IO.FileLoadException is thrown at the line lstCurves_SelectedIndexChanged(Nothing, EventArgs.Empty). This is completely baffling to…

radar33
- 45
- 7
0
votes
1 answer
a procedure imported by c#
I am getting this exception,
System.IO.FileLoadException: A procedure imported by
'GeometryUtils.dll' could not be loaded
while trying to call Activator.CreateInstanceFrom(geomUtilsAssemblyPath, "GeometryUtils.IsmRegionFactory");
I can see…

Usman Khan
- 139
- 2
- 12
-2
votes
2 answers
FXML Exception in JavaFx | TableView - Table is Null | Eclispe IDE
I have been working on it for the past 3-4 days. I have googled it and also saw similar questions' answers but it did not help me.
Exception at Changing Scence:javafx.fxml.LoadException:
address-to-//application/Dashboard.fxml
This is the…

Sarmad Ali
- 1
- 3