Ramblings Of A Crazy DotNet Woman

This blog is for all Microsoft & .net lovers who may find themselves in need of help or information once in a while. We all have questions and we all need to know more than we know right now. When I come across things that I think may be useful, I post it. When I have something to say that I think is important, which is everything, I post it. All of my C#, ASP.NET, VB, AJAX & programming friends around the world are welcome to the info in my blog - Ramblings Of A Crazy DotNet Woman!

Saturday, August 28, 2010

How To Do A One To One Mapping In Fluent NHibernate Using HasOne! It Is So Easy! (Lets Map A One To One With Fluent NHibernate..YEAH!!)

›
I am going to give you a solid example of a One to One Fluent NHibernate mapping. Fluent NHibernate can be a fabulous tool once you learn ho...
2 comments:
Tuesday, August 24, 2010

One Solution To The Fluent NHibernate Error "The given key was not present in the dictionary."

›
Problem: You have set up some mappings and you get the following Fluent NHibernate error - "The given key was not present in the dictio...
Thursday, August 19, 2010

How To Handle The Following Error When Using StructureMap With ASP.NET MVC -The controller for path was not found or does not implement IController.

›
{"The controller for path 'main_ bg . gif ' was not found or does not implement IController ."} Doesn't that error loo...
1 comment:
Monday, August 16, 2010

Html.ActionLink Displaying The Word Length In The URL - What?

›
Don't you just love crazy weirdness when you create urls? I sure do....NOT! Sometimes the smallest things can provide you with the bigge...
1 comment:
Saturday, August 14, 2010

NHibernate Not Saving And You Get A One Way To Fix Unexpected row count: 0; expected: 1 Error In NHibernate

›
I love NHibernate and I love Fluent NHibernate. Fluent NHibernate allows you to use NHibernate without the XML configuration files that woul...
1 comment:

System.MissingMethodException: No parameterless constructor defined for this object! Does This Error Really Mean What It Says?

›
System.MissingMethodException: No parameterless constructor defined for this object. What a great error message right? If you are using ASP....

Understanding Fluent NHibernate - The entity doesn't have an Id mapped. Use the Id method to map your identity property. For example: Id(x => x.Id)

›
The entity 'YourEntityName' doesn't have an Id mapped. Use the Id method to map your identity property. For example: Id(x =>...
4 comments:
‹
›
Home
View web version
Powered by Blogger.