View Full Version : Cannot Install 6.0.16
Paul Shearing
19-Nov-2008, 01:27 AM
I cannot install the Visual Studio trial. I get an error dialog: System Runtime InteropServicesCOMException (0x80040154): Retrieving the COM data class factory for component with CLSID {90D3E9CD-BE70-4520-AA3C-640A33EA9C27} failed due to the following error 80040154 at EurekaLogAddin Connect OnConnection(Object Application.ext_ConnectMoide connectMode.Object addInInst, Array& custom) in c:\Lavro\EurekaLog for VS\Vistual Studio\Addin\Source\Connect.cs line 664. [OK]
This error occurs five times during installation and causes two GPFs that send error reports.
I get the same error as above when I start Visual Studio 2008. If I skip past this, the EurekaLog menu item is present but nothing works: eg if I select the Project Options I see a dialog that states: "Currently EurekaLog supports only the following languages: [OK]" i.e. it does not state the supported languages. (I am using C# for Web Projects and Web Sites.)
I have VS Studio 2005 and 2008 Pro under XP Pro Sp3 4GB RAM Loadsa disk space.
admin
19-Nov-2008, 05:01 PM
Hi Paul,
we are working on to definitely solve this hard issue.
I hope to can release an official fix shortly. ;)
Unregistered
22-Apr-2009, 12:07 AM
Having ran into the same problems installed 6.0.16 we tried the 6.5 RC and ran into different problems. Specifically the code block inserted into the main code file
public partial class App : Application
{
//---------------------------------------------------------
// Do not modify or remove this method (used by EurekaLog)!
//---------------------------------------------------------
private void EurekaLogExceptionLog(object sender, System.Windows.Threading.DispatcherUnhandledExcept ionEventArgs e)
{
ExceptionHandler.ExceptionsManager(e.Exception);
e.Handled = true;
}
}
fails to build with the name 'ExceptionHandler' does not exist in the current context.
admin
22-Apr-2009, 09:46 AM
What beta version did you use?
How I can reproduce this issue?
admin
22-Apr-2009, 11:40 AM
Hi,
we have just released the beta 8 (with the Delphi Prism support too).
Can you try it too, please?
Unregistered
22-Apr-2009, 06:24 PM
same error on beta 8.
Unregistered
22-Apr-2009, 06:26 PM
i'm using visual studio 2008, just create a wpf project, enable eurekalog, build and you'll get the error:
the name 'Exceptionhandler' does not exist in the current context
Unregistered
08-May-2009, 06:09 PM
just installed beta 9 to test and the previous error is gone.
'the name 'Exceptionhandler' does not exist in the current context'
the problem i'm having now is that although it seems to catch exception on the main thread, it does not on any other threads which get created in the course of execution.
in the simple wpf project i create a new thread using
m_workerThread = new Thread(new ThreadStart(workerThreadRunner));
i then add a divide by zero exception into the implementation of the thread function. the app crashes as expected but no logs are generated.
admin
18-May-2009, 07:52 PM
Hi,
we have finally released the beta 10 that would be solved your current issue.
Test it and tell back to me your results, OK? :)
Unregistered
30-Jun-2009, 07:24 PM
Fabio,
It has been over a month since you said you fixed this issue. I am still getting it! It has been 7 months since this bug was reported. What is the deal Will we ever be able to try it?
admin
14-Jul-2009, 06:40 PM
Hi,
I'm really sorry for this so long delay in fix so old bugs but really we decided to full rewrote in native .NET C# code the new EurekaLog for Visual Studio (before only based on a Delphi version COM+ wrapped), and finally the 6.5.0 stable version is out!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.