Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

dnx kestrel is not working with mono runtime in beta 7, if we have dnx451 dependencies

$
0
0

Hi,

I have some dependencies in dnx451, like Entity Framework6, Dynamic LinQ etc.

I am restoring the dependencies with beta 7 mono runtime. I got resolved all dependencies.

But when I trying to Up the application by using beta 7 kestrel command "dnx kestrel" , I got an error 

"System.TypeLoadException: Could not load type 'Microsoft.Framework.Configuration.ConfigurationBuilder' from assembly 'Microsoft.Framework.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 "

Which is working fine with Beta 6.


Viewing all articles
Browse latest Browse all 9386

Trending Articles