Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Perfomance issue in web form have multiple controls Pin
sandeepranjan14-Dec-09 13:34
sandeepranjan14-Dec-09 13:34 
QuestionPerformance issue in fetching large data from data base Pin
sandeepranjan11-Dec-09 14:51
sandeepranjan11-Dec-09 14:51 
QuestionCreating user membership from scratch Pin
mrkeivan11-Dec-09 7:42
mrkeivan11-Dec-09 7:42 
AnswerRe: Creating user membership from scratch Pin
Abhijit Jana11-Dec-09 7:55
professionalAbhijit Jana11-Dec-09 7:55 
GeneralRe: Creating user membership from scratch Pin
mrkeivan11-Dec-09 17:53
mrkeivan11-Dec-09 17:53 
QuestionRight clicking for context menu Pin
dptalt11-Dec-09 7:22
dptalt11-Dec-09 7:22 
AnswerRe: Right clicking for context menu Pin
Abhijit Jana11-Dec-09 7:57
professionalAbhijit Jana11-Dec-09 7:57 
QuestionProblem with mapping... [modified] Pin
Sider8911-Dec-09 6:29
Sider8911-Dec-09 6:29 
At first I don't know if I posted this question in corresponding section, because I could not find theme of Hibernate

well I'm newbie of NHibernate
when i executing my nhibernate example then i receive error but I also Set Embedded Resource Property to true of xml file

public class UserData{
public void CreateUserAndSaveToDatabase() {
User u = new User();
u.ForeName = "John";
u.SureName = "Smith";
using (ISession session = factory.OpenSession()) {
using (ITransaction transaction = session.BeginTransaction()) {
session.Save(u);
transaction.Commit();
}
}
ISessionFactory factory = new NHibernate.Cfg.Configuration().Configure().BuildSessionFactory();
}


NHibernate.MappingException: Unknown entity class: HibernateCollaborator.Core.User

what's the problem??
would you advice me anything to solve this problem Smile | :)

C# Developer

modified on Friday, December 11, 2009 12:38 PM

QuestionUser control communication Pin
sris 42611-Dec-09 3:57
sris 42611-Dec-09 3:57 
AnswerRe: User control communication Pin
dan!sh 11-Dec-09 4:08
professional dan!sh 11-Dec-09 4:08 
Questionopen file on defferent server Pin
tamir90111-Dec-09 3:34
tamir90111-Dec-09 3:34 
AnswerRe: open file on defferent server Pin
dan!sh 11-Dec-09 4:10
professional dan!sh 11-Dec-09 4:10 
GeneralRe: open file on defferent server Pin
tamir90111-Dec-09 9:15
tamir90111-Dec-09 9:15 
AnswerRe: open file on defferent server Pin
Abhijit Jana11-Dec-09 5:34
professionalAbhijit Jana11-Dec-09 5:34 
Questionregarding DOTNETNUKE Pin
Dhrumil_Shukla11-Dec-09 1:58
Dhrumil_Shukla11-Dec-09 1:58 
AnswerRe: regarding DOTNETNUKE Pin
Ashfield11-Dec-09 2:03
Ashfield11-Dec-09 2:03 
AnswerRe: regarding DOTNETNUKE Pin
Abhijit Jana11-Dec-09 2:10
professionalAbhijit Jana11-Dec-09 2:10 
Questionimagebutton Pin
mylogics11-Dec-09 1:17
professionalmylogics11-Dec-09 1:17 
AnswerRe: imagebutton Pin
Dinesh Mani11-Dec-09 1:32
Dinesh Mani11-Dec-09 1:32 
AnswerRe: imagebutton Pin
Abhishek Sur11-Dec-09 1:48
professionalAbhishek Sur11-Dec-09 1:48 
GeneralRe: imagebutton Pin
mylogics11-Dec-09 17:42
professionalmylogics11-Dec-09 17:42 
AnswerRe: imagebutton Pin
Abhijit Jana11-Dec-09 1:55
professionalAbhijit Jana11-Dec-09 1:55 
AnswerRe: imagebutton Pin
farogh haider14-Dec-09 18:52
farogh haider14-Dec-09 18:52 
Questionquery help needed Pin
siddisagar10-Dec-09 23:59
siddisagar10-Dec-09 23:59 
AnswerRe: query help needed Pin
KittyKit11-Dec-09 0:17
KittyKit11-Dec-09 0:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.