CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ChristophS

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    8,757

    Re: AtlService in VS2008

    As it turned out, the problem is due to a bug in VS2008 : The registration Script (.rgs) generated by the Wizard is incorrect. Value "AppId" is missing.

    ...
  2. Replies
    4
    Views
    8,757

    Re: AtlService in VS2008

    Has anybody done this yet?
  3. Replies
    4
    Views
    8,757

    Re: AtlService in VS2008

    Nobody any Idea about that?
    (actually sc.exe also does not really work...)


    So the question basically is how do I implement an ATL Service containing a simple COM object wich can be instantiated...
  4. Replies
    4
    Views
    8,757

    Re: AtlService in VS2008

    Okay- did a little more "investigation" on this

    The only difference between -RegServer and -Service Options is that the Service adittionally calls CAtlServiceModuleT::Install() and uses...
  5. Replies
    4
    Views
    8,757

    AtlService in VS2008

    Hi all,

    im trying to do an Atl Service in VS2008. I use the Atl Project Wizard and select Service (EXE). Then I add one AtlSimple Object. Compile & Register via /RegServer

    From a client...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured