Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > unable to create MSHTML.HTMLDocument COM object

Reply
Thread Tools

unable to create MSHTML.HTMLDocument COM object

 
 
Steve
Guest
Posts: n/a
 
      10-27-2006
hi ,
i'm trying to get a reference to the DOM of an HTML file by using
MSHTML from asp
set HTMLDoc=server.createObject("MSHTML.HTMLDocument")
but this is not workin , i get an "invalid class string"

now i've looked everywhere for a way around this but i found nothing
knowing that this can be done from ASP.Net ( C# or VB.Net )

i read someWhere on the net that this is impossible, so i tried to
write my own Windows Script Component to handle this but i also
couldn't find any documentation about the MSHTML.dll that could truly
help

so if any one knows somethin that could help, well i could use any kind
of help

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to create the pointer object of a class at run-time (gcc weaklinking of object) rippul C++ 7 11-28-2010 06:39 PM
System. Web. Services. Protocols. SoapException: Server was unable to process request.---> Object reference not set to an instance of an object. Florencio Laso ASP .Net Web Services 1 03-27-2007 11:48 AM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
Create an object on the fly knowing just an object type Just D. ASP .Net 2 05-07-2005 03:06 AM
RE: Unable to create com object - need help Roman Yakovenko Python 0 04-14-2004 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57