Category / Section
How to resolve the "Directory Not Found" Exception in Bold BI embedded ASP.NET MVC application?
Published:
The System.IO.DirectoryNotFoundException error arises occasionally when the bin\roslyn folder is inaccessible while executing the Bold BI embedded ASP.NET MVC application.
To resolve this error, follow these steps and run the application successfully:
- To resolve this issue, open the Package Manager Console under Tools > NuGet Package Manager in Visual Studio.
2. Now, run the following command in the Package Manager Console window.

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r |
3. Now, build and run the ASP.NET MVC application to render the embedded dashboard.
Related links: