Questions tagged [fileloadexception]
67 questions
0
votes
1 answer
dotvvm: System.IO.FileLoadException: Assembly with same name is already loaded
I am trying to use multi language at my website via dotvvm.
First page is loading correctly but when i want to change culture an exception throws.
my startup.cs:
public class Startup
{
private readonly IConfiguration Configuration;
public…

Devrim Altınkurt
- 2,887
- 1
- 10
- 7
0
votes
1 answer
Assembly problems with ML ONNX Runtime
I always get the following exception:
System.IO.FileLoadException: "Die Datei oder Assembly "Microsoft.ML.OnnxRuntime, Version=0.3.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6" oder eine Abhängigkeit davon wurde nicht gefunden. Die…

MLGuy
- 1
- 1
0
votes
0 answers
Error : Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0 after deploy to IIS
I deployed my code to server and I am facing error
Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition…

Maximious
- 155
- 2
- 12
0
votes
0 answers
FileLoadException when loading references
I'm using Spring.Net to dynamic load my object graph.
10 .exe consoles will start on the same time and via Spring.Net they will instantiate the same libraries. The consoles have no references to the libraries. 1 out of 10 times I get an Exception…

Stig
- 1,974
- 2
- 23
- 50
0
votes
1 answer
How to autosave RichEditBox text?
I tried FileIO.WriteTextAsync(); with many events including Grid.Loaded and RichEditBox.TextChanged, but that method is asynchronous and conflicts with process called previous cycle. As a result, System.IO.FileLoadException with following…

10 Develops
- 39
- 1
- 9
0
votes
1 answer
ExcelDataReader 3.4 - System.IO.FileLoadException
I'm using ExcelDataReader 3.4 and it work fine on my developer PC, but when used on production PC, I've got this error
System.IO.FileLoadException: Could not load file or assembly 'System.IO.Compression, Version=4.2.0.0, Culture=neutral,…

Raphael
- 813
- 1
- 8
- 17
0
votes
1 answer
Failed to complete setup of assembly (FileLoadException)
I'm have a tough time getting to the bottom of this issue. My ASP.NET project had a Nuget package dependency on Newtonsoft.Json 10.0.3 as well as a project reference to a class library project in the same solution. The ASP.NET project also has the…

bugged87
- 3,026
- 2
- 26
- 42
0
votes
2 answers
Problems with file path
I am trying to load a file from the following path:
path =…

amankedia
- 377
- 2
- 8
- 23
0
votes
1 answer
dll not loading- FileLoadException
The problem I am having is that I am getting a System.IO.FileLoadException when trying to load the RWLock.dll on a test box and Windows xp machines.
This is the exception that is thrown when it tries to load the dll on the windows 2003 server…

KristenApril
- 263
- 1
- 3
- 6
0
votes
1 answer
Why could this JSON.Net FileLoadException be conditional
I get this runtime exception from
var names = MeasureName.Empty.GetAll();
if (null == names)
Console.WriteLine("No Measure Names found.");
else
{
Console.WriteLine(JsonConvert.SerializeObject(names));
}
but not this
var groups =…

Gary
- 3,254
- 2
- 27
- 30
0
votes
1 answer
CodeIgniter allways unable load file as header in the page
I have a problem when try to code something with CodeIgniter.
Always appear in the title of the tab "Error", and in the body of the page appear:
Error
unable to load the requested file: Then appear all the things I had programed…
0
votes
1 answer
LoadException while loading fxml file
Hi i am using javaFx and i am new to it.
i need help in it.
while running the main application i am getting error of javafx.fxml.LoadException:
Please Help.
Code:
Main Code
package mainApp;
import controller.LoginController;
import…
user2556681
0
votes
2 answers
FileLoadException - Could not load file or assembly
All of a suddon, I'm getting a FileLoadException when getting an instance of a class from Ninject.
The exact exception is the following:
System.IO.FileLoadException: "Could not load file or assembly 'Quartz, Version=2.3.3.0, Culture=neutral,…

xeraphim
- 4,375
- 9
- 54
- 102
0
votes
1 answer
ASP.NET: FileLoadException when trying to use two different versions of the same dll
So i needed to use two different versions of the same dll in the same solution, which I managed to do by using extern aliases (Anybody trying to use two different versions of the same dll should try this solution ). Thing is, now I get this…

SantLev
- 140
- 3
- 15
0
votes
1 answer
javafx load sokoban file
Can someone tell me what wrong with my code? I got an error when I tried to load the file into a fileInputStream
error message:
java.io.FileNotFoundException: file:\C:\Users\zzxx\Desktop\netBean\hw3\Sokoban_draft\data\1.sok (The filename, directory…