Search found 2 matches

by shsouza
2016-11-23 17:36
Forum: Developer discussions (mainly user-mode)
Topic: Crash app in C# .NET 4.X
Replies: 3
Views: 47777

Re: Crash app in C# .NET 4.X

I figured out what's going on, looks like 1SCDLL.dll is not compatible with DEP... turning DEP to "No (/NXCOMPAT:NO)" worked for me.
by shsouza
2016-11-14 18:49
Forum: Developer discussions (mainly user-mode)
Topic: Crash app in C# .NET 4.X
Replies: 3
Views: 47777

Re: Crash app in C# .NET 4.X

Hi, the provided sample is not working on VS 2015, seems to be some incompatibility in 1SCDLL.dll... I have tried to run PcHelpware_SC code and the same problem occurs.

1SCVDLL.dll works fine.

Can you help? please