Anyone know how to fix this error I get after attaching to my process?
Code:
Message: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
Inner exception:
Source: LazyLib
Stack trace: at LazyLib.Helpers.Vendor.ItemDatabase.Open()
at LazyEvo.Forms.Helpers.DoLoad.LoadNow() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 75
at LazyEvo.Forms.Helpers.DoLoad.LoadTheShit() in c:\Users\Public\Documents\Release\Lazy Evolution\Forms\Helpers\DoLoad.cs:line 53
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)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Target site: Void Open()
Data: System.Collections.ListDictionaryInternal
Link: