User Profile

Collapse

Profile Sidebar

Collapse
cethie
cethie
Last Activity: Jul 5 '12, 08:37 AM
Joined: Jan 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SocketCoder samples: Voice and Video chat simultaneously

    I am trying to run Voice and Video chat samples simultaneously using SocketCoder samples (http://silverlightvide ochat.codeplex. com/).

    However, after I start the webcam/video chat, when I start the voice chat sample, it says mic device already in use.

    I am able to do voice chat without starting the video chat project.

    Any pointers on this will be useful.

    Thanks
    See more | Go to post

  • cethie
    started a topic Need common type
    in XAML

    Need common type

    I need a function to return something that can either be
    Code:
    System.Windows.Controls.Control
    or
    Code:
    System.Windows.Controls.StackPanel
    .

    Ideally it should be an interface thats implemented by both or a baseclass of both of them (I hate using object for this purpose)

    The likes of UIElement etc seem to be exclusive to one of 'em only.

    Any ideas?
    See more | Go to post

  • cethie
    replied to HTTP POST Vs GET
    in .NET
    The request object is passed to SetRequestPrope rties by reference. So should be fine. I checked that the properties are getting set.

    I am connecting to http://<my_ip_addres s>/test/test.aspx from my Windows Mobile device emulator. If I visit the same URL manually from IE on the device, it works fine.
    See more | Go to post

    Leave a comment:


  • cethie
    replied to HTTP POST Vs GET
    in .NET
    Hello RedSon,

    Thanks I will follow it up on the other thread.

    /cethie
    See more | Go to post

    Leave a comment:


  • cethie
    replied to HTTP POST Vs GET
    in .NET
    I did try setting contentlength and changing various properties. 2 other things I noticed:

    1) posted data is always empty even though writing to the stream succeeds.
    2) the 'uncatcheable' exception from the inner thread is coming from a certain set_ContentLeng th method within the framework! This is consistent whether or not I set content length in my request object,...
    See more | Go to post

    Leave a comment:


  • cethie
    started a topic HTTP POST Vs GET
    in .NET

    HTTP POST Vs GET

    In the code below, DoGet is working very stable. But DoPost throws an uncatcheable InvalidOperatio nException randomly. I am lost. Any pointers will be of immense help.

    Code:
    /*
    	Environment
    	-------------
    	* NET CF 2.0
    	* WM 5.0(USA Mobile Pocket PC Emulator)
    	* Windows XP Professional SP2
    	* VS 2008
    */
    
    /*
    	The exception
    	------------------
       at
    ...
    See more | Go to post
No activity results to display
Show More
Working...