Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a normal DB first solution I created, it working locally but when i publish to server I get error
Could not load file or assembly 'Hangfire.SqlServer, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.


What I have tried:

I then tried to install hangfire sqlserver with version 1.4.3 but nothing works

Any ideas whats happening here?
Posted
Updated 6-Nov-17 22:26pm

1 solution

Make sure you are deploying all the DLL files needed by your application along with their dependencies.

Open the Hangfire.SqlServer DLL file in a tool like Reflector or [ILSpy^] and see what the dependencies are.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900