csdn右侧菜单不能展开,提示错误automation服务器不能创建对象

本文主要是介绍csdn右侧菜单不能展开,提示错误automation服务器不能创建对象,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

提示以下的错误:

Automation server can't create object 

解决方法:

regsvr32 msxml3.dll

参考以下资料地址

http://blogs.msdn.com/jledgard/archive/2004/08/23/automation-server-can-t-create-object-and-other-vs-2002-2003-start-page-problems-issues-and-bugs.aspx

原文:

"Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Yes, I was one of the testers for the Start Page in Visual Studio 2002 and 2003.  There are a LOT of good reasons we are scrapping it and starting over with a new Start Page for VS 2005. Our redesign certainly takes into account the comments left here and countless other places we've looked for feedback.  You'll see a renewed focus on simplicity and the main purpose of launching your recent projects.  But this post isn't meant to be about the new start page.  This is a brain dump of the known problems I've seen with the existing start page and how you can potentially solve them. 
The "Automation Sever Can't Create Object" error message.
There may be a problem with the installed version of the Windows Scripting component. See KB323885.
Sometimes there are problems with different versions of MSXML being registered on the machine.  The VS.NET start page uses the msxml3 object to render content in the start page.  There have been a few known issues where installs of different versions ( there are a few!) of the msxml object will stomp on the previously installed versions ( link).  Here is how I have fixed it on some machines:
  1. Bring up a command prompt (cmd.exe)
  2. in the command prompt “cd c:/windows/system32” (no quotes)
  3. Then “xmlinst –u”
  4. “regsvr32 msxml3.dll”
  5. Close cmd prompt
