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 one should be there now.

-Gonzalo


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 with 4 params is needed to get past this compile error#if NET_2_0  [MonoTODO]  public void RewritePath (string path, bool rebaseClientPath)
  {   throw new NotImplementedException ();  }[MonoTODO]  public void RewritePath (string filePath, string pathInfo, string queryString, bool rebaseClientPath)
  {   throw new NotImplementedException ();  }#endifThanks,Joe
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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 committed to the SVN, please test :)

best,

marek


signature.asc
Description: PGP signature
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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] wrote:
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.RewritePathThe implementation has just been committed to the SVN, please test :)best,marek
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list