我正在尝试将Visual Studio VB.NET项目从公共服务器位置加载到Visual Studio 2008,但我无法这样做。我面临的错误是
An error occurred while parsing EntityName. Line 2, position 50.
Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MB_PP_Planner
Inherits System.Windows.Forms.Form
Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
设计师的第2行确实在第28位结束,所以我不知道如何处理它。
我怎样才能克服这个问题。我在论坛上查找了问题,他们都建议删除&amp;登录其中一个XML文件,但我不知道需要编辑哪个XML文档。
文件已在本地驱动器上正确加载,但未通过公共服务器位置加载。
我也尝试过再次构建资源,但它仍然给我带来与之前相同的错误。
我迫切需要一个解决方案,并希望能够提供任何帮助。