зеркало из https://github.com/mono/mail-archives.git
174 строки
6.4 KiB
HTML
174 строки
6.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 615514] Namespace My.MyProject and class ThreadSafeObjectProvider are not generated.
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20615514%5D%20Namespace%20My.MyProject%20and%20class%0A%20ThreadSafeObjectProvider%20are%20not%20generated.&In-Reply-To=bug-615514-28286%40http.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="104540.html">
|
|
<LINK REL="Next" HREF="104542.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 615514] Namespace My.MyProject and class ThreadSafeObjectProvider are not generated.</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20615514%5D%20Namespace%20My.MyProject%20and%20class%0A%20ThreadSafeObjectProvider%20are%20not%20generated.&In-Reply-To=bug-615514-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 615514] Namespace My.MyProject and class ThreadSafeObjectProvider are not generated.">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Tue Oct 5 16:24:06 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="104540.html">[Mono-bugs] [Bug 609109] [Regression] Incoming tablular data stream (TDS) remote procedure call (RPC) protocal stream is incorrect.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="104542.html">[Mono-bugs] [Bug 643958] New: Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104541">[ date ]</a>
|
|
<a href="thread.html#104541">[ thread ]</a>
|
|
<a href="subject.html#104541">[ subject ]</a>
|
|
<a href="author.html#104541">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=615514">https://bugzilla.novell.com/show_bug.cgi?id=615514</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=615514#c2">https://bugzilla.novell.com/show_bug.cgi?id=615514#c2</A>
|
|
|
|
|
|
--- Comment #2 from Edgar Hernández <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">edgar_hz at yahoo.com</A>> 2010-10-05 20:24:04 UTC ---
|
|
Created an attachment (id=393185)
|
|
--> (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=393185">http://bugzilla.novell.com/attachment.cgi?id=393185</A>)
|
|
VisualStudio 2008 test project
|
|
|
|
I am using MonoDevelop 2.2.1.
|
|
|
|
Running vbnc without arguments outputs the following version:
|
|
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
|
|
|
|
I have attached a project generated by VisualStudio that gives the error to me,
|
|
so that you can test against that project.
|
|
|
|
The very, very long command line passed to the compiler by MonoDevelop is:
|
|
|
|
vbnc
|
|
"-out:/home/user/Escritorio/MonoTest/MonoTest/bin/MonoTest.dll"
|
|
-nologo -utf8output -quiet -debug:full -optionstrict- -optionexplicit+
|
|
-optioncompare:binary -optioninfer+
|
|
-define:_MYTYPE=\"Custom\" -rootnamespace:MonoTest -define:DEBUG=-1
|
|
-define:TRACE=-1
|
|
-nowarn:42016,41999,42017,42018,42019,42032,42036,42020,42021,42022
|
|
"-doc:MonoTest.xml" -target:library
|
|
"-r:/usr/lib/mono/2.0/System.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Data.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Drawing.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Core.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Data.DataSetExtensions.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Web.Extensions.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Xml.Linq.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Web.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Xml.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Configuration.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Web.Services.dll"
|
|
"-r:/usr/lib/mono/2.0/System.EnterpriseServices.dll"
|
|
"-r:/usr/lib/mono/2.0/System.Xml.dll"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/Service1.asmx.vb"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/My Project/AssemblyInfo.vb"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/My
|
|
Project/Application.Designer.vb"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/My
|
|
Project/MyExtensions/MyWebExtension.vb"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/My Project/Resources.Designer.vb"
|
|
"/home/user/Escritorio/MonoTest/MonoTest/My Project/Settings.Designer.vb"
|
|
"-resource:/home/user/Escritorio/MonoTest/MonoTest/My
|
|
Project/Resources.resources,MonoTest.My_Project.Resources.resources"
|
|
-imports:Microsoft.VisualBasic -imports:System -imports:System.Collections
|
|
-imports:System.Collections.Generic -imports:System.Data
|
|
-imports:System.Linq
|
|
-imports:System.Xml.Linq -imports:System.Diagnostics
|
|
-imports:System.Collections.Specialized
|
|
-imports:System.Configuration -imports:System.Text
|
|
-imports:System.Text.RegularExpressions
|
|
-imports:System.Web -imports:System.Web.Caching
|
|
-imports:System.Web.SessionState
|
|
-imports:System.Web.Security -imports:System.Web.Profile
|
|
-imports:System.Web.UI
|
|
-imports:System.Web.UI.WebControls
|
|
-imports:System.Web.UI.WebControls.WebParts
|
|
-imports:System.Web.UI.HtmlControls
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="104540.html">[Mono-bugs] [Bug 609109] [Regression] Incoming tablular data stream (TDS) remote procedure call (RPC) protocal stream is incorrect.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="104542.html">[Mono-bugs] [Bug 643958] New: Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104541">[ date ]</a>
|
|
<a href="thread.html#104541">[ thread ]</a>
|
|
<a href="subject.html#104541">[ subject ]</a>
|
|
<a href="author.html#104541">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|