Hey Steve,
I've been trying to get runit running with a project I'm working on, but I get a run-time error. Runit tries to load the DLLs/assemblies listed in my web app's bin folder, from the Visual studio IDE folder (they aren't there), e.g.:
+ [System.IO.FileNotFoundException] {"Could not load file or assembly 'C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\DictionaryConfiguration.NET2.dll' or one of its dependencies. The system cannot find the file specified.":"C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\DictionaryConfiguration.NET2.dll"} System.IO.FileNotFoundException
In this case, DictionaryConfiguration.NET2.dll is the first file in my app's bin folder.
Any tips?
Thanks,
Mike