fluentsprings / ExpressMapper

Mapping .Net types
http://www.expressmapper.org
Other
310 stars 65 forks source link

Nuget - Could not load type 'ExpressMapper.TypeExtensions' from assembly 'ExpressMapper, Version=1.8.2.0 #112

Closed sridharrajan closed 8 years ago

sridharrajan commented 8 years ago

Hi,

You are doing Excellent job!!! Thanks for releasing Version 1.8.2.

I am getting below error after downloading from nuget 1.8.2. Please help me to solve this.

Could not load type 'ExpressMapper.TypeExtensions' from assembly 'ExpressMapper, Version=1.8.2.0, Culture=neutral, PublicKeyToken=ac363faa09311ba0'. at ExpressMapper.MappingServiceProvider.RegisterInternal[T,TN](Boolean memberCaseInsensitive) at ExpressMapper.MappingServiceProvider.Register[T,TN]() in C:\Source\ExpressMapper\ExpressMapper NET40\MappingServiceProvider.cs:line 62 at ExpressMapper.Mapper.Register[T,TN]() in C:\Source\ExpressMapper\ExpressMapper NET40\Mapper.cs:line 68 at ConsoleApplication1.Program.Main(String[] args) in d:\Sridhar\Sample\SriSample2\ConsoleApplication1\Program.cs:line 14 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

Also I have added below in App.Config. SriSample2.zip

`

`

anisimovyuriy commented 8 years ago

Thanks a lot @sridharrajan - it's been taken care of already. I'm going to release a fix!

anisimovyuriy commented 8 years ago

Fixed and included in 1.8.3 and released!