In certain scenarios, when running reports or invoices, or when emailing invoices in EngineerOffice/ArchiOffice, user gets the following server error:
The length of the query string for this request exceeds the configured maxQueryStringLength value.
This is a common error in ASP.net and is not specific to ArchiOffice.
To resolve this issue, you can change the following parameter in the Web.config file.
Note: The default value (even if the parameter is not explicitly set as above) is 2048.