c# - AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt -
i'm getting error when trying reference particular dll in asp.net c# project (wavelibmixer.dll). other users @ workplace not experience error running exact same project same configurations leads me suspect it's specific computer.
target platform x64. wasn't getting error before using target platform x86 or cpu need target x64 because of new sdk using. i'm using visual studio 2015 ultimate , suppress jit optimization unchecked. also, i'm using .net framework 4.5.2 , running visual studio admin.
i've gone through countless articles , forums , have tried suggested solutions no avail. appreciate provided. in advance.
Comments
Post a Comment