Click here to Skip to main content
15,917,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Trying to add a folder from bin Debug that is using Entity Framework to update some data in a table. It works fine on my local copy however when I move the code on the server it gives me an exception. I can't figure out why? Everything entity related is crashing. When I am working on my local copy entity pointing to a third server that is not where I am deploying it to so connection string does not need to be changed.

I can't figure out if .NET does not support the EF version or what? If you need more info please ask I will try to get it.

Looking for advice how to troubleshoot this problem?

I have noticed that there is an entry in the exception that says Main.Program.Main(String[] args) crashed (well it does because that is where I call function to access table using EF) but it has my local path in it NOT the server path.

Thanks.

ps if this helps here is a screen of the error I am getting

http://snag.gy/6jhTC.jpg
Posted
Updated 6-Feb-14 8:37am
v4

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