I wrote a database installer DLL to deploy the role based security files, based on the installer example on the forum. (DataProgress)In my AppMain I added some code to check if the security database exists. If not, I automatically call the installer DLL.
Everything works perfectly when I run my application within visual studio, however, When I run the exe, I get the attached error. The error occurs at the start of the data deployment phase. The meta data is deployed without errors.
Any idea why this is happening?
Thanks
Tim