|
Hi everyone, I hope that this thread isn't too off topic, but I can't find anywhere else to post it. So here's my problem...I'm trying to use the updater application block as a service, but I'm running into the following error. If the application is open while trying to run an update, it throws the following exception: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module. Additional information: Could not load file or assembly 'Microsoft.ApplicationBlocks.Updater, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. I am using the ActivationProcess WaitForApplicationExitProcessor, and it doesn't seem to like running through a service - this runs fine as a console app. Does anyone have any suggestions as to what I can do? Thanks a lot for your help! |