Home All Groups Group Topic Archive Search About


Author
1 Mar 2006 9:04 PM
Zap
Hello,

This my code in asp :

<%
set spvoice = server.createobject("SAPI.SpVoice")
set spfilestream = server.createobject("SAPI.SpFileStream")
rem spfilestream .Format.Type = 6


spfilestream.open Server.MapPath("test02.wav"),3
'spfilestream.open "test01.wav",3
Set spvoice.AudioOutputStream = spfilestream
spvoice.Speak "Hello World"
spfilestream.close
%>

This code genere a error :

Microsoft VBScript runtime error '800a0046'

Permission denied

test.asp, line 10

I looked :
http://support.microsoft.com/?scid=...3042&sid=global

But not this problem..

If you have a solution in asp or asp.net ??

Thank you

Zap

Author
1 Mar 2006 10:19 PM
Mike Brind
Zap wrote:
Show quote
> Hello,
>
> This my code in asp :
>
> <%
> set spvoice = server.createobject("SAPI.SpVoice")
> set spfilestream = server.createobject("SAPI.SpFileStream")
> rem spfilestream .Format.Type = 6
>
>
> spfilestream.open Server.MapPath("test02.wav"),3
> 'spfilestream.open "test01.wav",3
> Set spvoice.AudioOutputStream = spfilestream
> spvoice.Speak "Hello World"
> spfilestream.close
> %>
>
> This code genere a error :
>
> Microsoft VBScript runtime error '800a0046'
>
> Permission denied
>
> test.asp, line 10
>
> I looked :
> http://support.microsoft.com/?scid=...3042&sid=global
>
> But not this problem..
>
> If you have a solution in asp or asp.net ??
>
> Thank you
>
> Zap

Someone has already responded to your previous post on this topic.  You
have ignored their request for clarification and posted your question
again.  Repeated posting of the same question will not  increase the
likelihood of helpful responses to your problem.

--
Mike Brind
Author
2 Mar 2006 5:14 AM
Zap
Hello,

Sorry, I'm never a response ??

Where you loked a response ??

Thank you

Zap


Show quote
"Mike Brind" <paxton***@hotmail.com> wrote in message
news:1141251596.753135.303510@z34g2000cwc.googlegroups.com...
>
> Zap wrote:
> > Hello,
> >
> > This my code in asp :
> >
> > <%
> > set spvoice = server.createobject("SAPI.SpVoice")
> > set spfilestream = server.createobject("SAPI.SpFileStream")
> > rem spfilestream .Format.Type = 6
> >
> >
> > spfilestream.open Server.MapPath("test02.wav"),3
> > 'spfilestream.open "test01.wav",3
> > Set spvoice.AudioOutputStream = spfilestream
> > spvoice.Speak "Hello World"
> > spfilestream.close
> > %>
> >
> > This code genere a error :
> >
> > Microsoft VBScript runtime error '800a0046'
> >
> > Permission denied
> >
> > test.asp, line 10
> >
> > I looked :
> > http://support.microsoft.com/?scid=...3042&sid=global
> >
> > But not this problem..
> >
> > If you have a solution in asp or asp.net ??
> >
> > Thank you
> >
> > Zap
>
> Someone has already responded to your previous post on this topic.  You
> have ignored their request for clarification and posted your question
> again.  Repeated posting of the same question will not  increase the
> likelihood of helpful responses to your problem.
>
> --
> Mike Brind
>
Author
2 Mar 2006 8:12 AM
Mike Brind
Zap wrote:
> Hello,
>
> Sorry, I'm never a response ??
>
> Where you loked a response ??
>
> Thank you
>
> Zap
>
>

The first time you posted the question:

http://groups.google.com/group/microsoft.public.inetserver.asp.general/browse_frm/thread/64fd14d08877c5f9/66fac114aa9e7784#66fac114aa9e7784

--
Mike Brind
Author
2 Mar 2006 3:13 PM
Zap
I'm in outlook express and I'don't look this response !!

I'm very sorry but I don't understand !!

Zap

Show quote
"Mike Brind" <paxton***@hotmail.com> wrote in message
news:1141287179.005994.265530@u72g2000cwu.googlegroups.com...
>
> Zap wrote:
> > Hello,
> >
> > Sorry, I'm never a response ??
> >
> > Where you loked a response ??
> >
> > Thank you
> >
> > Zap
> >
> >
>
> The first time you posted the question:
>
>
http://groups.google.com/group/microsoft.public.inetserver.asp.general/browse_frm/thread/64fd14d08877c5f9/66fac114aa9e7784#66fac114aa9e7784
Show quote
>
> --
> Mike Brind
>

AddThis Social Bookmark Button