Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
reques to help me debug error: "the type or namespace ComplexEventPorcessing does not exist in the namepsace Microsoft.

Answered reques to help me debug error: "the type or namespace ComplexEventPorcessing does not exist in the namepsace Microsoft.

  • Tuesday, November 27, 2012 9:27 PM
     
     

    attaching the screenshot:

All Replies

  • Wednesday, November 28, 2012 3:26 AM
     
     Proposed

    Set your target framework to the full .NET Framework 4.0, not to the Client Profile. Project properties ... Application ... Target Framework.


    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)


    Ruminations of J.net


    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

    • Proposed As Answer by DevBikerMVP Wednesday, November 28, 2012 3:26 AM
    •  
  • Wednesday, November 28, 2012 4:22 AM
     
     

    Thanks for reply ... i have it on .net 4 framework already. where do i got and find references? It has yellow exclamations on it...

    I tried adding it by going to C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.ComplexEventProcessing\v4.0_20.0.0.0__89845dcd8080cc91 - does not work...

  • Wednesday, November 28, 2012 4:55 AM
     
     

    The default when you create a console app is .NET Framework 4.0 Client Profile. Not the full framework. That's also why you see the yellow exclamation. Can't even begin to tell you how many times that's happened to me because I forgot to change it. The selection is in the project properties of the existing project ... choosing .NET Framework 4.0 in the New Project dialogue just gives you client profile.


    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)


    Ruminations of J.net


    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • Wednesday, November 28, 2012 5:52 PM
     
     

    Thanks for replying again. I am missin something, it's arleady on 4.0

    please see the screen - I am trying to run the sample:

  • Wednesday, November 28, 2012 11:33 PM
     
     
    Can you locate your StreamInsight assemblies? And have you installed the Reactive Extensions?

    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)


    Ruminations of J.net


    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • Monday, December 03, 2012 10:41 AM
     
     

    I had this once - my issue was caused because my using statement aliased the reference to the ComplexEventProcessing assembly.

    Not sure if this is what is happenig for you but thought I'd mention it

  • Tuesday, December 04, 2012 12:08 AM
     
     

    Thanks for your continued support.. I am new to Visual studio and Streaminsihgt and this is what I did:

    Reference > Add reference > browse > I located them at C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.ComplexEventProcessing\v4.0_20.0.0.0__89845dcd8080cc91 - in your experience is that the right place?

    Thanks for pointing to reactive externsions, I'll download them.

  • Tuesday, December 04, 2012 12:11 AM
     
     
    Thanks for your reply - this is not hapeeing to me, hopefuli some other reading the thread benefitted.
  • Tuesday, December 04, 2012 4:24 AM
     
     Answered

    Turns out I had assemblies from other version of streaminsight. found the answer via theard: http://social.msdn.microsoft.com/Forums/en-US/streaminsight/thread/cfe6a87e-c8e1-48fe-b2fb-2b1b435024a4

    Thank you all for the replies here, marked each response as help ful as it was good to learn about new things here - thanks for helpign me as i was very new and i appreciate it .... .

    • Marked As Answer by BigDataQ Tuesday, December 04, 2012 4:24 AM
    •