ThePhile - Access Error to XML file
[u]How do I overcome this error:</u>
Access to the path "C:\wrox\ThePhileVB\Config\AdRotator.Xml" is denied.
I have changed all of the config file to modify the filestream to
Dim fs as New FileStream(fileName, FileMode.Open, FileAccess.Read)
but I am still getting this error.
|