我在我的网站上使用asp.net用户管理。(ASP.NET 3.5)在Win7上通过VS2010进行开发和测试时,一切都运行得很好。但是当我编译和发布站点时,抛出了这个错误:
Compiler Error Message: BC30554: 'ProfileCommon' is ambiguous.
Line 55: End Sub
Line 56:
Line 57: Protected ReadOnly Property Profile() As ProfileCommon
Line 58: Get
在一台计算机上,我有asp.net mvc项目(XP OS),另一台计算机上,我现在拥有32位的win7,当我从XP访问到win7的项目时,我得到了以下错误
An error occurred loading a configuration file: Failed to start monitoring changes to '\\cpname\projname\proj\themes\xxxx' because the network BIOS command limit has been reached. For more information on this erro
我安装并配置了32位Windows 7专业版和IIS 7.5。我为win7安装了SP1,从那时起,IIS就不再工作了。即使是像localhost/a.htm这样的简单查询(其中a.htm是c:\inetpub目录下的一个html文件)也会导致错误:
HTTP Error 503. The service is unavailable.
IIS在SP1上工作得很好(我在上面有很多ASP.NET2/.NET4应用程序)。我卸载了SP1,同样的情况也发生了。我该怎么办?
谢谢。