Click here to Skip to main content
16,004,991 members
Home / Discussions / WPF
   

WPF

 
Questionaspx page inside Silverlight..? Pin
ginzb7e89-Nov-08 4:51
ginzb7e89-Nov-08 4:51 
AnswerRe: aspx page inside Silverlight..? Pin
salon10-Nov-08 3:13
salon10-Nov-08 3:13 
AnswerRe: aspx page inside Silverlight..? Pin
Pete O'Hanlon10-Nov-08 3:39
mvePete O'Hanlon10-Nov-08 3:39 
Questionwpf - nested binding expression? Pin
Leblanc Meneses7-Nov-08 13:12
Leblanc Meneses7-Nov-08 13:12 
QuestionUser online status Pin
krishm21_846-Nov-08 19:47
krishm21_846-Nov-08 19:47 
AnswerRe: User online status Pin
elektrowolf8-Nov-08 6:07
elektrowolf8-Nov-08 6:07 
QuestionWCF authentication Pin
David Moody6-Nov-08 7:31
David Moody6-Nov-08 7:31 
Questionnovice with an error. [modified] Pin
VisualLive5-Nov-08 23:17
VisualLive5-Nov-08 23:17 
Hi All,
i'm a new one user of NHibernate and WPF (i'm a new one also in the programmer's field) so in studying and exerciting to develop my knowledge about these tools,so meantime i 'm studying i 'm doing an exercise about NHibernate with WPF.
In my exercise ,when i debug the project,i receive this error :

NullReferenceException was unhandled.
Object reference not set to an instance of an object..

in this method
public void AddContact()
{
Contact _contact = new Contact();
ContactViewModel model = new ContactViewModel(_contact);
ContactWindow w = new ContactWindow();
w.Owner = this.View;
model.View = w;
w.Model = model;
w.DataContext = model;
if (w.ShowDialog() == true)
ContactList.Add(_contact);
this.View.Focus();}

I got a poor knowledge so i fall down in stupid error losing so much time to understand and after i get confuse so i try to ask help to make me understand how i can work out this error..

I post my project on this link:
http://www.badongo.com/it/file/11984705
Thanks for the attention i wish you happy time.
Bye

modified on Thursday, November 6, 2008 5:28 AM

AnswerRe: novice with an error. Pin
Pete O'Hanlon6-Nov-08 1:01
mvePete O'Hanlon6-Nov-08 1:01 
GeneralRe: novice with an error. Pin
VisualLive6-Nov-08 14:24
VisualLive6-Nov-08 14:24 
GeneralRe: novice with an error. Pin
VisualLive6-Nov-08 15:21
VisualLive6-Nov-08 15:21 
GeneralRe: novice with an error. Pin
Pete O'Hanlon6-Nov-08 22:55
mvePete O'Hanlon6-Nov-08 22:55 
QuestionMedia Not Loading On Time Pin
ctrlnick5-Nov-08 13:04
ctrlnick5-Nov-08 13:04 
QuestionHi there :) Please help me Pin
viashivan5-Nov-08 5:01
viashivan5-Nov-08 5:01 
AnswerRe: Hi there :) Please help me Pin
Paul Conrad5-Nov-08 6:27
professionalPaul Conrad5-Nov-08 6:27 
GeneralRe: Hi there :) Please help me Pin
viashivan6-Nov-08 0:36
viashivan6-Nov-08 0:36 
GeneralRe: Hi there :) Please help me Pin
Paul Conrad6-Nov-08 5:01
professionalPaul Conrad6-Nov-08 5:01 
GeneralRe: Hi there :) Please help me Pin
Pete O'Hanlon6-Nov-08 1:48
mvePete O'Hanlon6-Nov-08 1:48 
GeneralRe: Hi there :) Please help me Pin
viashivan6-Nov-08 3:18
viashivan6-Nov-08 3:18 
GeneralRe: Hi there :) Please help me Pin
Pete O'Hanlon6-Nov-08 4:11
mvePete O'Hanlon6-Nov-08 4:11 
AnswerRe: Hi there :) Please help me Pin
viashivan12-Nov-08 0:49
viashivan12-Nov-08 0:49 
QuestionAm I overcomplicating matters here? Pin
GDavy4-Nov-08 23:26
GDavy4-Nov-08 23:26 
AnswerRe: Am I overcomplicating matters here? Pin
ColinM1235-Nov-08 12:04
ColinM1235-Nov-08 12:04 
QuestionWierd Border drawing on ElementHost when it is dropped on a Windows Form. Pin
Aaron Hickman4-Nov-08 17:54
Aaron Hickman4-Nov-08 17:54 
AnswerRe: Wierd Border drawing on ElementHost when it is dropped on a Windows Form. Pin
Aaron Hickman4-Nov-08 17:58
Aaron Hickman4-Nov-08 17:58 

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.