Thanks Matt. This confirms something our .NET 2003/2005 users have observed. Apparently, it isn't isolated to the build side (which we have noted) but actually affects the way our generated CL is interpreted by newer .NET versions.
Bill At 05:27 PM 2/3/2005, Matt Morrison wrote: >Thanks, Bill, that solved it. > >- Matt > >--- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > >> Hello Matt, >> >> Since this is unique to you (using .NET 2.0) and was developed >> with .NET 1.1 - I'm going to guess that Apache.Native.apr_table_t >> is triggering an altogether different behavior under the 2.0 CLR >> than it did in 1.0/1.1. >> >> The new test snapshot, available from >> >> >http://httpd.apache.org/dev/dist/mod_aspdotnet-2.0.0.2002-snapshot-rev124420.msi >> >> has a new feature, AspNetVersion. Try this version, and add >> >> AspNetVersion v1.1.4322 >> >> in httpd.conf to force mod_aspdotnet to use that flavor of the CLR. >> >> Thanks, >> >> Bill >> >> At 08:00 PM 2/2/2005, you wrote: >> >Hello! I'm quite excited about the prospect of ASP.NET on Apache, >> but >> >I'm encountering a problem. Whenever I try to browse to a simple >> .aspx >> >file Apache returns a 500 Internal Server Error. This is a fresh >-snip- >> >[Wed Feb 02 19:14:38 2005] [error] [client 127.0.0.1] mod_aspdotnet: >> >Failed to create ASP.NET Request, Exception follows, referer: >> >http://localhost/sa/ >> >[Wed Feb 02 19:14:38 2005] [error] mod_aspdotnet: HandleRequest: >> Failed >> >with unexpected Exception; System.TypeLoadException: Could not load >> >type 'Apache.Native.apr_table_t' from assembly 'Apache.Web, >> >Version=2.0.0.2000, Culture=neutral, >> >PublicKeyToken=9b9b842f49b86351'.\r\n at >> >Apache.Web.Host.HandleRequest(Int32 Req)\r\n at >> >Apache.Web.HostFactory.HandleHostRequest(Int32 HostKey, Int32 Req) >-snip- >> >I have .NET framework versions 1.0.3705, 1.1.4322, and 2.0.40607 >> >installed. Apache.Web.dll shows up in the GA (C:/Windows/assemblies) >> >although I can't find it on the disk. >> > >> >Does anyone have suggestions about what I might do about this, or at >> >least where to look further? I can provide further information if >> >needed. >> > >> >Thanks, >> > Matt Morrison > > > >__________________________________ >Do you Yahoo!? >Read only the mail you want - Yahoo! Mail SpamGuard. >http://promotions.yahoo.com/new_mail > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
