PDA

View Full Version : Reproduced Bug


lee5i3
27-Oct-2009, 02:51 PM
How I was able to reproduce a few errors in ASP.NET (will try do reproduce WinForm error)

Create a new website
Close project
Create a new Virtual Directory in IIS, browse to website you created
Open VS 2008
Open Website, Select IIS and choose Virtual Directory


I delete the EurekaLog.dll and the Global.asax, and any *.eof files
(this is because most people will be using this on existing websites, works fine on new projects)

Goto EurekaLog Menu and click EurekaLog Project Options,
I recieve error saying can not find entry point,

I add global.asax, tried to open options and still same error..
and if I save project.. error saying doesnt not support URI format

lee5i3
27-Oct-2009, 02:55 PM
reproduced WinForm issue as well...

Create a new project (Windows Application), delete any eureka dlls and all eof files..

Options works fine.. but if I add another project to solution, I added a class library.. click on options and I'm getting entry point not found

I believe the issue is with no eureka log dll adding to project, I've added dll to my main project and options works fine but if I select the class, I get same error

Will try this on my existing projects and see if they work if I just add DLL and select main project when going to options

Note: did not work, in fact.. my existing project, doesnt even give an error when dll added, will make a copy of my project and just give you the solution with the problem

Boro
27-Oct-2009, 05:37 PM
reproduced WinForm issue as well...

Create a new project (Windows Application), delete any eureka dlls and all eof files..

Options works fine.. but if I add another project to solution, I added a class library.. click on options and I'm getting entry point not found

I believe the issue is with no eureka log dll adding to project, I've added dll to my main project and options works fine but if I select the class, I get same error

Will try this on my existing projects and see if they work if I just add DLL and select main project when going to options

Note: did not work, in fact.. my existing project, doesnt even give an error when dll added, will make a copy of my project and just give you the solution with the problem

Hi Lee,

EurekaLog can not be activated on library projects, only on executable ones. Like WinForms, WPF, WebForms applications. So, on a solution with multiple projects, make sure you try to open the EurekaLog options dialog when the executable project is selected, not a library project.

Try it and write back how this works out, ok? :)

Thanks.

Boro
27-Oct-2009, 06:07 PM
Hi Lee,


I delete the EurekaLog.dll and the Global.asax, and any *.eof files
(this is because most people will be using this on existing websites, works fine on new projects)


Why delete EurekaLog.dll, global.asax and the eof file? EurekaLog creates global.asax (if it doesn't already exist) for a reason. It needs it to function.
I believe the reason why EurekaLog.dll and the .eof file are needed goes without saying, doesn't it? Why do you need to delete these files?


and if I save project.. error saying doesnt not support URI format

I'm afraid, EurekaLog doesn't support direct on-server development. You might want to post a suggestion (http://news.eurekalog.com/forumdisplay.php?f=12) for this feature, and put this feature on vote.