Results 1 to 3 of 3

Thread: .NET Confusion....help

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    .NET Confusion....help

    Somebody help me to understand how some of this stuff works....

    I have a windows service in a solution. I also have a Library file in the same solution where I'm doing all my ADO.NET stuff. How come I have no access to the System.Windows namespace in either project? The Service, yeah, ok, I guess that makes sense, but I'm using the library in some other places. Is there a way to fix this?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: .NET Confusion....help

    Add a reference to System.Windows.Forms.dll
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: .NET Confusion....help

    Great, thanks.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width