Click here to Skip to main content
16,012,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using reflection to get the instance name of a variable Pin
Not Active8-Dec-06 8:57
mentorNot Active8-Dec-06 8:57 
GeneralRe: Using reflection to get the instance name of a variable Pin
EddieRich8-Dec-06 9:02
EddieRich8-Dec-06 9:02 
GeneralRe: Using reflection to get the instance name of a variable Pin
Not Active8-Dec-06 9:25
mentorNot Active8-Dec-06 9:25 
GeneralRe: Using reflection to get the instance name of a variable Pin
Pete O'Hanlon8-Dec-06 9:27
mvePete O'Hanlon8-Dec-06 9:27 
AnswerRe: Using reflection to get the instance name of a variable Pin
karam chandrabose8-Dec-06 10:11
karam chandrabose8-Dec-06 10:11 
QuestionAccess DB wont Update Pin
Vodstok8-Dec-06 8:11
Vodstok8-Dec-06 8:11 
AnswerRe: Access DB wont Update Pin
Vodstok8-Dec-06 8:40
Vodstok8-Dec-06 8:40 
QuestionNHibernate Pin
peshawarcoder8-Dec-06 7:52
peshawarcoder8-Dec-06 7:52 
Hi!
I have MS SQL Server 2005 installed on my system. I am using NHibernate to interact with my database named 'BRUSDB'. I have set the following configuration for nhibernate:


<configuration>
<configsections>



<nhibernate>
<add
key="hibernate.connection.provider"
value="NHibernate.Connection.DriverConnectionProvi der"
="">
<add
key="hibernate.dialect"
value="NHibernate.Dialect.MsSql2005Dialect"
="">
<add
key="hibernate.connection.driver_class"
value="NHibernate.Driver.SqlClientDriver"
="">
<add
key="hibernate.connection.connection_string"
value="server=server; database=BRUSDB;user=sa;pwd=sorcim"
="">




when i run the program The type initializer for 'NHibernate.Cfg.Configuration' threw an exception:
'System.TypeInitializationException'
at line:
Configuration cfg = new Configuration();

If any one has know then kindly guid me.
Thanks.

AnswerRe: NHibernate Pin
Pete O'Hanlon8-Dec-06 9:28
mvePete O'Hanlon8-Dec-06 9:28 
GeneralRe: NHibernate Pin
peshawarcoder11-Dec-06 2:12
peshawarcoder11-Dec-06 2:12 
QuestionDatabase Question [modified] Pin
mfcuser8-Dec-06 7:44
mfcuser8-Dec-06 7:44 
AnswerRe: Database Question Pin
User 17164929-Dec-06 4:55
professionalUser 17164929-Dec-06 4:55 
QuestionRestaurant POS Database Question (long) Pin
jeweladdict8-Dec-06 7:29
jeweladdict8-Dec-06 7:29 
AnswerRe: Restaurant POS Database Question (long) Pin
karam chandrabose8-Dec-06 10:06
karam chandrabose8-Dec-06 10:06 
AnswerRe: Restaurant POS Database Question (long) Pin
Not Active8-Dec-06 14:35
mentorNot Active8-Dec-06 14:35 
QuestionWhat is wrong Pin
CodeItWell8-Dec-06 7:16
CodeItWell8-Dec-06 7:16 
AnswerRe: What is wrong Pin
Andrew Rissing8-Dec-06 7:58
Andrew Rissing8-Dec-06 7:58 
QuestionNHibernate Pin
peshawarcoder8-Dec-06 6:41
peshawarcoder8-Dec-06 6:41 
AnswerRe: NHibernate Pin
Judah Gabriel Himango8-Dec-06 6:54
sponsorJudah Gabriel Himango8-Dec-06 6:54 
QuestionDisplay Datagrid Decimal to 2 places Pin
jeweladdict8-Dec-06 5:47
jeweladdict8-Dec-06 5:47 
AnswerRe: Display Datagrid Decimal to 2 places Pin
ednrgc8-Dec-06 5:58
ednrgc8-Dec-06 5:58 
GeneralRe: Display Datagrid Decimal to 2 places Pin
jeweladdict8-Dec-06 6:49
jeweladdict8-Dec-06 6:49 
GeneralRe: Display Datagrid Decimal to 2 places Pin
ednrgc8-Dec-06 6:59
ednrgc8-Dec-06 6:59 
QuestionNeed help with Regex Pin
zaboboa8-Dec-06 5:08
zaboboa8-Dec-06 5:08 
AnswerRe: Need help with Regex Pin
ednrgc8-Dec-06 7:04
ednrgc8-Dec-06 7:04 

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.