B
blescouet
Hi all,
In an ASP.NET application, I'm using NHibernate with an external
configuration file, located in the project directory. In my code, the
name of this file is given to NHibernate without path (relative name).
While debuging (with VS development Web Server), it throws a
FileNotFoundException, trying to load the file from C:\Program
Files\Microsoft Visual Studio 9.0\Common7\IDE\ as the base path, not
from project's base path.
My colleagues, with the same source, haven't any problem : the file is
loaded from the project path.
I suppose I have something different in the configuration of my VS, or
my computer. But what, and Where ? I haven't any idea.
B.L.
In an ASP.NET application, I'm using NHibernate with an external
configuration file, located in the project directory. In my code, the
name of this file is given to NHibernate without path (relative name).
While debuging (with VS development Web Server), it throws a
FileNotFoundException, trying to load the file from C:\Program
Files\Microsoft Visual Studio 9.0\Common7\IDE\ as the base path, not
from project's base path.
My colleagues, with the same source, haven't any problem : the file is
loaded from the project path.
I suppose I have something different in the configuration of my VS, or
my computer. But what, and Where ? I haven't any idea.
B.L.