A Basic Application Could Not Be Started Wincc 75 2021 May 2026
Troubleshooting the "A Basic Application Could Not Be Started" Error in WinCC 7.5
Step 3: Check Configuration Settings
- Open the WinCC 7.5 configuration editor.
- Verify that the basic application is properly configured and enabled.
- Check for any syntax errors or missing dependencies.
Step 1: Check the Windows Event Viewer (Critical Diagnosis)
Before changing settings, you need evidence of what failed.
- Press
Win + Xand select Event Viewer. - Navigate to Windows Logs > Application.
- Reproduce the error (try to start your WinCC project).
- Immediately refresh Event Viewer (
F5). Look for Error or Warning entries from the last few seconds.- Look for "Application Error" (Event ID 1000): This will tell you which
.execrashed (e.g.,CCProjectMgr.exe,RedundancyServer.exe,S7oPatch.exe). - Look for ".NET Runtime" errors: Indicates a broken .NET Framework.
- Look for "Application Error" (Event ID 1000): This will tell you which
Step 6: Check the Simatic Security Settings
A locked-down Windows 10/11 IoT or Server installation may block WinCC services. a basic application could not be started wincc 75
- Go to Start > Siemens Automation > Simatic Security Settings.
- Navigate to Security Settings > WinCC.
- Ensure "Allow Remote Connections" is enabled (even for local projects).
- Under "User Rights", add your Windows user account (e.g.,
DOMAIN\YourName) and assign "Full Control". - Apply and restart.
5. Move the Project to a Local Drive
WinCC does not support running projects from network drives, USB sticks, or cloud-synced folders (OneDrive, Dropbox). Troubleshooting the "A Basic Application Could Not Be
- Copy the entire project folder to
C:\WinCC_Projects\ - Reopen the project from that location.
