Hi ,
I am working on an website developed in Asp.net.
The initial framework was NetFramework 1.4 and I migrated it to NetFramewok 2 on a Windows XP local computer.
But now i have to migrate it to NetFramework 3.5 or even a higher version so that i can run it in VS 2012 and Windows8.
I configured the project on the new Windows 8 machine but I am having some issues with my .dll that i am using.
I installed all of them in GAC , added as reference to the solution but it seems that there is an issue with these dll as in one of them i have the connections to the database and i get an sql connection error.
I can execute query to the database from the cuurent project so it seems that there is no problem of access , but aproblem with that .dll where i have all the database job.
I don t have access to that dll so i am not sure what is wrong.
Is there any part of configuration that i am missing for the Windows 8 machine?