Hi,
I am just trying to use NHibernate in a web app with asp.net and mssql2005 database. This is not really hibernate-related question but I hope kind souls here won't mind helping me ;)
In the mapping files, I need to provide fully qualified class name, including assembly name. But, mine is as asp.net website. Suppose I have a class in the default AppCode folder, what is the assembly name for that? If I have a namespace? If i have a subfolder? If i have a codeSubFolder (to use C# and vb.net together in one website)? Thanks
|