Click to See Complete Forum and Search --> : Create object
Mark_Meng
Jun 15th, 2001, 08:50 AM
We try to maintain an ASP application. I am pretty sure that it is written by Visual Interdev. But when we go to the directory, I saw every file except the project files. So I can not open the project by Visual interdev. Can any one explain? Second, I read the code which has a line server.createobject("xdee.starttransaction"). What is the best way to find that object? Thanks for help.
Cander
Jun 15th, 2001, 09:03 AM
There is nothing keeping you from opening the files in interdev.
How can you be sure it was written in interdev? ASP can be written in notepad too you know.
What do you mean find that object?
JoshT
Jun 15th, 2001, 10:38 AM
Second, I read the code which has a line server.createobject("xdee.starttransaction"). What is the best way to find that object?
I'd look around with the VB IDE add references box and the object browser.
monte96
Jun 15th, 2001, 10:49 AM
1) Open Interdev and select a NEW project- pick a place to save the local copy and give it a name.
2) Type in the server name when prompted, select whether you want local mode or master mode. Click Next.
3) Click on "Connect to an existing Web application on servername.
4) Use the dropdown list to select the name of the project you want to open.
5) Click Finish.
monte96
Jun 15th, 2001, 10:50 AM
Oh, and it sounds like your object is a MTS COM component.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.