Recently I created a DLL via MS Visual Studio Express 2015 and run it on WLP and got WLP crashed on start up.
The error messages are below:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: WealthLabPro.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 57d80a3f
Problem Signature 04: mscorlib
Problem Signature 05: 4.6.1087.0
Problem Signature 06: 583e5c1a
Problem Signature 07: 504
Problem Signature 08: 7c
Problem Signature 09: System.ArgumentOutOfRange
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 9b98
Additional Information 2: 9b98bd2fb1cd442bde11ffb46bb2d08c
Additional Information 3: 09b7
Additional Information 4: 09b742cac54ecf43b1d64704fe9c06cb
I went through the troubleshooting page on Wiki
http://www2.wealth-lab.com/WL5WIKI/kbErrorsGeneral.ashx and followed through the procedure on 'Crash on Start Up'. Renaming the WLP main folder does allow WLP to start but will crash if a new Strategy editor window to open. If I was to delete the newly created DLL, WLP would start. I have uninstall and reinstall WLP but the problem still there. I deleted MS .Net Framework 4.5.1 SDK and reinstall it but still no progress.
I believe the problem is with the newly created DLL but could not located the source of the problem. Initially when I first build the DLL, it is set to .NET Framework 4.6 (a bit reckless on my part), I am not sure if this is the cause of the problem. When setting it back to .NET Framework 4.5, the problem does not go away.
I have tried to deleted the "EditorVersion=1.51" in WealthLabConfig.txt" and the file itself but with the newly DLL present, WLP crashs. The crash only go away if the 'troubled" DLL is removed. A different DLL created also via MS Visual Studio Express 2015 would allow to WLP to start up and working fine. It just one particular DLL that causes the crash. Thanks.