User Profile

Collapse

Profile Sidebar

Collapse
MeGeek
MeGeek
Last Activity: Nov 12 '07, 09:16 AM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to make a server wait at the background in .Net Remoting??

    Hi,

    I am developing a Client/Server architecture in .Net Remoting using VC++ .Net

    I want to make the server thread run at the background until it is killed explicitly.Curr ently I am doing this with the help of "Console::Read( )" statement. It works fine. But when I trigger the server exe from a TCL script, control stays there.. and it is not executing the following statement in the script...(say i want to make...
    See more | Go to post

  • MeGeek
    replied to How to derive unmanaged code from managed code
    in .NET
    Hi,

    What is that regasm.exe all about?? Where should I register and why should I register it?...
    See more | Go to post

    Leave a comment:


  • MeGeek
    started a topic How to derive unmanaged code from managed code
    in .NET

    How to derive unmanaged code from managed code

    Hi,

    I wanted to develop an unmanaged application of .Net Remoting in VC++. When I tried compiling the object dll, it is giving the following error,

    "C3625: 'ObjectNamespac e::RefObject': an unmanaged type cannot derive from a managed type 'System::Marsha lByRefObject' "

    Object Code :
    Code:
    #include "stdafx.h"
    #include "ObjectNamespace.h"
    ...
    See more | Go to post
No activity results to display
Show More
Working...