CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    1

    Active document support/alternative in .NET

    I want to make a .NET application in C# that can act as an active document server. To my disappointment I can't find any support for it.
    Has anyone implemented the interfaces that are necessary to support it in .NET?

    What would be the typical alternative to active document in .NET?

  2. #2
    Join Date
    Sep 2006
    Posts
    2

    Re: Active document support/alternative in .NET

    I'm bumping this post instead of starting a new thread.

    Our company MUST create an Active Document Server because another application launches ours and that is the technology they use -- and they won't be changing for at least 5 years (if ever).

    To make matters worse, objects and code developed by another department which we need to incorporate is all done using .NET (C#).

    So, somehow we need to create a managed (/CLR) Active Document Server using MFC that is launched by an unmanaged Active Document Container not developed by us, just so we can run managed .NET (C#) code developed by another department.

    ActiveX Document support was suspended from .NET during beta but couldn't Microsoft at least present a solution for those of us left hanging?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured