I am using .Net 2.0. The failed assembly info indicates only System.Security.SecurityException. The property pages for the class library projects don't appear to have a section on setting security at that level, like the the EXE project does.
I started down the path of compiling NHibernate in 2.0, but did not want to fuss with signing at this stage in the development process.
I rebuilt everything on another machine in .Net '03, and it works fine. I'm getting a bit frustrated with .Net 2.0. I have to disable the Debugging in the Visual Studio hosting process because the IDE throws an error every time an app is rerun after an exception (VSHoste.exe is in use). You have to restart the IDE every time. Plus, I cannot step into the class library to debug it, even though everything is compiled in debug mode. All of this works under the old version of .NET.
Anyway, any further suggestions would be appreciated.
|