[Mono-bugs] [Bug 75146][Maj] New - ASP.Net adds non-existing reference to

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 3 17:19:57 EDT 2005


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 ck at carlo-kok.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75146

--- shadow/75146	2005-06-03 17:19:57.000000000 -0400
+++ shadow/75146.tmp.28658	2005-06-03 17:19:57.000000000 -0400
@@ -0,0 +1,80 @@
+Bug#: 75146
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: Linux x86-386 (mandriva 2005) and windows xp
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ck at carlo-kok.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ASP.Net adds non-existing reference to 
+
+Mono 1.1.7
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Mono passes an unknown reference (one that doesn't exist nor does it have a
+path) when using a user control with a custom CodeDom.
+
+Steps to reproduce the problem:
+1. Install the RemObjects.* dlls in the gac
+2. mono InstallCodeDom.exe /path/to/machine.config
+3. run xsp
+4. Go to localhost:8080/ChromeDOWNLOAD.aspx
+
+Actual Results:
+Error: (0) | Error | (CE47) File not found
+c:\PROGRA~1\MONO-1~1.7\lib\mono\1.0\data-074FC008.dll
+
+Since the codedom automaticly appends the default lib dir to dlls that have
+no path.
+
+Expected Results:
+Compiled and running application
+
+How often does this happen? 
+Every time I try.
+
+Additional Information:
+
+Our codedom can create debug output, here the references passed to the coddom:
+output:C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\52470.dll
+1 files
+generate in memory: False
+tempfile:
+C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\52470.0pas
+tempfile:
+C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\52470.dll
+file:
+C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\52470.0pas
+ref: C:\Program Files\Mono-1.1.7\lib\mono\1.0\System.dll
+ref: C:\Program Files\Mono-1.1.7\lib\mono\1.0\System.Xml.dll
+ref:
+C:\PROGRA~1\MONO-1~1.7\lib\mono\gac\System.Data\1.0.5000.0__b77a5c561934e089\System.Data.dll
+ref: C:\Program Files\Mono-1.1.7\lib\mono\1.0\System.Web.dll
+ref:
+C:\PROGRA~1\MONO-1~1.7\lib\mono\gac\System.Web.Services\1.0.5000.0__b03f5f7f11d50a3a\System.Web.Services.dll
+ref:
+C:\PROGRA~1\MONO-1~1.7\lib\mono\gac\System.Drawing\1.0.5000.0__b03f5f7f11d50a3a\System.Drawing.dll
+ref: C:\PROGRA~1\MONO-1~1.7\share\doc\xsp\test\bin\ByteFX.Data.dll
+ref: data-074FC008.dll
+ref: C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\78309.dll
+outfile:
+C:\DOCUME~1\carlokok\LOCALS~1\Temp\carlokok-temp-aspnet\78ed3b0e\52470.dll
+Error: (0) | Error | (CE47) File not found
+c:\PROGRA~1\MONO-1~1.7\lib\mono\1.0\data-074FC008.dll
+
+This is on windows. On Linux the same (different paths) happens.
+Note the:
+ref: data-074FC008.dll
+
+It's missing a path; searching in LocalSettings/Temp/aspnet-carlokok/ I
+couldn't find a dll alike it either.


More information about the mono-bugs mailing list