Stock Trace Info

R

ramesh

In my above mail i forgot to add Stock Trace info.
below is the Stock Trace info. Can anybody knows about
this problem.

Stock Trace
[UnauthorizedAccessException: Access to the registry key
is denied.]
Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode,
String str) +74
Microsoft.Win32.RegistryKey.SetValue(String name,
Object value) +1610

System.Runtime.InteropServices.RegistrationServices.Registe
rManagedType(Type type, String strAsmName, String
strAsmVersion, String strAsmCodeBase, String
strRuntimeVersion) +234

System.Runtime.InteropServices.RegistrationServices.Registe
rAssembly(Assembly assembly, AssemblyRegistrationFlags
flags) +261

System.EnterpriseServices.RegistrationDriver.ClassicRegistr
ation(Assembly asm)

[RegistrationException: Failed to register
assembly 'DBUsingCom, Version=1.0.1341.10734,
Culture=neutral, PublicKeyToken=052b19da26fc8a9e'.]

System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessa
ge(IMessage reqMsg, IMessage retMsg) +264
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(MessageData& msgData, Int32 type) +877

System.EnterpriseServices.RegistrationHelperTx.InstallAssem
blyFromConfig(RegistrationConfig& regConfig, Object sync)

System.EnterpriseServices.RegistrationHelper.TryTransactedI
nstall(RegistrationConfig regConfig)

System.EnterpriseServices.RegistrationHelper.InstallAssembl
yFromConfig(RegistrationConfig& regConfig)

System.EnterpriseServices.RegistrationHelper.InstallAssembl
y(String assembly, String& application, String partition,
String& tlb, InstallationFlags installFlags)

System.EnterpriseServices.RegistrationHelper.InstallAssembl
y(String assembly, String& application, String& tlb,
InstallationFlags installFlags)

System.EnterpriseServices.RegistrationHelper.System.Enterpr
iseServices.Thunk.IThunkInstallation.DefaultInstall(String
asm)
System.EnterpriseServices.Thunk.Proxy.RegisterAssembly
(Assembly assembly) +95
System.EnterpriseServices.Thunk.Proxy.LazyRegister(Guid
id, Type serverType, Boolean checkCache) +188
System.EnterpriseServices.Thunk.Proxy.CoCreateObject
(Type serverType, Boolean bQuerySCInfo, Boolean&
bIsAnotherProcess, String& uri) +227

System.EnterpriseServices.ServicedComponentProxyAttribute.C
reateInstance(Type serverType)

System.Runtime.Remoting.Activation.ActivationServices.IsCur
rentContextOK(Type serverType, Object[] props, Boolean
bNewObj) +74
BenchMarkUsingCom.WebForm1.cmdInsert_Click(Object
sender, EventArgs e) in
c:\inetpub\wwwroot\benchmarkusingcom\webform1.aspx.cs:108
System.Web.UI.WebControls.Button.OnClick(EventArgs e)

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEve
ntHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent
(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent
(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain()
 
H

Hans Kesting

ramesh said:
In my above mail i forgot to add Stock Trace info.
<snip>

Which "above mail"? I usually sort on post-date so the original post you are
referring to
is somewhere way down and if I read the original post I had no way of
knowing
that more information was available.
The usual way to add information to your earlier post is to reply to your
own post.
That way thread-aware newsreaders (= most of them?) can keep those related
posts
together.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top