PDA

View Full Version : 6.5.0 vs 2008 crashes, c#


tomtom
15-Jul-2009, 10:29 AM
after installation and opening die solution, vs 2008 is hanging/crashes.

admin
15-Jul-2009, 07:03 PM
Hi tomtom,

do you obtain any EurekaLog call-stack?

Are you able to create a little source demo able to reproduce this issue?

tomtom
15-Jul-2009, 10:39 PM
because of that my hole vs2008 hanged i can't send you any code. with the old version of eurekalog it worked.
after deleting some old files i can start vs2008. but now i can not configure it. if I select the eureka-menuitem it appears a message like "cannot configure eurekalog while debugging" but my app wasn't running.

ps.
the deinstallation of the older eurekalog accurs an errormessage. "error in consoleapplication" and the installation on vs2005 does not work.

admin
16-Jul-2009, 05:47 PM
Hi tomtom,

because of that my hole vs2008 hanged i can't send you any code. with the old version of eurekalog it worked.
after deleting some old files i can start vs2008. but now i can not configure it.

I think the hang problem could be caused from the old EurekaLog files, so I suggest you to remove any old EurekaLog files and references before use the new one.


if I select the eureka-menuitem it appears a message like "cannot configure eurekalog while debugging" but my app wasn't running.


This is an inappropriate message that is showed when some project files are in read-only status (we are working to show the correct message and the related files too).

In the meantime I suggest you to set all your project file as writable and try again.


ps.
the deinstallation of the older eurekalog accurs an errormessage. "error in consoleapplication" and the installation on vs2005 does not work.

Try to make a simple reboot and reinstall the EurekaLog 6.5.0 version.

tomtom
16-Jul-2009, 09:55 PM
i will try it to set a files writable and reinstall eurekalog.
we are using visual source safe directly out of vs2008 and the most files are normaly set readonly. our app consists of >60 projects (*.dll, plugins)

tomtom
16-Jul-2009, 10:39 PM
definitly, eurekalog does not run as expected.

first i compiled the solution with 1 main .exe and 66 dll projects, vs2008 hangs after a long time and quiets itself or gets the microsoft error send dialog. vs2008 seems to be out of memory. vs2008 is not able to redraw the ide. once i debugged the vs2008 crash and saw sourcecode of microsofts msafe.c file (for calculating heap blocks) . all resx files should be corrupt..

then, i compiled a small solution with 4 class lib projects. if eurekalog addon is loadet i get this errormessage, when its not loaded everything is ok:

Fehler CS1583: "C:\Projekte\QMC3\Global\Lng\obj\Release\CSC25C.tmp" ist keine gültige Win32-Ressourcendatei. -> means "invalid Ressourcefile" , but look at the path !

admin
17-Jul-2009, 10:32 AM
Hi tomtom,

are you sure to have full deinstalled old EurekaLog 6.0.16?

I suggest you to:

1)...deinstall the current 6.5.0 version;
2)...remove any eurekalog*.* files from the "My Documents\Visual Studio 2008\Addins" folder;
3)...restart your PC;
4)...reinstall the 6.5.0 version;
5)...try again with a little empty project that raise a simple exception.

I hope this operation can remove any old EurekaLog binary and solve all your current issues.

Let me updated ASAP! :)

admin
19-Jul-2009, 10:14 PM
Hi tomtom,

we have just released the 6.5.1 RC 1.

Can you download it (as registered user) from:
http://www.eurekalog.com/login

or as trial user from:
http://www.eurekalog.com/files/EurekaLog.NET-6-Trial-Beta.exe

Can you try it and tell back to me your results and opinion ASAP, please? :)

tomtom
21-Jul-2009, 09:19 PM
hey,

first i've deleted all *.eof files delete *.eof /s
uninstall of older version direct from program menu.
installation seems to be ok
integration in vs2008 - ok
vs2008 runs normally
compiling - ok
"System.ComponentModel.BackgroundWorker" is not replaced with ...BackgroundWorker2 - is this ok?
the time between a "object == null" error an the displaying of the eurekalog dlg seems to be very long (>15 sec, whitescreen)

it works better then the older version 6.5.0

regards
tomtom

ps. i'm a registered user

tomtom
21-Jul-2009, 09:37 PM
the option "exception dlg" seems to be ignored.

admin
22-Jul-2009, 04:25 PM
Hi tomtom,

it's really strange.

I have tried your sent .exe file (without rebuilding nothing) and the exception dialog come up after no more that 2-3 seconds.

Can you try the .EXE (and .dll) files on another PC just to see if will be any differences, please?

> "System.ComponentModel.BackgroundWorker" is not replaced with ...BackgroundWorker2 - is this ok?

Is not normal, but I prefer return to this issue after have solved the speed issue.

admin
30-Jul-2009, 09:14 AM
Hi tomtom,

the option "exception dlg" seems to be ignored.

we have fixed many issues in the last 6.5.1 (included the BackgroundWorker too).

We have also added a parameter able to show the EurekaLog times.

Run your project with the /EL_PROFILER parameter, this will show a message box with all the EurekaLog internals time. Report this times to me will help to found the cause of this slow issue.