D
doofy
I've got a vb.net app that I wrote on my laptop with VS 2008, then moved
to a server, which doesn't have a full version of VS installed (just the
minimalist version that comes with Sql Server). It bombed. Couldn't
find the Microsoft.Office.Interop.Excel file.
I then "discovered" deployment. I created a deployment file, moved that
to the server, ran it, and several hours later it was done.
This morning I ran the app, and it still can't find the Interop.Excel
file. I even moved the files over manually, but perhaps not in the
right subdirectory.
I looked in the assembly info to see if something was hard-coded there
for the location of the files, but didn't see anything.
Where should I put these files for my app to work, or what process do I
need to go through?
to a server, which doesn't have a full version of VS installed (just the
minimalist version that comes with Sql Server). It bombed. Couldn't
find the Microsoft.Office.Interop.Excel file.
I then "discovered" deployment. I created a deployment file, moved that
to the server, ran it, and several hours later it was done.
This morning I ran the app, and it still can't find the Interop.Excel
file. I even moved the files over manually, but perhaps not in the
right subdirectory.
I looked in the assembly info to see if something was hard-coded there
for the location of the files, but didn't see anything.
Where should I put these files for my app to work, or what process do I
need to go through?