Error while using regasm.exe

Add-in Express™ Support Service
That's what is more important than anything else

Error while using regasm.exe
 
Rajesh


Guest


When I use regasm.exe to register or unregister the dll, I get the following error.

I am using Windows 2003 server and VS.Net 2003.

Any idea?

Raj


RegAsm error: An error occurred inside the user defined Register/Unregister functions: System.InvalidOperationException: Process performance counter is disabled
, so the requested operation cannot be performed.
at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib
library)
at System.Diagnostics.NtProcessManager.GetProcessInfos(String machineName, Bo
olean isRemoteMachine)
at System.Diagnostics.ProcessManager.GetProcessInfos(String machineName)
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.get_ProcessName()
at AddinExpress.MSO.ADXAddinModule.ADXRegister(Type t)
at SMBOutlookAddin.AddinModule.AddinRegister(Type t) in z:\source\out
lookaddinprojects\smboutlookaddin\smboutlookaddin\addinmodule.cs:line 108
Posted 05 Jan, 2006 07:43:53 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Rajesh.

Did you modify the code of the AddinRegister function in the addinmodule?
Posted 06 Jan, 2006 10:43:02 Top