语法错误信息

发布于 2024-07-19 00:34:40 字数 476 浏览 4 评论 0原文

我这几周过得很糟糕。 我接触到的一切似乎都会破碎。 好吧,无论如何…… 我在 Visual Studio 2008 中有一个 Web 应用程序,它开始表现得很奇怪。 我收到一条错误消息,指出语法错误(仅此而已)。 它“指向”我的文件 Forms.aspx 中的第一行。 该行表示

<%@ Page Language="C#" MasterPageFile="MasterPageLogin.master" AutoEventWireup="true" CodeFile="Forms.aspx.cs" Inherits="artlgn_Form" Title="Untiled Page" %>

我在不同的文件夹中有一个同名的文件,但以前没有出现过问题。

两个文件中的类命名空间不同。

我想我错过了一些显而易见的东西。

提前致谢!

/弗雷德里克

I'm having a bad couple of weeks. Everything I touch seems to break.
Ok, anyway...
I have a web application in Visual Studio 2008 and it's been starting to act stange.
I get a error message which says syntax error (nothing more).
It "points" to the first row in my file Forms.aspx.
The row says

<%@ Page Language="C#" MasterPageFile="MasterPageLogin.master" AutoEventWireup="true" CodeFile="Forms.aspx.cs" Inherits="artlgn_Form" Title="Untiled Page" %>

I have a file with the same name in a different folder, but it hasn't been an issue before.

The class namespace ar different in the two files.

I guess that I am missing something thats obvious.

Thanks in advance!

/Fredrik

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葬花如无物 2024-07-26 00:34:40

要检查的一件事是关闭 Visual Studio 和 IIS。 转到 ASP.NET 临时文件夹,可能是:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET 文件

现在删除该目录中的所有文件夹和文件。 重新启动 IIS 和 Visual Studio 并尝试重建并运行您的项目。 这只是当您遇到这样奇怪的构建错误时要​​检查的一件事。

One thing to check is to shutdown both Visual Studio and IIS. The go to the ASP.NET Temporary folder, probably:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files

Now delete all the folders and files inside that directory. Restart IIS and Visual Studio and try to rebuild and run your project. This is just one thing to check when you get strange build errors like this.

π浅易 2024-07-26 00:34:40

您可以通过在浏览器中启用调试器来获取有关错误的更多信息。 启用调试器后,一旦出现错误,它会询问您是否要调试该错误,按“是”,然后它应该将您带到故障行。

You can get more information about the error by enabling the debugger in your browser. After enabling the debugger, as soon as the error occurs, it will ask you whether you want to debug the error, press "Yes", and it should take you to the faulty line.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文