I am publishing a small project to a web server but it seems that the reference (a ddl file) is not included. The publish process terminates successfully and I can get the web page from an Internet browser but if I try to run the installation from a PC I get an error message telling me that such a ddl must be loaded in the GAC. Nevertheless, if I run the installation in the PC where the project was developed it runs without any problem and I suppose it is because the dll reference is already installed.
I read a MSDN article with the following information:
"You should share assemblies by installing them into the global assembly cache only when you need to. As a general guideline, keep assembly dependencies private, and locate assemblies in the application directory unless sharing an assembly is explicitly required."
I DO NOT want to install the assemblies in the GAC but inside my application.
What do I have to do to get my project published so that any reference is included?
Please advice.
Respectfully,
Jorge Maldonado
I read a MSDN article with the following information:
"You should share assemblies by installing them into the global assembly cache only when you need to. As a general guideline, keep assembly dependencies private, and locate assemblies in the application directory unless sharing an assembly is explicitly required."
I DO NOT want to install the assemblies in the GAC but inside my application.
What do I have to do to get my project published so that any reference is included?
Please advice.
Respectfully,
Jorge Maldonado