Hi
I am facing a variety problem is explained below.
I have created a c# class library(Test.dll) using which i can enumerate the list of instances and databases of sqlserver. I have 2 Machines 1 dev machine and 2 one is test machine.
Now when i testing the Application in my dev machine it is properly behaving. But when i copy the application(exe file to ) test machine then it is failed to call the methods of the Interface which i hve written in Test.dll
When i debug app in dev machine the tli file is called by debugger and i have simply shared the folder which contains my source code to test machine.
and now i am debugging the app through test machine which does not contains source code. But i am afraid the function call to the methods which are in test.dll is failed.i dont know y this is happened...
How to fix this issue and how to make the application to run in all machines with the same effect.....