本文介绍了Windws 7上的Commerce Server 2007错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 7上使用Commerce Server 2007,并且在尝试使用我的开发站点时遇到此错误:

COMException(0x80004005):未指定的错误
] Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.Initialize(String sConfigStore,String sCatalog)+0
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String profileServiceConnectionString,String providerConnectionString,String bdaoConnectionString,DebugContext debugContext)+806

[CommerceProfileSystemException:无法初始化配置文件服务句柄。]
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String profileServiceConnectionString,String providerConnectionString,String bdaoConnectionString,DebugContext debugContext)+1620
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.CreateProfileContext()+812
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.get_ProfileConte xt()+ 127
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.Init(HttpApplication appInstance)+140
System.Web.HttpApplication.InitModulesCommon()+124
System.Web.HttpApplication .InitInternal(HttpContext context,HttpApplicationState state,MethodInfo [] handlers)+1162
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)+312
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)+133
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)+196

使用WinDBG我得到这个踪迹:

0:025> kb
RetAddr:Args to Child:致电网站
000007fe`f70c7f39:00000000`03b423c0 00000001`40029d88 00000000`e0434f4d 00000000`03b423c0:KERNELBASE!RaiseException + 0x3d
000007fe`f75ecc85:00000001`40029d88 00000000`00000001 00000000`00000000 00000000`00000001:mscorwks!StrongNameTokenFromPublicKey + 0x29c1
000007fe`e0ad3b5a:00000000`082ba828 00000000`082ba830 000007fe`e08eeb28 00000000`01472ab0:mscorwks!PreBindAssembly + 0x57125
000007fe`f70cf225:000007fe `e0870000 ffffffff`fffffffe 00000000`082bb3b0 000007fe`f715bd68:System_Web_ni + 0x263b5a
000007fe`f709600a:00000000`01466b28 000007fe`e0ad3b3c 00000000`082be450 000007fe`e0a43e68:mscorwks!CompareAssemblyIdentity + 0x8dd
000007fe`f714e056:00000000 `00000000 00000000`77094663 00000000`082bbdc0 00000000`00000000:mscorwks!CreateApplicationContext + 0x19b9a
00000000`77094ab d:00000000`00000000 00000000`082be450 00000000`082ba740 000007fe`e0b7573c:mscorwks!CompareAssemblyIdentity + 0x7f70e
00000000`77080b58:00000000`00000002 000007fe`e0870000 00000000`00051f00 00000000`082be450:ntdll!RtlRunOnceInitialize + 0x26d
000007fe`f706c7be:00000000`03b423c0 0000000b`aadbaad0 00000000`082bbdc0 00000000`03b423c0:ntdll!RtlUnwindEx + 0x238
000007fe`f714e005:00000000`00000000 00000000`77094663 00000000`082bbdc0 00000000`00000000:mscorwks!GetCLRFunction + 0x95e2
00000000`77094a3d:00000000`00000001 00000000`082be450 000007fe`e0ad385f 00000000`082c0000:mscorwks!CompareAssemblyIdentity + 0x7f6bd
00000000`77081095:00000000`00000001 000007fe`e0870000 000007ff`00051f00 00000000`082be450:ntdll!RtlRunOnceInitialize + 0x1ed
00000000`770ae468:00000000`082bbdc0 00000000`082bb8d0 000007fe`e0870000 00000000`082be450:ntdll!RtlVirtualUnwind + 0x335
000007fe`fd33bb5d:00000000`03b423c0 00000000`e0434f4d 00000000`03b423c0 00000000`082bbfb0:ntdl l!KiUserExceptionDispatcher + 0x2e
000007fe`f70c7f39:00000000`03b423c0 00000000`03b423c0 00000000`e0434f4d 00000000`03b423c0:KERNELBASE!RaiseException + 0x3d
000007fe`f7674520:00000001`40029d88 00000000`00000000 00000001`00000000 00000001` 00000001:mscorwks!StrongNameTokenFromPublicKey + 0x29c1
000007ff`00216824:00000000`70007674 000007ff`000f32f8 00000000`082be260 00000000`082be258:mscorwks!CorLaunchApplication + 0xee90
000007fe`f70cf225:000007ff`001e0020 ffffffff`fffffffe 00000000`082bd290 000007fe`f715bd68:0x7ff`00216824
000007fe`f709600a:00000000`01466a40 000007ff`00216723 00000000`082be1d0 000007ff`003e5068:mscorwks!CompareAssemblyIdentity + 0x8dd
000007fe`f714e056:000007ff`002164f6 000007ff`002161c8 00000000`082bdca0 00000000`02f36cd0:mscorwks!CreateApplicationContext + 0x19b9a

任何人都知道这是关于什么的?

谢谢!


AndréNobre

Hi,
I´m using Commerce Server 2007 on Windows 7, and i´m getting this error when trying to accces my development site:

COMException (0x80004005): Unspecified error
]
   Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.Initialize(String sConfigStore, String sCatalog) +0
   Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String profileServiceConnectionString, String providerConnectionString, String bdaoConnectionString, DebugContext debugContext) +806

[CommerceProfileSystemException: Failed to initialize profile service handle.]
   Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String profileServiceConnectionString, String providerConnectionString, String bdaoConnectionString, DebugContext debugContext) +1620
   Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.CreateProfileContext() +812
   Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.get_ProfileContext() +127
   Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.Init(HttpApplication appInstance) +140
   System.Web.HttpApplication.InitModulesCommon() +124
   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1162
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +312
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +133
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +196


Using WinDBG I get this trace:

0:025> kb
RetAddr           : Args to Child                                                           : Call Site
000007fe`f70c7f39 : 00000000`03b423c0 00000001`40029d88 00000000`e0434f4d 00000000`03b423c0 : KERNELBASE!RaiseException+0x3d
000007fe`f75ecc85 : 00000001`40029d88 00000000`00000001 00000000`00000000 00000000`00000001 : mscorwks!StrongNameTokenFromPublicKey+0x29c1
000007fe`e0ad3b5a : 00000000`082ba828 00000000`082ba830 000007fe`e08eeb28 00000000`01472ab0 : mscorwks!PreBindAssembly+0x57125
000007fe`f70cf225 : 000007fe`e0870000 ffffffff`fffffffe 00000000`082bb3b0 000007fe`f715bd68 : System_Web_ni+0x263b5a
000007fe`f709600a : 00000000`01466b28 000007fe`e0ad3b3c 00000000`082be450 000007fe`e0a43e68 : mscorwks!CompareAssemblyIdentity+0x8dd
000007fe`f714e056 : 00000000`00000000 00000000`77094663 00000000`082bbdc0 00000000`00000000 : mscorwks!CreateApplicationContext+0x19b9a
00000000`77094abd : 00000000`00000000 00000000`082be450 00000000`082ba740 000007fe`e0b7573c : mscorwks!CompareAssemblyIdentity+0x7f70e
00000000`77080b58 : 00000000`00000002 000007fe`e0870000 00000000`00051f00 00000000`082be450 : ntdll!RtlRunOnceInitialize+0x26d
000007fe`f706c7be : 00000000`03b423c0 0000000b`aadbaad0 00000000`082bbdc0 00000000`03b423c0 : ntdll!RtlUnwindEx+0x238
000007fe`f714e005 : 00000000`00000000 00000000`77094663 00000000`082bbdc0 00000000`00000000 : mscorwks!GetCLRFunction+0x95e2
00000000`77094a3d : 00000000`00000001 00000000`082be450 000007fe`e0ad385f 00000000`082c0000 : mscorwks!CompareAssemblyIdentity+0x7f6bd
00000000`77081095 : 00000000`00000001 000007fe`e0870000 000007ff`00051f00 00000000`082be450 : ntdll!RtlRunOnceInitialize+0x1ed
00000000`770ae468 : 00000000`082bbdc0 00000000`082bb8d0 000007fe`e0870000 00000000`082be450 : ntdll!RtlVirtualUnwind+0x335
000007fe`fd33bb5d : 00000000`03b423c0 00000000`e0434f4d 00000000`03b423c0 00000000`082bbfb0 : ntdll!KiUserExceptionDispatcher+0x2e
000007fe`f70c7f39 : 00000000`03b423c0 00000000`03b423c0 00000000`e0434f4d 00000000`03b423c0 : KERNELBASE!RaiseException+0x3d
000007fe`f7674520 : 00000001`40029d88 00000000`00000000 00000001`00000000 00000001`00000001 : mscorwks!StrongNameTokenFromPublicKey+0x29c1
000007ff`00216824 : 00000000`70007674 000007ff`000f32f8 00000000`082be260 00000000`082be258 : mscorwks!CorLaunchApplication+0xee90
000007fe`f70cf225 : 000007ff`001e0020 ffffffff`fffffffe 00000000`082bd290 000007fe`f715bd68 : 0x7ff`00216824
000007fe`f709600a : 00000000`01466a40 000007ff`00216723 00000000`082be1d0 000007ff`003e5068 : mscorwks!CompareAssemblyIdentity+0x8dd
000007fe`f714e056 : 000007ff`002164f6 000007ff`002161c8 00000000`082bdca0 00000000`02f36cd0 : mscorwks!CreateApplicationContext+0x19b9a

Anyone know what this is about?

Thanks!


André Nobre

推荐答案


这篇关于Windws 7上的Commerce Server 2007错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 01:29