powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Inherits Parser Error при запуске проекта по F5
4 сообщений из 4, страница 1 из 1
Inherits Parser Error при запуске проекта по F5
    #37509979
TashaKlemer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Избитый вопрос, но ни могу осилисть эту ошибку.
Создала проект в VS2010 , создала страницу ALL_.aspx

<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="All_.aspx.vb" Inherits="OOT.All_" %>


на ней размешено GridView и FormView

по F5(CTRL+F5) выходит ошибка

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 'OOT.Global_asax'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="OOT.Global_asax" Language="vb" %>



Source File: /global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1



проект в ISS не размешен.

Очень нужна помощь. За ранее благодарю!
...
Рейтинг: 0 / 0
Inherits Parser Error при запуске проекта по F5
    #37510059
Andrey1306
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Global.asax.vb есть в проекте ?
...
Рейтинг: 0 / 0
Inherits Parser Error при запуске проекта по F5
    #37510249
TashaKlemer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Andrey1306,

Да есть

Imports System.Web.SessionState

Public Class Global_asax
Inherits System.Web.HttpApplication

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the application is started
End Sub

Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the session is started
End Sub

Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
' Fires at the beginning of each request
End Sub

Sub Application_AuthenticateRequest(ByVal sender As Object, ByVal e As EventArgs)
' Fires upon attempting to authenticate the use
End Sub

Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
' Fires when an error occurs
End Sub

Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the session ends
End Sub

Sub Application_End(ByVal sender As Object, ByVal e As EventArgs)
' Fires when the application ends
End Sub

End Class
...
Рейтинг: 0 / 0
Inherits Parser Error при запуске проекта по F5
    #37510348
Zoria
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
TashaKlemer,

а Namespace OOT в global.asax.vb есть?
...
Рейтинг: 0 / 0
4 сообщений из 4, страница 1 из 1
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Inherits Parser Error при запуске проекта по F5
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]