Is this a bug in the WSC 
Author Message
 Is this a bug in the WSC

I am tying to register the Windows Script Component as DCOM by adding
remotable=true to the registration element:

<registration
 description="Membership"
 progid="Membership.WSC"
 version="1.00"
 classid="{b99b0540-4df4-11d4-8299-0050da17af8e}"
 remotable=true/>

However, when the remotable flag is set, I get an "Expecting an attribute
value enclosed in quotes" error
and it won't register.  If I use quotes it registers OK, but it isn't
accessible as a DCOM. Should or
shouldn't be quotes? I would think that there shouldn't be?!?

--
Sam



Tue, 17 Dec 2002 03:00:00 GMT  
 Is this a bug in the WSC
The quotes are required...

Any problems that you may have with accessing the components via DCOM have to with your DCOM
configuration on the remote server side.  I've never tried remote WSCs with *just* DCOM though I
have successfully used WSCs as remote MTS components.  In either scenario (straight DCOM or MTS),
the WSC still needs to be registered on both the client and the server.

--
Michael Harris
MVP Scripting

I am tying to register the Windows Script Component as DCOM by adding
remotable=true to the registration element:

<registration
 description="Membership"
 progid="Membership.WSC"
 version="1.00"
 classid="{b99b0540-4df4-11d4-8299-0050da17af8e}"
 remotable=true/>

However, when the remotable flag is set, I get an "Expecting an attribute
value enclosed in quotes" error
and it won't register.  If I use quotes it registers OK, but it isn't
accessible as a DCOM. Should or
shouldn't be quotes? I would think that there shouldn't be?!?

--
Sam



Tue, 17 Dec 2002 03:00:00 GMT  
 Is this a bug in the WSC
It's not working.  Is there a resource on the web that talks about creating
DCOM with VB 6 enterprise?
I found something similar in MS Knowledge base (article Q161837) but it is
for VB 5.  Thanks.


Quote:
> The quotes are required...

> Any problems that you may have with accessing the components via DCOM have
to with your DCOM
> configuration on the remote server side.  I've never tried remote WSCs

with *just* DCOM though I
Quote:
> have successfully used WSCs as remote MTS components.  In either scenario

(straight DCOM or MTS),
Quote:
> the WSC still needs to be registered on both the client and the server.

> --
> Michael Harris
> MVP Scripting




Quote:
> I am tying to register the Windows Script Component as DCOM by adding
> remotable=true to the registration element:

> <registration
>  description="Membership"
>  progid="Membership.WSC"
>  version="1.00"
>  classid="{b99b0540-4df4-11d4-8299-0050da17af8e}"
>  remotable=true/>

> However, when the remotable flag is set, I get an "Expecting an attribute
> value enclosed in quotes" error
> and it won't register.  If I use quotes it registers OK, but it isn't
> accessible as a DCOM. Should or
> shouldn't be quotes? I would think that there shouldn't be?!?

> --
> Sam



Tue, 17 Dec 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. WSC CreateObject fails: Bug in WSH 5.6?

2. is this a bug or am i crazy?

3. MDI-problem-am i stupid or is it a bug -2 icons in menubar

4. Bug in D3DXQuaternionRotationMatrix - or am I stupid?

5. IDE BUGs, BUGs, BUGs....

6. BUGS BUGS BUGS!

7. Project98 OLE & VB: bugs, bugs, bugs

8. I am trying to update a record, i am not using data control

9. I am learning VB.NET and am wondering....

10. I am trying to update a record, i am not using data control

11. Alternative for WSC?

12. wsc OK i cracked it ...Events + polling

 

 
Powered by phpBB® Forum Software