[Mono-bugs] [Bug 630107] New: Incorrect assembly version of System.Data.Services stub
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 10 16:35:47 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=630107
http://bugzilla.novell.com/show_bug.cgi?id=630107#c0
Summary: Incorrect assembly version of System.Data.Services
stub
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Data
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: pruiz at netway.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4
System.Data.Services.dll assembly distributed with mono has an assembly version
'2.0.0.0' (and it's installed into gac with such assembly version), whereas
Net's System.Data.Services has an assembly version of 3.5.0.0.
Output of mono's gacutil on S.D.S
System.Data.Services, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
Output of ms's gacutil:
The Global Assembly Cache contains the following assemblies:
System.Data.Services, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c5
61934e089, processorArchitecture=MSIL
Reproducible: Always
Steps to Reproduce:
1. Run gacutil -l System.Data.Services
2. See version ;)
Actual Results:
System.Data.Services, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
Expected Results:
System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c5
61934e089, processorArchitecture=MSIL
--
Configure bugmail: http://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.
More information about the mono-bugs
mailing list