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

    class not registerd

    Hey there....i hAve an atl server..and VB client...i want the VB client to access the server remotely..i have registered the proxystub dll of the server on my local m/c...my servers name's"ProjectServer" and my interface's name's"MyServer"...i'm calling the server thru create object in vB as below
    Dim obj As Object Set obj = CreateObject(" ProjectServer.MyServer", "\\L-1d11-13")...the error i'm getting on my local M/c is
    "class not registered on local machine"..PLEASE HELP ME OUT....THANX FOR UR TIME
    VISHAL


  2. #2
    Guest

    Re: class not registerd

    Hi there,
    I think U better try creating the Server Object using the keyword "new" and then check out the VB application.
    To make u r atlserver as remote...... configure it using DCOMCnfg.exe in WinNT server abd then access it from any of the remote client.
    Check this out..... Any other solution ..please mail back.
    Catch U soon.

    Bye
    Bobby


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