0

need help with how to correct this please

Server Error in '/pulse' Application.

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 type 'pulsesite.MvcApplication'.

Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="pulsesite.MvcApplication" Language="VB" %>

Source File: /pulse/global.asax Line: 1 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET

Version:4.0.30319.1

i know its just about changing the code but i'm not good with c# anyone know how?

5
  • 1
    I'm confused. You mention C# ("i'm not good with c#"), but the code is referencing VB ("<%@ Application Codebehind="Global.asax.vb" Inherits="pulsesite.MvcApplication" Language="VB" %>"). Which one are you using? Commented Nov 23, 2010 at 16:01
  • is this a web forms application or MVC? if MVC, which version of MVC? Commented Nov 23, 2010 at 16:02
  • sorry fixed it now a rebuild seemed to work :) Commented Nov 23, 2010 at 16:03
  • @Sam, then either vote to delete your question, or provide an answer and accept it so that it gets removed from the questions queue. Commented Nov 23, 2010 at 16:04
  • and sorry for the previous typo im new to this as you can tell Commented Nov 23, 2010 at 16:05

1 Answer 1

1

rebuild needed.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.