SmartAssembly
Latest version: 6.7
SmartAssembly Error Reporting: This application has submitted too many reports
Date: 1/18/2012
Product: SmartAssembly
The SmartAssembly webservice lets you store up to 1000 reports on the webservice. When you download a report to your local SQL server or mdb database, it is deleted from the webservice.
When you reach the 1000 reports limit on the webservice, your programs cannot send any more error reports to the webservice. Your end-users see the error message 'This application has submitted too many reports'.
To avoid this, we recommend that you set up a scheduled task to regularly download your error reports. Here at Red Gate, we download our own reports from the SmartAssembly webservice every 15 minutes.
If you have installed your own custom webservice, you can increase the report limit. To do this, change the value of MaxReportsPerUser in the web.config file, which is saved in the webservice directory.
Creating a scheduled task to download your reports
The instructions below are for Windows Vista or later.
- In Control Panel, open the System and Security group.
- Under Administrative Tools, click Schedule tasks.

- If prompted, elevate to Administrator privileges.
- Under Actions, click Create Task...

- On the General tab, enter a meaningful Name and Description.
- Select Run whether user is logged on or not.

- On the Triggers tab, click New...
- In the Advanced settings section, select Repeat task every and choose 15 minutes.
If you continue to experience problems, try reducing the time to 5 minutes.
- Set the Duration to Indefinitely.
- Select Stop task if it runs longer than and choose 1 hour.
- Ensure Enabled is selected.

- Click OK
- On the Actions tab, click New...
- Select the Action Start a program.
- Enter the path to SmartAssembly.com, which is in SmartAssembly's installation directory.
(Note: Be careful not to choose SmartAssembly.exe) - In the Add arguments (optional) field, enter /downloadnewreports.

- Click OK.
- Click OK.
- If prompted, enter your account password so the task can run when you are not logged on.

- Click Task Scheduler Library.
- Verify that the scheduled task is shown correctly.

Was this article helpful?
SmartAssembly
- Using Smartassembly to obfuscate a windows service
- Obfuscation not renaming identically-named methods in different classes
- Serialization exceptions occurring in obfuscated assemblies
- SmartAssembly skipping obfuscation of some classes in your assembly
- SmartAssembly is not merging or embedding all assembly dependencies
- Can I customize the path to the MDB database?
- System.InvalidOperationException when attempting to connect to local SmartAssembly database
- Protecting website code using SmartAssembly
- Visual Studio Deployment Projects including unprotected builds
- SmartAssembly MSBUILD tasks failing because of difference in log4net assembly
- SmartAssembly Error Reporting: This application has submitted too many reports
- The assembly is being merged, but the dependent assembly isn't
- ERR 2002: Server did not recognize the value of HTTP Header SOAPAction
- The error report is not associated with a valid project ID - SmartAssembly
- Application built with an evaluation edition of SmartAssembly
- How end users can change their participation in Feature Usage Reporting
- Log file for SmartAssembly
- Moving SmartAssembly to another computer
- 'Using JET databases is not possible in 64-bit applications' error when using MSBuild or TFS
- SmartAssembly stack trace is invalid when Method Parent Obfuscation is enabled
- Upgrading SmartAssembly version 4.x to version 5
- Upgrading SmartAssembly Standard to Professional
- Problems building WPF applications with SmartAssembly 6.7
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SmartAssembly
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

Using SmartAssembly for obfuscation