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

相关文章

Go标准库常见错误分析和解决办法

《Go标准库常见错误分析和解决办法》Go语言的标准库为开发者提供了丰富且高效的工具,涵盖了从网络编程到文件操作等各个方面,然而,标准库虽好,使用不当却可能适得其反,正所谓工欲善其事,必先利其器,本文将... 目录1. 使用了错误的time.Duration2. time.After导致的内存泄漏3. jsO

使用Python实现快速搭建本地HTTP服务器

《使用Python实现快速搭建本地HTTP服务器》:本文主要介绍如何使用Python快速搭建本地HTTP服务器,轻松实现一键HTTP文件共享,同时结合二维码技术,让访问更简单,感兴趣的小伙伴可以了... 目录1. 概述2. 快速搭建 HTTP 文件共享服务2.1 核心思路2.2 代码实现2.3 代码解读3.

Python中ModuleNotFoundError: No module named ‘timm’的错误解决

《Python中ModuleNotFoundError:Nomodulenamed‘timm’的错误解决》本文主要介绍了Python中ModuleNotFoundError:Nomodulen... 目录一、引言二、错误原因分析三、解决办法1.安装timm模块2. 检查python环境3. 解决安装路径问题

CentOS 7部署主域名服务器 DNS的方法

《CentOS7部署主域名服务器DNS的方法》文章详细介绍了在CentOS7上部署主域名服务器DNS的步骤,包括安装BIND服务、配置DNS服务、添加域名区域、创建区域文件、配置反向解析、检查配置... 目录1. 安装 BIND 服务和工具2.  配置 BIND 服务3 . 添加你的域名区域配置4.创建区域

mss32.dll文件丢失怎么办? 电脑提示mss32.dll丢失的多种修复方法

《mss32.dll文件丢失怎么办?电脑提示mss32.dll丢失的多种修复方法》最近,很多电脑用户可能遇到了mss32.dll文件丢失的问题,导致一些应用程序无法正常启动,那么,如何修复这个问题呢... 在电脑常年累月的使用过程中,偶尔会遇到一些问题令人头疼。像是某个程序尝试运行时,系统突然弹出一个错误提

如何解决mysql出现Incorrect string value for column ‘表项‘ at row 1错误问题

《如何解决mysql出现Incorrectstringvalueforcolumn‘表项‘atrow1错误问题》:本文主要介绍如何解决mysql出现Incorrectstringv... 目录mysql出现Incorrect string value for column ‘表项‘ at row 1错误报错

电脑提示找不到openal32.dll文件怎么办? openal32.dll丢失完美修复方法

《电脑提示找不到openal32.dll文件怎么办?openal32.dll丢失完美修复方法》openal32.dll是一种重要的系统文件,当它丢失时,会给我们的电脑带来很大的困扰,很多人都曾经遇到... 在使用电脑过程中,我们常常会遇到一些.dll文件丢失的问题,而openal32.dll的丢失是其中比较

Windows Server服务器上配置FileZilla后,FTP连接不上?

《WindowsServer服务器上配置FileZilla后,FTP连接不上?》WindowsServer服务器上配置FileZilla后,FTP连接错误和操作超时的问题,应该如何解决?首先,通过... 目录在Windohttp://www.chinasem.cnws防火墙开启的情况下,遇到的错误如下:无法与

python展开嵌套列表的多种方法

《python展开嵌套列表的多种方法》本文主要介绍了python展开嵌套列表的多种方法,包括for循环、列表推导式和sum函数三种方法,具有一定的参考价值,感兴趣的可以了解一下... 目录一、嵌套列表格式二、嵌套列表展开方法(一)for循环(1)for循环+append()(2)for循环+pyPhWiFd

电脑提示msvcp90.dll缺少怎么办? MSVCP90.dll文件丢失的修复方法

《电脑提示msvcp90.dll缺少怎么办?MSVCP90.dll文件丢失的修复方法》今天我想和大家分享的主题是关于在使用软件时遇到的一个问题——msvcp90.dll丢失,相信很多老师在使用电脑时... 在计算机使用过程中,可能会遇到 MSVCP90.dll 丢失的问题。MSVCP90.dll 是 Mic