This is our internal check list to create a new Windows Forms Project
Create a ‘CLR’ > ‘Windows Forms Application’. This selects a C++/CLI project and will automatically set the /clr compiler option.
Once created:- (more…)
Create a ‘CLR’ > ‘Windows Forms Application’. This selects a C++/CLI project and will automatically set the /clr compiler option.
Once created:- (more…)
Copy the project to a new project directory
Rename the main project files to the new project name
Open project
Right click and rename the project in solution explorer
Expanding the project files tree, in Source Files deleted the old .cpp project file and add the newly named .cpp project file
There can be an issue with the intellisense .ncb file. If the no compile browser (.ncb) file located at the root of your project directory is read-only or becomes corrupt in some manner, IntelliSense information will no longer be available. To fix this, do the following: (more…)
Running an ap as a Windows service causes it to run in the SYSTEM account.