Hello friends! I've created a simple application using ASP.NET Web Form 4.5 with entity framework db first approach and trying to make it live with free hosting service. Unfortunately it throws an error and kindly see this link - http://at2012-001-site1.etempurl.com/cmmsApp/Default.aspx.
I've provided all the required files and in the hosting service, used ASP.NET 4.x. I am not sure what I am doing wrong. Any suggestion would be highly appreciated - Thanks.
Helping others is to provide help to yourself. Mark as answer, if the solution helps.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Participant
1759 Points
805 Posts
Error in .NET Project
Dec 28, 2017 09:32 PM|TechView|LINK
TechView
Star
8500 Points
2883 Posts
Re: Error in .NET Project
Dec 29, 2017 06:13 AM|Cathy Zou|LINK
Hi TechView,
Try to use NuGet (package manager) to pull Entity Framework into your projects.
https://www.nuget.org/packages/EntityFramework/
Similar thread: https://forums.asp.net/t/1892907.aspx
Best regards
Cathy
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.