Visual Web Developer

Is just installed the Visual Web Developer to start wit the .net technology. After uploading the included sample site to my 2003 webserver i'l get the following error.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'file:///C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\94b78f69\1ffd913b\App_Web_default.master.cdcab7d2.wvtcepbs.dll' or one of its dependencies. The system cannot find the file specified.

Is there annybody who can help me with this I'm quite a newbie on this.

Regards,

Peter Discart



Answer this question

Visual Web Developer

  • PrimeTime

    I'm going to move this thread to one of the Visual Studio web forums where they should be better suited to help you. This forum is specific to web services.

    Also, you should consider posting to one of the ASP.NET web forums for Visual Web Developer.

    Thanks.

    Daniel Roth



  • Joe_MS

    Hi!

    Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39

    The short answer to your question is that you want to make sure the server is configured to run ASP.NET 2.0 properly. The easiest way to do this is to run ASPNET_REGIIS -i -enable from the v2.0 framework install directory.

    HTH,

    PEte



  • codesergeant

    Hi,

    This problem seems to be solved.

    But and other onne coms up

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    Anny help would be apriciated.

    Regards,

    Peter

     

     


  • Visual Web Developer