Sometimes this is caused by aggressive anti-virus software that blocks the scripting components from launching.  I talk about this extensively here.
Update: If you are unable to create projects.
I recently helped someone work with support to track down another issue and fix.  Here are some steps that may help your problem. Essentially there are three registry keys that can get in a funky state where they have no owner of thier permissions...
Apparently, the Scripting.FileSystem object could not be accessed by Visual Studio.Net when trying to create a project.   We figured that out by having me use regmon when sharing my desktop and trying to create a project.  There were three keys I couldn't access or change permissions on:  Scripting.Dictionary, Scripting.Encode and Scripting.FileSystemObject.  However, I discovered through regedit that no owner assigned to the keys.  I updated the security permissions after changing the owner and now I can create projects in Visual Studio.Net.
"You must be connected to the internet to use this feature."
The new start page will simply be polling it's online content from RSS feeds, but the old page polls a more proprietary XML standard down from MSDN servers to populate with content. The start page simply does a transform of the XML into the standard it prefers.  We connect to this XML by using the
Try clearing your internet cache.
Try changing your selected help filter and re-loading the page. 
Verify, with your internet connection you can connect to this page and see the XML there. ( http://msdn.microsoft.com/vsdata/vsdata.asp?tab=vs_online_community) If you can't, then there is an issue with your internet connect or firewall/proxy settings. 
We use the "Microsoft.XMLHTTP" object to connect to and pull down this content. There are some issues with some versions of this object that cause it not to work properly through a proxy.  You can see if you have this problem by downloading this file ( www.winisp.net/scooblog/ietest.zip), extracting the results and opening the "test.htm" file.  (You'll have to enable script in the security settings for XP SP2 as it kindly blocks the test for you.) If the results look like the "good.txt" you don't have this problem. If they look like the "bad.txt" you have this problem. The problem is actually with the XMLHTTP object and, as far as I know, the IE team does not yet have a QFE or fix for this.  Hey, check out the developer centers if you want good content. :-)
Filed under: Microsoft, Visual Studio
Comments
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Tuesday, August 24, 2004 2:44 AM by Stephane Rodriguez

Sounds like a broken product to me. Hopefully, the Start Page messes around only upon request, not automatically for you. Right?
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, September 01, 2004 4:11 PM by Kris
h
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, October 19, 2005 9:37 AM by Booya
I gotta tell ya I recently installed VS.NET on my desktop with a few hitches but it is up and running. When I tried to install it on mylaptop, I keep getting this error whenever I try to create any new project. I have tried everything and nothing works. I am running Windows XP Pro and it is VS.NET 2003 Enterprise. I am desperate.
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, October 19, 2005 11:45 AM by jledgard
Booya: Do you have any anti-virus software running on that laptop? Feel free to mail me at jledgard@microsoft.com and I can see if I can help.
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, October 19, 2005 11:46 AM by jledgard
Booya: Do you have any anti-virus software running on that laptop? Feel free to mail me at jledgard@microsoft.com and I can see if I can help.
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Friday, October 21, 2005 10:47 AM by Booya
Currently I do not have any antivirus running on this machine. I had norton corporate but I romoved it.
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Thursday, November 03, 2005 2:22 AM by jledgard
Sorry for the late reply... did you contact me offline with a different address? Have you tried the suggestion of re-installing the windows script host?
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Tuesday, February 28, 2006 4:31 AM by Daryl
Thanks, your suggestion of re-registering the dll worked 100% for me. Seems like it was caused by a windows security update that was performed on my l/t.

Rgds D
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Tuesday, February 28, 2006 10:44 AM by jledgard
Daryl: Glad this resource helped!
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, March 01, 2006 11:45 AM by Frustrated
Re-registering which .dll?  I have been having this same problem since last week out of the blue.

Ed
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, March 01, 2006 12:40 PM by jledgard
See step 4 above. It works for some instances of this error.
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, March 01, 2006 1:19 PM by Frustrated
I tried Step 4 but it didn't fix my problem.  I also re-installed Windows Script 5.6, rebooted and re-registered the .olb file and nothing changed there either.  I then re-installed Visual Studio .Net Framework 2.0 and that didn't help.  Very frustrated here.  This error came out of the blue so I am guessing a Microsoft or CA eTrust Anti-Virus update either disabled or corrupted something.

Ed
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, May 10, 2006 3:37 AM by elie chaaya
use the internet explorer - tools - internet option- security tab - custom level and check the enable active X control!
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Wednesday, May 10, 2006 12:55 PM by jledgard
Thanks elie!
# re: "Automation server can't create object" and other VS 2002/2003 Start Page Problems, Issues, and Bugs
Monday, July 24, 2006 1:16 PM by Chris Stone
Hey Josh,

Thank you SO much for your information!  I've been battling with an Outlook Web Access and Project Web Access problem on our Terminal Servers.  I've scoured forums, Microsoft's site, Google, no luck until I found your suggestion to register MSXML3.dll that you posted here:

http://blogs.msdn.com/jledgard/archive/2004/08/23/218994.aspx

Now everything is working great!!

Thank you!!

这篇关于csdn右侧菜单不能展开,提示错误automation服务器不能创建对象的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/720344

相关文章

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用

服务器集群同步时间手记

1.时间服务器配置(必须root用户) (1)检查ntp是否安装 [root@node1 桌面]# rpm -qa|grep ntpntp-4.2.6p5-10.el6.centos.x86_64fontpackages-filesystem-1.41-1.1.el6.noarchntpdate-4.2.6p5-10.el6.centos.x86_64 (2)修改ntp配置文件 [r

禁止平板,iPad长按弹出默认菜单事件

通过监控按下抬起时间差来禁止弹出事件,把以下代码写在要禁止的页面的页面加载事件里面即可     var date;document.addEventListener('touchstart', event => {date = new Date().getTime();});document.addEventListener('touchend', event => {if (new

Linux服务器Java启动脚本

Linux服务器Java启动脚本 1、初版2、优化版本3、常用脚本仓库 本文章介绍了如何在Linux服务器上执行Java并启动jar包, 通常我们会使用nohup直接启动,但是还是需要手动停止然后再次启动, 那如何更优雅的在服务器上启动jar包呢,让我们一起探讨一下吧。 1、初版 第一个版本是常用的做法,直接使用nohup后台启动jar包, 并将日志输出到当前文件夹n

Windows如何添加右键新建菜单

Windows如何添加右键新建菜单 文章目录 Windows如何添加右键新建菜单实验环境缘起以新建`.md`文件为例第一步第二步第三步 总结 实验环境 Windows7 缘起 因为我习惯用 Markdown 格式写文本,每次新建一个.txt后都要手动修改为.md,真的麻烦。如何在右键新建菜单中添加.md选项呢? 网上有很多方法,这些方法我都尝试了,要么太麻烦,要么不凑效

速盾:直播 cdn 服务器带宽?

在当今数字化时代,直播已经成为了一种非常流行的娱乐和商业活动形式。为了确保直播的流畅性和高质量,直播平台通常会使用 CDN(Content Delivery Network,内容分发网络)服务器来分发直播流。而 CDN 服务器的带宽则是影响直播质量的一个重要因素。下面我们就来探讨一下速盾视角下的直播 CDN 服务器带宽问题。 一、直播对带宽的需求 高清视频流 直播通常需要传输高清视频

jenkins 插件执行shell命令时,提示“Command not found”处理方法

首先提示找不到“Command not found,可能我们第一反应是查看目标机器是否已支持该命令,不过如果相信能找到这里来的朋友估计遇到的跟我一样,其实目标机器是没有问题的通过一些远程工具执行shell命令是可以执行。奇怪的就是通过jenkinsSSH插件无法执行,经一番折腾各种搜索发现是jenkins没有加载/etc/profile导致。 【解决办法】: 需要在jenkins调用shell脚

一种改进的red5集群方案的应用、基于Red5服务器集群负载均衡调度算法研究

转自: 一种改进的red5集群方案的应用: http://wenku.baidu.com/link?url=jYQ1wNwHVBqJ-5XCYq0PRligp6Y5q6BYXyISUsF56My8DP8dc9CZ4pZvpPz1abxJn8fojMrL0IyfmMHStpvkotqC1RWlRMGnzVL1X4IPOa_  基于Red5服务器集群负载均衡调度算法研究 http://ww

RTMP流媒体服务器 crtmpserver

http://www.oschina.net/p/crtmpserver crtmpserver又称rtmpd是Evostream Media Server(www.evostream.com)的社区版本采用GPLV3授权 其主要作用为一个高性能的RTMP流媒体服务器,可以实现直播与点播功能多终端支持功能,在特定情况下是FMS的良好替代品。 支持RTMP的一堆协议(RT

解决Office Word不能切换中文输入

我们在使用WORD的时可能会经常碰到WORD中无法输入中文的情况。因为,虽然我们安装了搜狗输入法,但是到我们在WORD中使用搜狗的输入法的切换中英文的按键的时候会发现根本没有效果,无法将输入法切换成中文的。下面我就介绍一下如何在WORD中把搜狗输入法切换到中文。