Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5995403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:57:18+00:00 2026-05-22T23:57:18+00:00

I have written a .NET Windows service which has a WCF service built into

  • 0

I have written a .NET Windows service which has a WCF service built into it. I can call this from a C# client written in Visual Studio 2010. However, I also need to call it from a MFC app written in Visual Studio 6. I have added COM Interop code to try and achieve this, created a snk file, used regasm to register it and installed it.

Both the WCF service and the MFC app are 32 bit.

My WCF service interface code looks something like this

// NOTE: You can use the "Rename" command on the "Refactor" menu to change the interface name "IGASR" in both code and config file together.
[Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")]
[ServiceContract]
public interface IMyClass
{
    [OperationContract]
    void AddFile(string sFilename);
}

[ClassInterface(ClassInterfaceType.None)]
[Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)]
public class MyClass : IMyClass
{
    public void AddFile(string sFilename)
    {
        ...
    }
}

My MFC code looks like:

CoInitialize(NULL);

MyNamespace::IMyClassPtr pDotNetCOMPtr;

HRESULT hRes = 
    pDotNetCOMPtr.CreateInstance(MyNamespace::CLSID_MyClass);
if (hRes == S_OK)
{
    pDotNetCOMPtr->AddFile ( _bstr_t(m_strFilename));
}

CoUninitialize ();   //DeInitialize all COM Components

However, the CreateInstance fails with a HRESULT of -2147221164. i.e. the class is not registered. What am I missing?

UPDATE:
I added ComVisible(true) to the Guid line on the interface and added the /codebase option to the regasm call. Now, from the MFC app, the CreateInstance succeeds but the call to AddFile doesn’t do anything. There is no error but the method isn’t being called. I know this because I have logging in the method. This method works fine from a C# .NET client.

So, I am getting closer but now do not understand why the method call does not create an error and yet isn’t calling into my .NET service.

Does anyone have any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T23:57:18+00:00Added an answer on May 22, 2026 at 11:57 pm

    Perhaps this will help. Looks way more complicated than i would have guessed 🙂

    Create WCF service for unmanaged C++ clients

    good luck

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .NET Windows service which self hosts a WCF service. This WCF
i have a windows service written in .net 4 which doing jobs periodically using
I have a windows service executable that I know is written in .NET which
I have a Windows Service written in .NET C# which calls a COM component.
I have written a windows service in C# .NET. This windows service contains a
I have a standard .NET windows service written in C#. Can it install itself
We have written a custom windows service (VB.NET, .NET Framework 2.0) that takes a
I'm running a windows service (written using .NET) as the user - LocalSystem. From
I have a very simple VB.net Windows Service written using VS.net 2008. The program
I have a windows service written in C# .NET framework 3.5 and would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.