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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 18 13:21:58 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=615514#c0


           Summary: Namespace My.MyProject and class
                    ThreadSafeObjectProvider are not generated.
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.4.x
          Platform: x86-64
        OS/Version: Ubuntu
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: edgar_hz at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development
           Blocker: ---


Description of Problem:

The namespace My.MyProject is not generated by the compiler. Also, the class
ThreadSafeObjectProvider is not available for use (it is undefined).

Steps to reproduce the problem:
1. In Microsoft Visual Studio 2008 with Service Pack 1. Create a new visual
basic project (and, may be a new solution) using the template "ASP .NET Web
Service" (not web site nor Web application).
2. Don't add anything to the project. Just save the project and close visual
studio.
3. Try compile the project with mono. I used mono develop to open the project
and compile it.

Actual Results:
The compiler ends with the following error:
/home/user/Projects/test/My Project/MyExtensions/MyWebExtension.vb (11,1) :
Error VBNC30451: Could not resolve the name 'ThreadSafeObjectProvider'

Expected Results:
The project should be compiled.

How often does this happen? 
Always, at least with new Web Service projects.

Additional Information:
When I tried to create a project with mono and declare a variable typed to the
class ThreadSafeObjectProvider, the compiler suggested me to fill a bug report.
So, here I am.

-- 
Configure bugmail: http://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