-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load file or assembly 'CSharpServer' or one of its dependencies. An attempt was made to load a program with an incorrect format. #7
Comments
You need C++ runtime to run this in release mode. Try to install VS redistributable packages: |
I already built this. No problem there. When i create a empty MVC project or existing one, when i include built dll's or the ones on your github release. The error is still there. |
Like i said, it works very well with console & desktop apps. But on the web project. This error shows up. |
You can also try new .NET Core version of server/client. It is written on pure C# without C++ dependency. It is recommended for .net projects - https://github.com/chronoxor/NetCoreServer |
I'm already using .Net core version on some other project. It works really really well. Thanks again for this project btw. |
Thanks mate. Trying right away. |
@chronoxor I tried but it didnt work. I guess, i need to start to moving .net Core :) Thanks anyway sir. |
Hi, as this log msg states it needs to be targeted to 4.8 and then it compiles. in csproj file: |
Hello,
First of all thanks for this awesome project.
My problem is, i can use this project on console & desktop apps but can't use with MVC.
The error as is title says, cant load the dll into the app.
I'm putting full stack on the bottom.
How can i fix this problem ?
The text was updated successfully, but these errors were encountered: