|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
error 800a0046 ??
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 Zap wrote:
Show quote > Hello, Someone has already responded to your previous post on this topic. You> > 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 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 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 > Zap wrote:
> Hello, The first time you posted the question:> > Sorry, I'm never a response ?? > > Where you loked a response ?? > > Thank you > > Zap > > http://groups.google.com/group/microsoft.public.inetserver.asp.general/browse_frm/thread/64fd14d08877c5f9/66fac114aa9e7784#66fac114aa9e7784 -- Mike Brind 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 http://groups.google.com/group/microsoft.public.inetserver.asp.general/browse_frm/thread/64fd14d08877c5f9/66fac114aa9e7784#66fac114aa9e7784news: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: > > Show quote > > -- > Mike Brind > |
|||||||||||||||||||||||