https://bugzilla.novell.com/show_bug.cgi?id=661961
https://bugzilla.novell.com/show_bug.cgi?id=661961#c0 Summary: 657927 crash when trying to open package verified Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: i686 OS/Version: Windows XP Status: NEW Severity: Normal Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0C) Additional info on new Bug 657927 - Verified on XP Pro and Vista Home Premium - Also verified on mono-2.6.7 (wanted to check if something broke with new release) - Also noted that PackUriHelper.CreatePartUri did not change '\' to '/' in uri as it does with ms .net - workaround(?): .Replace('\\', '/') beforehand. - Verified utilizing the following snippet with FileMode.OpenOrCreate and FileMode.Open ====== snippet ====== using (Package zip = Package.Open(zipFilename, FileMode.OpenOrCreate)) { } ====================== Reproducible: Always Steps to Reproduce: 1. Please refer to 657927. 2. Insert the above snippet with zipFilename = any valid file name. 3. "using() {}" has no impact on the outcome. Nothing is required inside the {}. Actual Results: Same as 657927. Expected Results: Open or Create (and Close) a System.IO.Package without error. Functions this way with ms .net 3.5. It appears Package.Open cannot be used to create or open a package. Perhaps this should be considered a major bug for those in need of this functionality. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
