i have a c# Dot Net Windows application in that i am using nhibernate to connect to SQL server,in the form load event i can easily able to open the Nhibernate session if the exe is clicked manually,but if the same EXE is called thru webservice using Diagnostics process.start(EXE path), exe is opening but when the control comes to Nhibernate configuration for opening a session i am getting the Error message as "Unhandled Exception occured during the configuration of persistence layer",i dont know where the problem is ,can anybody pls help me...
|