Link to home
Start Free TrialLog in
Avatar of iscivanomar
iscivanomarFlag for United States of America

asked on

Null Reference Exception ocurred

I am working with one solution that has 14 different projects.

The error is occurring in Main which is referring the following projects.
project                                        Class

LgvManager.Core                    Model.CS

LgvManager.Core.Common Controller.cs
                                                      IModel.CS

LgvManager                             References
                                                     LgvManager.Core.dll
                                                     LgvManager.Core.Common.dll

I already checked the references and add them to Main from the tab project.


Thank you
SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iscivanomar

ASKER

I am attaching a screen shot of the error. Let me know what you think.

Thank you
NullReferenceException.png
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you,
  I found the problem with the Model. I had the set and get to null.

Thank you