Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Old DLL reference to renewed service 1

Status
Not open for further replies.

Boockey

Programmer
Jun 7, 2006
5
BE
Hi all,
I'm having a difficult problem here.
I have written an Excel component a while a ago, this service runs at the servers of our company. There about 100 websites we created that use that excel component, and in all those projects there is a dll reference to that component. Recently i added some stuff to the component, and it seemed none off the websites could access the component anymore. I did only add some procedures and classes. I dind't chance any of those who where used by those websites.

Now my question is: is there a way that I can adapt my service without having to deploy all thos webites again. Because that is not an option. Making a new new component and call this excelcomponent2 is also not an option because than we must have 2 services running on the server. I tryed, I tryed, and I tryed, and haven't found a solution yet.

Thanks in advance
 
does ur new DLL have a different version info?

have u included any versioning info in the other websites where the DLL is used?

Known is handfull, Unknown is worldfull
 
The new dll has version 1.0.2349.17674
The old dll has version 1.0.2272.15961
 
wht error is popping up? did u try registering the DLL file in the registry again???

Known is handfull, Unknown is worldfull
 
The error is the standard error when the service is not available. So it is: Excel service temporary unavailable, but i think I have a solution wich is dirty, ok. But saves me hours and hours of work.

But thanks for trying to help me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top