RE: GAC Alternative
Brought to you by:
wrowe
From: Todd H. <ele...@ho...> - 2009-08-21 12:39:03
|
Mr. Rowe, At this point in my experimentation I've only been able to get it working with Apache.Web.dll in the GAC. If I remove it from the GAC and put it in Apache's bin the following errors occur when I attempt to start Apache: (-2146747262)Unknown error: mod_aspdotnet: Failed to create Host connector for /test mapped to D:/Development/Apache/htdocs/testapp (-2146747262)Unknown error: mod_aspdotnet: Unable to cast object of type 'System.UInt32' to type 'System.Int32'. I'm trying to track it down now in the code. Todd -----Original Message----- From: William A. Rowe, Jr. [mailto:wr...@ro...] Sent: Thursday, August 20, 2009 4:57 PM To: Todd Hicks Cc: mod...@li... Subject: Re: GAC Alternative Todd Hicks wrote: > Can mod_aspnet be made to work with Apache.Web.dll somewhere other than in > the GAC (e.g. in Apache's /bin instead)? If I have to make a custom build > that's fine, I'm just looking for a little push in the right direction. Feel free to experiment. It is (in fact it must be) loaded within bin/ because it has to resolve libapr-1.dll etc, as I recall. But I don't have the install in front of me. But during the build, mod_aspdotnet.dll is brought into the GAC long enough to ensure the types are exported. That may also be the installer pattern. That's a throwback to early .NET and the overall situation may have improved. ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mod-aspdotnet-users mailing list Mod...@li... https://lists.sourceforge.net/lists/listinfo/mod-aspdotnet-users |