Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

When launching a Dynamics SL 7.0 SDK application (formerly VBTool app) you get an error message on some workstations.

ERROR
*******
Microsoft Windows
WindowsApplication1 has stopped working

Problem Event Name: CLR20r3

Cause

the custom app is trying to compile/debug as 64bit code but it's including the SL 32 bit code

Resolution

Rebuild the application using x86 as the target platform.

To set the target platform do the following:

1) Open Visual Studio

2) Right-click the project and select Project Properties

3) Click the Build button on the left

4) Click the "Platform target" dropdown box and select x86 (the default is "Any CPU")

5) Rebuild and save your project

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×