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...
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
