I have run into an issues with FluentNHibernate that i hope someone can help me with.
I have a many-to-many relationship between two classes named CampaignAreas and CampaignProducts. Sadly Fluent doesn't map the relation-table to the same table name on my machine as it does on my colleagues. It is named CampaignProductsToCampaignAreas and CampaignAreasToCampaignProducts respectivly.
We have the exact same version of the code, the same dll'es for NH, fluent etc. and we have been rebuilding and resetting IIS several times, so its not any of that basic stuff.
Any ideas how to fix this?