User Profile

Collapse

Profile Sidebar

Collapse
lage
lage
Last Activity: Oct 2 '08, 03:42 PM
Joined: Jun 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you again for your answer. You were right about the connection string. There was an old exception retrieving an obsolete connection string while not calling the Com+ component from an asp-file.

    I have got answer from a MS employee at MSDN now and I hope they will help me to sort this out.

    http://social.msdn.microsoft.com/For...-41d98346562f/


    ...
    See more | Go to post

    Leave a comment:


  • Thank you for your answer! I am pretty sure it's not the syntax. I pasted the same connection string “hard coded” into the VB6 code and it worked without problem. The database is connected only within the Com+ component in this test, but I will probably connect the database from the .Net application when I implement the new parts to the current system.
    So it looks like it’s the application object that doesn’t appear when called from...
    See more | Go to post

    Leave a comment:


  • GetObjectContext problems when calling COM+ components from .NET

    I am working with a system using a Com+ layer built in VB6. I am now trying to use these components from VB.Net.
    I have added the component as reference and .Net seem to communicate with the component.

    I am using the following code to connect:
    [code=vbnet]
    Dim adm_event As Admin.Event
    adm_event = CreateObject("a dmin.event")
    [/code]

    While running the procedure I get the error:...
    See more | Go to post
    Last edited by Frinavale; Sep 29 '08, 06:24 PM. Reason: added [code] tags

  • Hi Purple and thank you for your reply.
    The mail server is emailarchitect.
    The web server is on a "stand alone" computer, not running under a domain. The name of the computer is global and the account is the local default Internet Guest account on global.

    We tried to put the web server in the domain (as global.domain.c om) in which the mail server is running (mailserver.dom ain.com), but then we couldn't log...
    See more | Go to post

    Leave a comment:


  • The application is written in VB....
    See more | Go to post

    Leave a comment:


  • Urgent help! smtp;501 local user must be authenticated at first.

    Hi,

    I am working with a web site that uses CDONTS from a function in a Com+ component to send mail to clients after sign up etc, as well as sending clients mail to support from a web form.

    A virtual default SMTP server is running in !!S (6.0)

    We have moved the system to a new server (Windows 2003 Server as the previous installation) and the mail worked fine a few days. Now we cannot send any mail from...
    See more | Go to post
No activity results to display
Show More
Working...