We are currently working on a new webservice that required some functions used by one of our websites. We decided to move these functions into a dll so that they could share the code and we wouldnt have it in two places. When I moved some of the functions over and added the dll to our webservice, all the calls through the DAL running our stored procedures would work perfectly for those of us using Windows XP but for the others that are using Windows 7 it fails saying that the stored procedures dont exist.
Has anyone every experienced this problem before? We think it may be a difference between IIS6 and IIS7 but that is just a guess.
Edit: The issue does not seem to be a Windows XP/Windows 7 issue because we found another person to test it on their machine. They have Windows XP as well but it did not work for them either.
Thanks for the help.