[求救]VS2005一新建ASP.NET 项目就关闭。报错信息如下
AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699 ModName: msenv.dll ModVer: 8.0.50727.42 ModStamp:4333e919 fDebug: 0 Offset: 00063c69 Code:0xc00000fd
在报错后想进入DEBUG查看详细信息,但是无法进入。 提示错误后直接关闭VS2005了。 我的计算机环境是: windows server2003企业版 FAT32分区 进入WinForm开发没问题引用 最简单的方法:先重装VS2005不好使就重做系统 呵呵。 没遇到过,应该是asp.net环境配置问题 重新注册框架。在IIS里建虚拟目录,再建asp.net项目 直接打开IIS中目录是否可以 应该不是vs的问题,你试试打开winform项目应该是可以打开的。
相关问答:
我在一个ASPX页面中用 <!-- #include file="top.asp"-->嵌套了一个asp页面,但在点击按钮提交表单的时候没有任何反应,是不是两个FORM的原因造成的,top.asp里面也有一个form,把嵌套去掉的话,运行 ......
select top 12 * from Product where [id] not in (select top 12 [id] from Product) 这样可以分页,但是我在后面想加个条件 select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
asp.net repeater 控件怎么可以取到子控件的值,设置断点在 ItemDataBound 事件怎么没有用的 Request.Form["name"] 楼主你要在把repeater中的 一个属性设置一下才能进入itemdatabound事件 可以 ......
谁知道,最好是实例,测试过的更好,谢谢分享; http://www.92dotnet.com/showtopic-428.aspxC# code: using System; using System.Data; using System.Configuration; using System.Collections; using Sy ......