User1246424379 posted
Problem: I am using VS2015 for my .net code where I have made some changes in XXX.DataAccess library classes. due to V2.0 configured in DEV web server . I have convert my local version to V2.0 and published the XXX.DataAccess.dll and trying to run in
DEV but its giving error like below>>
Server Error in '/' Application.
If I use my old DLL its working fine also on local machine no issues in DataAcess classes means the error is coming when only I am converting it to V2.0
my DEV server IIS version is V2.0 then also why I am getting below error.
Can anyone please help!