Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6024439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:09:20+00:00 2026-05-23T04:09:20+00:00

What am I doing wrong ? I just downloaded the latest Rx sdk, installed.

  • 0

What am I doing wrong ? I just downloaded the latest Rx sdk, installed. Using vs 2010, .net 4 have all latest sp/updates etc. Downloaded/installed linqpad, Added reference to the reactive dll as shown in the attached screenshot. Added the one line as shown in the linqpad demo but get an error when I run. Please advise. Right click on image and view image for clear view.

thanks

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:09:20+00:00Added an answer on May 23, 2026 at 4:09 am

    The download on the Rx home page is not actually the latest Rx SDK. The latest release is on the Reactive Extensions Team Blog site and is currently the Christmas 2010 May 2011 June 2011 release.

    In the release you’re using, the Observable class is in the System.Reactive.Linq namespace (rather than the System.Linq namespace). Press F4 again and enter System.Reactive.Linq into “Additional Namespace Imports”. (Or if you have autocompletion, a smart tag will appear and do the job for you).

    This will get you up and running with Rx in LINQPad. Calling .Dump() on an observable is non-blocking, so you can Dump multiple observables at once.

    For example:

    Observable.Interval(TimeSpan.FromSeconds(1)).Take(5).Dump("1 second");
    Observable.Interval(TimeSpan.FromSeconds(.5)).Take(5).Dump(".5 second");
    

    The result:

    .5 second → 0
    1 second → 0
    .5 second → 1
    .5 second → 2
    1 second → 1
    .5 second → 3
    .5 second → 4
    1 second → 2
    1 second → 3
    1 second → 4
    

    The query will finish when all the observables have ended (or you press Cancel).

    To run another reactive query, press Ctrl+Shift+N. This creates a new query with the same properties (references, namespace imports, etc). Another trick, if you have autocompletion, is to click ‘Save as Snippet’ after adding the assembly / namespace import. Then whenever you type the shortcut (e.g., ‘rx’) and press tab, the references and namespaces will be added automatically.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't know what I'm doing wrong, but sorl-thumb just uploads the image but
So obviously I am doing something wrong, but I just cannot seem to get
Just tried to execute a small Lua script, but unfortunately I'm doing something wrong.
Doesn't seem to work for me, maybe I just doing it wrong
What am I doing wrong? I have a simple console app in VS08. When
I just downloaded SFML.NET and added a reference to the library DLLs included with
I have just downloaded jQuery 1.7 for a brand new project I'm starting. After
Never used fwrite(), so I'm not sure exactly what I'm doing wrong. I'm just
What am I doing wrong here? My use of the INTO clause seems to
What am I doing wrong here folks? <?php include 'header.php'; /** * Display a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.