I try to find a reason why a stored procedure stopped working after updating my model..edmx
file.
Or could it be related to Nuget packages?
Nuget stopped downloading packages on the network, but I solved this problem,by downloading and placing the packages in the local folder. The EntityFramework.SqlServer
folder failed download and I installed EntityFramework.SqlServerCompact
. I do not know if there is a difference between them or not