On Jun 5, 1:52 pm, Atif Aziz <
aziza...@gmail.com> wrote:
> > dont have much idea about how the solution has been created,
> > specifically how it adds the shortcut of classes to solution. So I am
> > not able to add my new MySqlErrorLog.cs class to 2008 solution and how
> > would i compile it to include which dll in my application.
>
> Don't bother adding it to the 2008 solution from ELMAH. Write your MySQL
> implementation in a separate project that references ELMAH.
>
> On Fri, Jun 5, 2009 at 10:49 AM, Rajiv Kalra <
rajivkalra1...@gmail.com>wrote:
>
>
>
>
>
> > Hi,
>
> > I am facing problem in implementing those 3 methods of class. As I
> > dont have much idea about how the solution has been created,
> > specifically how it adds the shortcut of classes to solution. So I am
> > not able to add my new MySqlErrorLog.cs class to 2008 solution and how
> > would i compile it to include which dll in my application. So it would
> > be of great help if you can provide me the mysql implementation or
> > guide me the way to do it.
>
> > Thanks and Regards,
> > Rajiv Kalra.
>
> > On May 11, 4:32 am, Atif Aziz <
aziza...@gmail.com> wrote:
> > > You need to provide an implementation of the ErrorLog class that knows
> > how
> > > to store and retrieve errors from a MySql database. You only need to
> > > implement 3 methods of the class, namely Log, GetError and GetErrors.
>
> > > - Atif
>
> > > On Sat, May 9, 2009 at 12:39 AM, stumpthegeek <
stumptheg...@gmail.com
> > >wrote:
>
> > > > I'm building a website backed by a MySql 5.0x database and I was
> > > > wondering if it would be possible to use ELMAH with it. If so what
> > > > steps do I need to take to make ELMAH work with MySql?- Hide quoted
> > text -
>