[Mono-bugs] [Bug 78728][Nor] New - resgen stops with an exception compiling a VS generated resource
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 29 08:39:35 EDT 2006
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 adrinael at adrinael.net.
http://bugzilla.ximian.com/show_bug.cgi?id=78728
--- shadow/78728 2006-06-29 08:39:35.000000000 -0400
+++ shadow/78728.tmp.15877 2006-06-29 08:39:35.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 78728
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: adrinael at adrinael.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: resgen stops with an exception compiling a VS generated resource
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The attached resource file is generated with VS, then manually reduced to
+the current form. Running resgen on it says:
+
+Error: Exception has been thrown by the target of an invocation.
+Inner exception: System.ComponentModel.TypeConverter cannot be created from
+'System.String'
+
+Removing the only <data> node makes the resource compile successfully.
+
+Steps to reproduce the problem:
+1. Save the testcase resource
+2. Run resgen on it
+
+Actual Results:
+
+The above error message.
+
+Expected Results:
+
+Successfull generation of testcase.resources, or a helpful error if the
+file is invalid.
+
+How often does this happen?
+
+Always.
+
+Additional Information:
+
+svn HEAD used.
More information about the mono-bugs
mailing list