Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79103 --- shadow/79103 2006-08-18 11:04:56.000000000 -0400 +++ shadow/79103.tmp.18580 2006-08-18 11:04:56.000000000 -0400 @@ -0,0 +1,68 @@ +Bug#: 79103 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Problem with ASP.NET and symbolic links : regression (r63960) + +Steps to reproduce the problem: +1. create a directory with a single index.aspx file containing only : +<%@ Page language="c#" %> +<html> + <head> + + </head> + <body> + <form runat="server"> + </form> + </body> +</html> + +2. create a web.config file containing +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <system.web> + <compilation defaultLanguage="c#" debug="true"> + <assemblies> + <add assembly="EeekSoft.Web.PopupWin"/> + </assemblies> + </compilation> + </system.web> +</configuration> + +3. create a ./bin subdirectory +4. Copy the dll : EeekSoft.Web.PopupWin.dll in the /tmp directory +5. Create a symbolic link in the ./bin subdirectory that point to the +/tmp/EeekSoft.Web.PopupWin.dll +6. run xsp and point your browser to http://localhost:8080/index.aspx + +Actual Results: + +Compilation Error +Description: Error compiling a resource required to service this request. +Review your source file and modify it to fix this error. + +Error message: +(0,0) : error CS0006: Cannot find assembly +`/home/hubert/Projects/testbug/testbug/bin/tmp/EeekSoft.Web.PopupWin.dll' + + +Expected Results: +good index.aspx page rendering + + +How often does this happen? +always since miguel patch to image.c (r63960) + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
