I keep getting this error:
Code:
Error
An unexpected error has occurred on this page.The system administrators have been notified.
The error occurred in:
http://localhost/thephileVB/Default.aspx
Error Message:
The file "D:\Webpages\Wrox\ThePhileVB\Config\Polls.Config" already exists.
Error Stack:
System.IO.IOException: The file "D:\Webpages\Wrox\ThePhileVB\Config\Polls.Config" already exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at Wrox.WebModules.Polls.Configuration.ModuleConfig.GetSettings() in D:\Webpages\Wrox\ThePhileVB\WebModules\Polls\Polls.Configuration\ModuleConfig.vb:line 35
at Wrox.WebModules.Polls.Business.Question.GetCurrentId() in D:\Webpages\Wrox\ThePhileVB\WebModules\Polls\Polls.Business\Question.vb:line 224
at Wrox.WebModules.Polls.Web.Controls.User.Poll.DataBind() in D:\Webpages\Wrox\ThePhileVB\WebModules\Polls\Poll.ascx.vb:line 260
at Wrox.WebModules.Polls.Web.Controls.User.Poll.Page_Load(Object sender, EventArgs e) in D:\Webpages\Wrox\ThePhileVB\WebModules\Polls\Poll.ascx.vb:line 62
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
Running on Windows XP Pro SP1 with all updates.
Can anyone help?