To configure the generic options for all projects, follow these steps:
- Select Options from the Dynamics 365 menu.
The form is actually the Visual Studio options dialog, but it takes you to the section specific to Operations.
- The default option in the left-hand tree view is Debugging; the options here are usually fine. The Load symbols only for items in this solution option affects debugging and should be left checked for performance of the debugger. We would uncheck this if we want to trace code that calls code outside of the current package.
- Select the Projects option on the left and check Organize projects by element type. When adding new elements to the project, it will automatically create a sub ...