Tagged: .Net

0

NuGet #1: MVCScaffolding with MVC3 and an existing entity model

MVCScaffolding is a NuGet package. The name itself explains what the package does. It scaffolds your MVC applications. It generally generates all your CRUD functions. It uses the Entity Framework 4.1 and also works together with EFCodeFirst. With this combination you are no longer required to have your database setup. You can just make you classes and Visual Studio/.Net will generate the database for you. Whether it’s a file (SQL...

Assembly Oracle Dataaccess Version2.111.7.0… was not found. Reinstall the assembly or Visual Studio. The application cannot continue and will exit. 0

Assembly Oracle Dataaccess Version2.111.7.0… was not found. Reinstall the assembly or Visual Studio. The application cannot continue and will exit.

Assembly Oracle.DataAccess, Version=2.111.7.0 … was not found. Reinstall the assembly or Visual Studio. The application cannot continue and will exit. This will be a short one. Comment out all lines containing the following names from your machine.config (32 AND 64 bit!). Mind you, your Oracle adapters probably won’t work anymore! oracleDBAdapterInboundTransactionBehavior oracleEBSAdapterInboundTransactionBehavior <add name=”oracleDBAdapterInboundTransactionBehavior” …> <add name =”oracleEBSAdapterInboundTransactionBehavior” …>