CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Location
    China
    Posts
    1

    why i cannot find Runtime.Remoting.Channels.Http

    I have installed vs.net and framework sdk ,but I cannot find the namingspace System.Runtime.Remoting.Channels.Http


    Anybody can help me?

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    if your application is console based , I think you will need to reference NETworking dll. find out in the .NET installation folder and search in windows folder under assembly folder too.

    Paresh
    - Software Architect

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

Featured