HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)

Rafael

New member
Joined
Nov 8, 2011
Messages
1
Programming Experience
1-3
Hi, guys.

I know that are A LOT of topics like this one throughout the internet, but I've been searching for a solution to this problem for days and couldn't solve this issue yet.
I can perfectly run my application on my computer and some others here in my work, but I can't get it to run in a few machines.
All of them, including mine, of course, have VS 2005 and windows xp 32bits installed.
Tried registering COMs already, but no good.
I've done the very same thing for all computers, but I get this error on only two of them!

I'm trying to run the application from the source code through VS 2005.

Here is the stacktrace:

System.TypeInitializationException was unhandled
Message="O inicializador de tipo de 'Generico.Main' acionou uma exceção."
Source="Generico"
TypeName="Generico.Main"
StackTrace:
em Generico.Main.Main()
em System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
em System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
em System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)
em System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()
em System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData)
em System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext)
em System.Activator.CreateInstance(ActivationContext activationContext)
em Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone()
em System.Threading.ThreadHelper.ThreadStart_Context(Object state)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
em System.Threading.ThreadHelper.ThreadStart()




Hope you can help.

Thanks
 
Back
Top