Hi,

I'm using IIS and windows XP.

I already install the aspsmartupload by
REGSVR32.EXE C:\Windows\System32\aspsmartupload.dll

and it is successful,

and I already copy the aspsmartuploadutil.dll to the C:\Window\System32
folder


but I still got "Invalid Class String" error when loading on ASP page
it points to CreateObject that failed

Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")


How should I fix it or what other area I should check (in details)

Regards,
Magix

Re: aspsmartupload with Invalid Calss String by Jon

Jon
Sat Feb 23 11:51:37 CST 2008

seems to be a common problem with that component.

google:

aspSmartUpload "Invalid Class String"





"magix" <magix@asia.com> wrote in message news:47c04c91$1_1@news.tm.net.my...
>
> Hi,
>
> I'm using IIS and windows XP.
>
> I already install the aspsmartupload by
> REGSVR32.EXE C:\Windows\System32\aspsmartupload.dll
>
> and it is successful,
>
> and I already copy the aspsmartuploadutil.dll to the C:\Window\System32 folder
>
>
> but I still got "Invalid Class String" error when loading on ASP page
> it points to CreateObject that failed
>
> Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
>
>
> How should I fix it or what other area I should check (in details)
>
> Regards,
> Magix
>



Re: aspsmartupload with Invalid Calss String by Brynn

Brynn
Sat Feb 23 14:04:52 CST 2008

If no one else is able to help you with that app ... here is an
article on another asp upload solution.

http://www.asp101.com/articles/jacob/scriptupload.asp

Re: aspsmartupload with Invalid Calss String by magix

magix
Sun Feb 24 00:19:18 CST 2008

I already did that before posting. But I still can't find a clue.
What will be the possible cause ? i.e dll not register properly ? or some
settings must be done at IIS level...

"Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot com> wrote in message
news:13s0n9anpmcsv6c@corp.supernews.com...
> seems to be a common problem with that component.
>
> google:
>
> aspSmartUpload "Invalid Class String"
>
>
>
>
>
> "magix" <magix@asia.com> wrote in message
> news:47c04c91$1_1@news.tm.net.my...
>>
>> Hi,
>>
>> I'm using IIS and windows XP.
>>
>> I already install the aspsmartupload by
>> REGSVR32.EXE C:\Windows\System32\aspsmartupload.dll
>>
>> and it is successful,
>>
>> and I already copy the aspsmartuploadutil.dll to the C:\Window\System32
>> folder
>>
>>
>> but I still got "Invalid Class String" error when loading on ASP page
>> it points to CreateObject that failed
>>
>> Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
>>
>>
>> How should I fix it or what other area I should check (in details)
>>
>> Regards,
>> Magix
>>
>
>



Re: aspsmartupload with Invalid Calss String by magix

magix
Sun Feb 24 00:21:31 CST 2008

I knew few aspupload solutions. But I just want to find out why this error
still persists on aspsmartupload, even though dll has been registered.
I'm already googling through, but just can't find the right clue..
if you guys have some checklists for me to check, that will be helpful..

"Brynn" <coolpier@gmail.com> wrote in message
news:08d84967-d755-4836-9ff8-fd6eb7757419@t66g2000hsf.googlegroups.com...
> If no one else is able to help you with that app ... here is an
> article on another asp upload solution.
>
> http://www.asp101.com/articles/jacob/scriptupload.asp



Re: aspsmartupload with Invalid Calss String by Anthony

Anthony
Sun Feb 24 06:36:17 CST 2008

"magix" <magix@asia.com> wrote in message
news:47c10ce8$1_1@news.tm.net.my...
> I knew few aspupload solutions. But I just want to find out why this error
> still persists on aspsmartupload, even though dll has been registered.
> I'm already googling through, but just can't find the right clue..
> if you guys have some checklists for me to check, that will be helpful..
>
> "Brynn" <coolpier@gmail.com> wrote in message
> news:08d84967-d755-4836-9ff8-fd6eb7757419@t66g2000hsf.googlegroups.com...
> > If no one else is able to help you with that app ... here is an
> > article on another asp upload solution.
> >
> > http://www.asp101.com/articles/jacob/scriptupload.asp
>
>

The first thing I would do is create a little .vbs VBScript file :-

Dim o : Set o = CreateObject("aspSmartUpload.SmartUpload")

If this fails then there is something wrong with the way the component is
registered. If not then its something specific to the ASP context.

Try turning off anonymous access and turning on windows integrated access.
Make sure sure IE considers your site to be in the intranet zone and attempt
to access the page. What happens?

--
Anthony Jones - MVP ASP/ASP.NET



Re: aspsmartupload with Invalid Calss String by Jeff

Jeff
Mon Feb 25 13:57:22 CST 2008

Did you go through the Google first post? Do have the include file
mentioned?

Jeff

"magix" <magix@asia.com> wrote in message
news:47c10ce8$1_1@news.tm.net.my...
>I knew few aspupload solutions. But I just want to find out why this error
>still persists on aspsmartupload, even though dll has been registered.
> I'm already googling through, but just can't find the right clue..
> if you guys have some checklists for me to check, that will be helpful..
>
> "Brynn" <coolpier@gmail.com> wrote in message
> news:08d84967-d755-4836-9ff8-fd6eb7757419@t66g2000hsf.googlegroups.com...
>> If no one else is able to help you with that app ... here is an
>> article on another asp upload solution.
>>
>> http://www.asp101.com/articles/jacob/scriptupload.asp
>
>