Hi Everybody..
I started a Silverlight project in VS2010 Beta 2. Using parallels on my Mac and I´ve added this to the Web.Config to compile succesfully:
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
But the page loads with this Error and I searched a lot without success:
Server Error in '/' Application.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'Y:\test1\Application\tApplication.Web'.
Source Error:
[No relevant source lines]
Source File: Y:\test1\Application\Application.Web\web.config Line: 0
Version Information: Microsoft .NET Framework Version:4.0.21006; ASP.NET Version:4.0.21006.1
Any Idea? Is a problem with Permissions? How can I fix this?
Thanks in Advance,
David V.