Compile Error on Web Service Toolkit 2.01 code

T

TPhelps

I downloaded and installed the Office 2003 Web Service Toolkit 2.01. I wrote
a simple web service and added a macro to an excel spreadsheet to invoke it.
Works like a charm.

When I have a another user copy the spreadsheet and run it they get a
compiler error on the toolkit generated code (Private Function
IGCTMObjectFactory(ByVal par_WSMLNode As MSXML2.IXMLDOMNode) As Object. I
have them download and install the toolkit and they still receive the error.

We all have Windows XP Pro SP2, Office 2003 Pro SP2, .Net Framework 1.1 (I
have 2.0 as well)

Any help would be grealy appreciated!
 
W

Wei Lu [MSFT]

Hello Camper,

I would like to get the exactly error message you get in your user machine.

Also, please let me know which web service you use in your code. Did you
specify the correct web service reference in the Excel?

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
T

TPhelps

I get a dialog box titled "Microsoft Visual Basic".
The body reads "Compile error: Can't find project or library"

The macro stops in the Visual Basic editor at the line

Implements IGCTMObjectFactory
Private Function IGCTMObjectFactory_CreateObject(ByVal par_WSMLNode As
MSXML2.IXMLDOMNode) as Object
 
W

Wei Lu [MSFT]

Hello Camper,

It seems that I still need your excel file.

Could you please send it to me?

To reach me, please remove the ONLINE in my display email address.


Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
W

Wei Lu [MSFT]

Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top