Re: UPnP C# sample

Tech-Archive recommends: Fix windows errors by optimizing your registry



UPnP has two sides, device and client. On Windows CE The device "plug-ins" cannot be in managed code as they are loaded and hosted by the UPNP manager which is a native code app and native code cannot host managed code. A client can, at least in theory (I've never tried so I don't know if there are hidden gotchas), be written in C# and use the native COM or C APIs same as any other COM component or P/Invoke.

Steve Maillet
http://www.EmbeddedFusion.com

.



Relevant Pages

  • RE: Installing Office hotfixes on Vista
    ... Microsoft does not provide a managed runtime for Microsoft Office 2000 or ... These components can cause problems for the client. ... Be careful when you try to introduce managed code into these ... Note Setting this bypass key can cause compatibility problems for solutions ...
    (microsoft.public.office.developer.com.add_ins)
  • RE: Installing Office hotfixes on Vista
    ... We can set the registry key directly without executing lockback msi for the ... Microsoft does not provide a managed runtime for Microsoft Office 2000 or ... These components can cause problems for the client. ... Be careful when you try to introduce managed code into these ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Unreliable: Networkstream.DataAvailable, Socket.Available, Socket.Poll, Socket.Select
    ... Post your managed code here (client side only) so we can help you to ... The best I've been able to do so far is a 50ms sleep ... speed short hop or medium hop connection. ...
    (microsoft.public.win32.programmer.networks)
  • Re: How To Invoke Unmanaged Callbacks on WinCE?
    ... in managed code as 4-byte length followed by the data. ... Our C# Client application loads a C++ DLL which has the ... to RegisterCallBack. ... C++ application is supposed to call the callback. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Basic Question About Moving From VC 6.0 to VC.NET 2003
    ... a nasty crash. ... The client moved it from machine to machine and it ... If you extend your ported MFC ... application with managed code, will you need to have the .Net ...
    (microsoft.public.dotnet.languages.vc)