milicevic Newbie

Joined: 16 October 2006 Location: Italy
Online Status: Offline Posts: 4
|
Posted: 17 November 2006 at 6:39am | IP Logged
|
|
|
Hello,
I had problem with deployment of application that might help someone to save some time.
Web application references separate project (subscriberComponent) that uses MailBee.NET.dll.
On local machine everything works normally, but when deployed on remote, hosted server I was getting:
"Exception has been thrown by the target of an invocation" error.
I followed your instructions on how to use component, also checked all path's in .csproj and seems OK.I Also copied MailBee.NET.dll all over folders on deployment site. Referenced MailBee from web project nothing did help until I accidentally copied MailBee.NET.dll file from subscriberComponent folder to bin folder on deployment site (overwriting existing MailBee.NET.dll file from another location).
Regards,
|