CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    181

    Migration Problems

    I'm working on migrating from a dev machine with windows server 2003 to a dev machine with windows server 2008.

    I keep getting errors when I try opening or running my web projects. When I open a project I get an error "ASP.NET runtime error: An error occurred loading a configuration file: Failed to start monitoring changes to '../reportbuilder.aspx'. (../web.config)"

    Also, when I run the project I get the error "Unable to start program 'http://localHost:1814/ReportBuilder.aspx'. A required program privilege is not held by the client."

    Does anyone know what security changes I need to make?


    Thanks,

  2. #2
    Join Date
    Oct 2006
    Posts
    181

    Re: Migration Problems

    Well, just discovered that if I select 'Run as Administrator' when I start Visual Studio everything seems to work fine.

    Is there something I can do to make it work without selecting 'Run as Administrator'?


    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured