When adding programs to a Production solution from the development server, not only do you have to copy the files to the proper directory, but you must add them to the solution in Visual Studio.
If not, when your program tries to load the program, you will get a run time error indicating that the resource could not be loaded. This is because it has NOT been compiled and is NOT in the DLL file.
No comments:
Post a Comment