views:

72

answers:

2

hello i have a problem,

my application works on my local server, but when i put it on our server the lucene classes throw errors. do i have to install the DLL on the IIS server?

i'm using visual studio 08, after publishing my website i put it on the server.

does anybody know a solution?

greetings, tyzak

+1  A: 

If you didn't already, you'll need to put the DLL into the website's bin folder.

If you want a more specific answer, please provide more details.

SLaks
i put the DLL in the bin folder,hmm more details,.... well i tried to add the whole published folder to the server, it didn't work ; then i tried just to add the .aspx website, that also didn't word, and at least i just put the .aspx website and the dll as such on the server what also didn't word :>i reduced the code step by step an by declaring the class it throws an error,it's a IIS Server, with the right asp.net version declared,hmm...what else should i say?greetings, tyzak
tim
A: 

can you read the comments?

tim