[Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Joe Audette
Hey Guys,I'm taking another stab at getting mojoportal running in mono 2.0. I'm getting a compile time error for a missing overload for HttpContext.RewritePathCan you add this, then I can at least catch System.NotImplemented ?Note the first overload is already there in svn just the second one below

Re: [Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Marek Habersack
On Sun, 12 Nov 2006 13:20:45 -0600, "Joe Audette" <[EMAIL PROTECTED]> scribbled: > Hey Guys, Hey Joe, > I'm taking another stab at getting mojoportal running in mono 2.0. I'm > getting a compile time error for a missing overload for > HttpContext.RewritePath The implementation has just been commi

Re: [Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-12 Thread Joe Audette
Hi Marek,Thanks a lot, that one is fixed. Now my only compilation error is:The type or namespace name `AggregateCacheDependency' could not be found. Are you missing a using directive or an assembly reference?(CS0246) I really appreciate the help!JoeOn 11/12/06, Marek Habersack <[EMAIL PROTECTED]> w

Re: [Mono-dev] attn:Gonzalo or Chris Request change to HttpContext for 2.0

2006-11-14 Thread Gonzalo Paniagua Javier
On Sun, 2006-11-12 at 20:25 -0600, Joe Audette wrote: > Hi Marek, > > Thanks a lot, that one is fixed. > > Now my only compilation error is: > The type or namespace name `AggregateCacheDependency' could not be > found. Are you missing a using directive or an assembly > reference?(CS0246) That