Code Monkey home page Code Monkey logo

fnhmvc's People

Contributors

fabriciomrtnz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fnhmvc's Issues

Can not change configure to Mysql DB

I change configure functional to MySQL DB but can not
Code:
return Fluently.Configure()
.Database(MySqlConfiguration.Standard.ConnectionString(c => c.FromConnectionStringWithKey("ConnString")))
.Mappings(m => m.FluentMappings.AddFromAssemblyOf());

I newbie to use FNHMVC I got error CS0103: The name 'MySqlConfiguration' does not exist in the current context

Please help!

How to get the ID of recently saved

Hi,

I enabled to save the command object. But I couldn't get ID value after saved the command.

IEnumerable<ValidationResult> error = commandBus.Validate(command); ModelState.AddModelErrors(error); if (ModelState.IsValid) { var result = commandBus.Submit(command);

I would like to get the ID from the command object. How can I change the code in which part.

Thanks
Win

Error when Fluent NHibernate mapping

Dear!
I got a message at runtime when system load

return Fluently.Configure()
.Database(MySQLConfiguration.Standard.ConnectionString(c => c.FromConnectionStringWithKey(ConnString)))
.Mappings(m => m.FluentMappings.AddFromAssemblyOf())
.Mappings(m => m.FluentMappings.AddFromAssemblyOf());

A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

Additional information: Could not load file or assembly 'NHibernate.XmlSerializers, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The system cannot find the file specified.

Please help me!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.