2005 Web sites and class libraries

  • Thread starter Thread starter Microsoft Newsserver
  • Start date Start date
M

Microsoft Newsserver

I am working on a web site ( not web application ) which is something I
never usually bother with. I have added a class libary to the solution, but
when publishing, it does not copy the dll fromt he class library to the bin
folder of the the target, and fails.

Even if I copy manually, it still tells me I am missing a resrouce, but
locally it works just fine.


Any help will be greatly appreciated.


Thank you.
 
Is the target directory structure the same as the local directory structure?
What are the exact words it gives in the error message it gives you (does it
tell you anything about what is missing)?
 
I am working on a web site ( not web application ) which is something I
never usually bother with. I have added a class libary to the solution, but
when publishing, it does not copy the dll fromt he class library to the bin
folder of the the target, and fails.

Even if I copy manually, it still tells me I am missing a resrouce, but
locally it works just fine.

Any help will be greatly appreciated.

Thank you.

Is that a .NET .dll or a native code .dll (COM)? If native, it must
be registered in
the machine's registry--simply copying it will not make it usable.
 
Back
Top