1. No, I get the "(2003) MySQL cannot connect to localhost because you would like to be successful - 10061" error. When it works though, I have no problem!Quote:
As mentioned the error is referencing the NHibernate db configuration.
Instead of using just one folder from the original download, I suggest re-extracting the full source and configuring it again. I'd get used to doing that when you're just starting out :D I can't even begin to count the number of times I've screwed up a source and it's usually easier to just start with the last stable version (thus, backup sources whenever you reach a new milestone so you have a save point!)
Question
1: Are you still able to connect to sql manually? (open navicat and the database you created is still there?)
2: Re-extract the full source to a fresh folder, run configuration so you have a fresh start.
3: Have you tried opening the project itself and debugging? I virtually never just run the exe files. Changes are only updated when you debug so it's generally a good practice to get into especially due to it giving you plenty more information inside visual studio when something goes wrong (although the current issue it won't help with as nhibernate is already giving you what it considers a reasonable error report... which is virtually imposible to read through! lol
2. Will do!
3. Yes, I always debug in order to save my changes. But if you mean opening the .sln file to debug the .cs files in order to start, no, I just run the .exes when I have not made any changes.