我决定学习一个新的asp.net。我开始写作,我做了一个模型,我想做迁移,我看到了这个:
在控制台中:
c:\...>k ef migration add init_pracownicy -c PracownicyDbContext
并返回:
k : System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the
LoaderExceptions property for more information.
At line:1 char:1
+ k ef
+ ~~~~
+ CategoryInfo : NotSpecified: (System.Reflecti...re information.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Ru
ntimeAssembly.get_DefinedTypes()
at Microsoft.Framework.Runtime.Common.EntryPointExecutor.TryGetEntryPoint(Assembly assembly, IServiceProvider
serviceProvider, Object& instance, MethodInfo& entryPoint)
at Microsoft.Framework.Runtime.Common.EntryPointExecutor.Execute(Assembly assembly, String[] args, IServiceProvider
serviceProvider)
at Microsoft.Framework.ApplicationHost.Program.ExecuteMain(DefaultHost host, String applicationName, String[] args)
at Microsoft.Framework.ApplicationHost.Program.Main(String[] args)
我在谷歌搜索但没有找到答案。 (也许看起来很糟糕)。 请帮忙。
答案 0 :(得分:0)
这意味着加载的程序集和引用的程序集不匹配。
有多种可能的解决方案。
答案 1 :(得分:0)
我安装了VS2015 CTP。我创建了一个新项目。这就是我已经写过的重写新项目的内容。一切正常。问题解决了。 (我之前有过vs2015预览版)