P
paulg
I ran into a minor problem trying to deploy a .NET
project. The project interfaces with a database on a
server, and works fine from my local machine. Anyhow I
get an (assembly not found) error. I copied over the aspx
files along with the bin directory that contains the
dlls. Wondering if I need to copy the web.config file
over as well? I think at run time you basically just have
webform.aspx and a temp.dll files that provides output to
the browser. I found a system.data assembly on my local
machine and then copied it to the server machine, but then
get an incorrect manifest error. Thanks Paul.
project. The project interfaces with a database on a
server, and works fine from my local machine. Anyhow I
get an (assembly not found) error. I copied over the aspx
files along with the bin directory that contains the
dlls. Wondering if I need to copy the web.config file
over as well? I think at run time you basically just have
webform.aspx and a temp.dll files that provides output to
the browser. I found a system.data assembly on my local
machine and then copied it to the server machine, but then
get an incorrect manifest error. Thanks Paul.