AJAX安装时出现奇怪现象,不能安装,帮忙解决?

toxxj 2007-02-21 12:47:11
安装ASPAJAXExtSetup.msi时,出现提示信息{已经安装了该产品的另一个版本。无法继续安装此版本。可以用“控件面板”中的“添加/删除程序”来配置或删除该产品现有版本。}
可是我以前没有安装过这个呀,我用的是vs.net2005 的评估版本,也就是那个180天的.
在控制面板里也找不到相关的程序,根本没有.
...全文
461 6 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
lovelacy 2007-03-07
  • 打赏
  • 举报
回复
mark
toxxj 2007-02-25
  • 打赏
  • 举报
回复
问题还是没有解决
toxxj 2007-02-21
  • 打赏
  • 举报
回复
求高手解决办法
toxxj 2007-02-21
  • 打赏
  • 举报
回复
已经下载了,关键是一点击
ASPAJAXExtSetup.msi
安装,就出现提示信息{已经安装了该产品的另一个版本。无法继续安装此版本。可以用“控件面板”中的“添加/删除程序”来配置或删除该产品现有版本。}
ASPAJAXExtSetup.msi不能安装,后面的ASPAJAXCTP.msi就根本装不上.


这个问题我在网上找了很久都没有找到问题的解决办法,唉!
45Ter 2007-02-21
  • 打赏
  • 举报
回复
顶!
xiexiaoye 2007-02-21
  • 打赏
  • 举报
回复
1、到http://ajax.asp.net下载ASPAJAXExtSetup.msi和ASPAJAXCTP.msi两个文件

2、首先安装 ASPAJAXExtSetup.msi

Windows窗口:运行ASPAJAXExtSetup.msi

DOS窗口:msiexec /i ASPNETAJAX.msi [/q] [/log <logfilename>] [INSTALLPATH=<installation path>]

3、安装ASPAJAXCTP

Windows窗口:运行ASPAJAXCTP.msi

DOS窗口:msiexec /i ASPAJAXCTP.msi[/q] [/log <logfilename>] [INSTALLPATH=<installation path>]

4、配置

1. Create a new registry key under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\ASP.NET AJAX
1.0.61025 (在 注册表的HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders中创建目录ASP.NET AJAX 1.0.61025)

2. Set the default value of the key to the directory in Program Files that contains
the assembly. The value may not use environment variables such as %Program Files%.
It must use the physical drive letter and location. For example, on the default
C: drive installation, the directory is:

c:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025

(设置默认值,如c:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025)

3. Select the Web site to work with and edit its properties. (在IIS中选择站点选择属性)

4. On the Home Directory tab, click Configuration....(点击配置)

5. In the Application Configuration dialog box, click Add. (在应用配置选项卡中选择增加)

6. In the Add/Edit Application Extension Mapping dialog box, add the .asbx extension and in the Executable box,browse to and select the aspnet_isapi.dll (in the .NET Framework installation directory for ASP.NET - you should be able to look at the mapping for the .aspx extension as an example).(增加.asbx,路径选择aspnet_isapi.dll,详细参考.aspx的配置)

注:IIS中站点要工作在.NET Framework 2.0中


52,792

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 Ajax
社区管理员
  • Ajax
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