Hi,
I'm trying to Build or Run with Debug newly created empty Web Site, and get an error below in VWD:
" Invalid file name for file monitoring: 'D:\Dir1\Dir2\WebSite4'. Common reasons for failure include: - The filename is not a valid Win32 file name. - The filename is not an absolute path. - The filename contains wildcard characters. - The file specified is a directory. - Access denied. "
Sometimes when I try to run the site, VWD closes immediatly.
And when I run the site discarding the error and selecting Run with Debug option in alert box I get an error below in IE :
*******************************
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: Invalid file name for file
monitoring: 'E:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config'. Common
reasons for failure include:
- The filename is not a valid Win32 file
name.
- The filename is not an absolute path.
- The filename contains
wildcard characters.
- The file specified is a directory.
- Access
denied.
Source Error:
[No relevant source lines] |
Source
File: E:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config
Line: 0
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210
*************************
I got XP Prof SP2 installed on E drive and thus everything installed there. Only web projects are created in D drive.
It's first time i got that error. before i worked with VWD successifuly.
Thanks in advance...
Emil J.