diff --git a/README.md b/README.md
index ad88db9..1e11fa8 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,14 @@ public class LineSeriesExt : LineSeries
```

+## Troubleshooting
+
+#### Path too long exception
+
+If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
+
+For more details, refer to the KB on [how to restrict the tooltip on a WPF Chart](https://support.syncfusion.com/kb/article/12326/how-to-restrict-the-tooltip-on-a-wpf-chart).
+
**See Also,**
[How to provide animation effects for tooltip?](https://help.syncfusion.com/wpf/charts/interactive-features/tooltip#animation-for-tooltip)
[How to customize the tooltip in chart?](https://help.syncfusion.com/wpf/charts/interactive-features/tooltip#customizing-the-appearance)