[Mono-bugs] [Bug 615514] Namespace My.MyProject and class ThreadSafeObjectProvider are not generated.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 5 16:24:06 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=615514

https://bugzilla.novell.com/show_bug.cgi?id=615514#c2


--- Comment #2 from Edgar Hernández <edgar_hz at yahoo.com> 2010-10-05 20:24:04 UTC ---
Created an attachment (id=393185)
 --> (http://bugzilla.novell.com/attachment.cgi?id=393185)
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: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list