You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,8 +33,8 @@ If you are experiencing problems while working with Telerik Reporting, the right
34
33
## Solution
35
34
36
35
* Upgrade to the latest version of the product in case the reason for the crash has been fixed.
37
-
* Try reproducing the crash on another machine to exclude machine-specific problems, for example, corrupted Telerik Reporting installation.
38
-
* Provide us with a log file containing detailed information about the error. To create the log file, go to the project that hosts the [Rest Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) and add the below settings in the `Program.cs` file in the `Main` method:
36
+
* Try reproducing the crash on another machine to exclude machine-specific problems, for example, a corrupted Telerik Reporting installation.
37
+
* Provide a log file containing detailed information about the error. To create the log file, go to the project that hosts the [Rest Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) and add the below settings in the `Program.cs` file in the `Main` method:
39
38
40
39
````CSharp
41
40
public static void Main(string[] args)
@@ -46,7 +45,7 @@ public static void Main(string[] args)
@@ -55,4 +54,4 @@ public static void Main(string[] args)
55
54
56
55
* Another recommended troubleshooting approach is using [Fiddler](https://www.telerik.com/fiddler/fiddler-classic) or another proxy tool to check the requests, responses, and statuses. Please, create a SAZ file (see [Create a Session Archive Zip (SAZ) Traffic archive](https://docs.telerik.com/fiddler/save-and-load-traffic/tasks/createsaz)).
57
56
58
-
> After you generate the log files from the above steps, archive them and attach them to a support ticket. Include the steps which have to be followed to reproduce the issue.
57
+
> After you generate the log files from the above steps, archive them and attach them to a support ticket. Include the steps that have to be followed to reproduce the issue.
0 commit comments