473,407 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Microsoft Speech SDK 5.1

Hi all, is there any one who have developed an application in c# using a
text-speech engine using the Microsoft Speech SDK 5.1 especially using visual
studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error and cant
seem to resolve it! help!
--
The Matrix Insurrection
Nov 17 '05 #1
16 7510
I'm currently using the SDK in a C# app (VS 2003). Having no problems at
all with it compiling, what error are you seeing?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:77**********************************@microsof t.com...
Hi all, is there any one who have developed an application in c# using a
text-speech engine using the Microsoft Speech SDK 5.1 especially using
visual
studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error and
cant
seem to resolve it! help!
--
The Matrix Insurrection

Nov 17 '05 #2
Hi Adam, below is my original problem which i found when trying to compile
the simple TTS application which another person had an issue with as stated
below by me:
Hi found this article on a discussion group while i was searching on how to
resolve exacly the same issue...so rather than repeating the writing i have
pasted it below :

{{{{{I am having some problem with the SimpleTTS for C# and Speech List Box
for C
# examples in the Microsoft Speech SDK 5.1. When I try to build the samples
I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or name
space name 'SpeechLib' could not be found (are you missing a using directive
or an assembly reference?)

Then, in an attempt to add the reference - I add a reference to Interop.Spee
chLib.dll, which is in the bin directory. However, after adding the referenc
e I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36): 'SimpleTTS.MainF
orm.Dispose()' : cannot override inherited member 'System.ComponentModel.Com
ponent.Dispose()' because it is not marked virtual, abstract, or override
Any feedback would be appreciated,}}}}}}

below is the full link to the above article in the discussion group i found
it at and solutions from replying users but did not seem to work, the guy who
posted it tried and i also tried!!!

has anyone encountered this and had any luck??
--
The Matrix Insurrection

--
The Matrix Insurrection
"Adam Clauss" wrote:
I'm currently using the SDK in a C# app (VS 2003). Having no problems at
all with it compiling, what error are you seeing?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:77**********************************@microsof t.com...
Hi all, is there any one who have developed an application in c# using a
text-speech engine using the Microsoft Speech SDK 5.1 especially using
visual
studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error and
cant
seem to resolve it! help!
--
The Matrix Insurrection


Nov 17 '05 #3
How did you actually go about adding the referecne? Went to Add Reference,
COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Hi Adam, below is my original problem which i found when trying to compile
the simple TTS application which another person had an issue with as
stated
below by me:
Hi found this article on a discussion group while i was searching on how
to
resolve exacly the same issue...so rather than repeating the writing i
have
pasted it below :

{{{{{I am having some problem with the SimpleTTS for C# and Speech List
Box
for C
# examples in the Microsoft Speech SDK 5.1. When I try to build the
samples
I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
name
space name 'SpeechLib' could not be found (are you missing a using
directive
or an assembly reference?)

Then, in an attempt to add the reference - I add a reference to
Interop.Spee
chLib.dll, which is in the bin directory. However, after adding the
referenc
e I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
'SimpleTTS.MainF
orm.Dispose()' : cannot override inherited member
'System.ComponentModel.Com
ponent.Dispose()' because it is not marked virtual, abstract, or override
Any feedback would be appreciated,}}}}}}

below is the full link to the above article in the discussion group i
found
it at and solutions from replying users but did not seem to work, the guy
who
posted it tried and i also tried!!!

has anyone encountered this and had any luck??
--
The Matrix Insurrection

--
The Matrix Insurrection
"Adam Clauss" wrote:
I'm currently using the SDK in a C# app (VS 2003). Having no problems at
all with it compiling, what error are you seeing?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:77**********************************@microsof t.com...
> Hi all, is there any one who have developed an application in c# using
> a
> text-speech engine using the Microsoft Speech SDK 5.1 especially using
> visual
> studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
> and
> cant
> seem to resolve it! help!
> --
> The Matrix Insurrection


Nov 17 '05 #4
Although... it's odd. The sample should come with the reference already
added - mine did...

--
Adam Clauss

"Adam Clauss" <ca*****@tamu.edu> wrote in message
news:11*************@corp.supernews.com...
How did you actually go about adding the referecne? Went to Add
Reference, COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Hi Adam, below is my original problem which i found when trying to
compile
the simple TTS application which another person had an issue with as
stated
below by me:
Hi found this article on a discussion group while i was searching on how
to
resolve exacly the same issue...so rather than repeating the writing i
have
pasted it below :

{{{{{I am having some problem with the SimpleTTS for C# and Speech List
Box
for C
# examples in the Microsoft Speech SDK 5.1. When I try to build the
samples
I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
name
space name 'SpeechLib' could not be found (are you missing a using
directive
or an assembly reference?)

Then, in an attempt to add the reference - I add a reference to
Interop.Spee
chLib.dll, which is in the bin directory. However, after adding the
referenc
e I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
'SimpleTTS.MainF
orm.Dispose()' : cannot override inherited member
'System.ComponentModel.Com
ponent.Dispose()' because it is not marked virtual, abstract, or override
Any feedback would be appreciated,}}}}}}

below is the full link to the above article in the discussion group i
found
it at and solutions from replying users but did not seem to work, the guy
who
posted it tried and i also tried!!!

has anyone encountered this and had any luck??
--
The Matrix Insurrection

--
The Matrix Insurrection
"Adam Clauss" wrote:
I'm currently using the SDK in a C# app (VS 2003). Having no problems
at
all with it compiling, what error are you seeing?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:77**********************************@microsof t.com...
> Hi all, is there any one who have developed an application in c# using
> a
> text-speech engine using the Microsoft Speech SDK 5.1 especially using
> visual
> studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
> and
> cant
> seem to resolve it! help!
> --
> The Matrix Insurrection


Nov 17 '05 #5
Hi Adam, thatis what i did...i went to the add reference/com tab then browsed
to the Bin directory to added the Interop.SpeechLib and the namespace in the
file, when i build it i get build errors and when it prompts me in the
dialogue box "if i want to continue" i click yes and then i get this error in
a messagebox :

Visual Studio cannot start debugging because the debug target'C:\Program
Files\ Microsoft Speech SDK
5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please build
the broject and retry.

and that is all i get when i try to biuld/compile the project
did you experience this ?

--
The Matrix Insurrection
"Adam Clauss" wrote:
How did you actually go about adding the referecne? Went to Add Reference,
COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Hi Adam, below is my original problem which i found when trying to compile
the simple TTS application which another person had an issue with as
stated
below by me:
Hi found this article on a discussion group while i was searching on how
to
resolve exacly the same issue...so rather than repeating the writing i
have
pasted it below :

{{{{{I am having some problem with the SimpleTTS for C# and Speech List
Box
for C
# examples in the Microsoft Speech SDK 5.1. When I try to build the
samples
I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
name
space name 'SpeechLib' could not be found (are you missing a using
directive
or an assembly reference?)

Then, in an attempt to add the reference - I add a reference to
Interop.Spee
chLib.dll, which is in the bin directory. However, after adding the
referenc
e I get the following error:

F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
'SimpleTTS.MainF
orm.Dispose()' : cannot override inherited member
'System.ComponentModel.Com
ponent.Dispose()' because it is not marked virtual, abstract, or override
Any feedback would be appreciated,}}}}}}

below is the full link to the above article in the discussion group i
found
it at and solutions from replying users but did not seem to work, the guy
who
posted it tried and i also tried!!!

has anyone encountered this and had any luck??
--
The Matrix Insurrection

--
The Matrix Insurrection
"Adam Clauss" wrote:
I'm currently using the SDK in a C# app (VS 2003). Having no problems at
all with it compiling, what error are you seeing?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:77**********************************@microsof t.com...
> Hi all, is there any one who have developed an application in c# using
> a
> text-speech engine using the Microsoft Speech SDK 5.1 especially using
> visual
> studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
> and
> cant
> seem to resolve it! help!
> --
> The Matrix Insurrection


Nov 17 '05 #6
No no - don't go to the bin directory and add the reference there. Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
Hi Adam, thatis what i did...i went to the add reference/com tab then
browsed
to the Bin directory to added the Interop.SpeechLib and the namespace in
the
file, when i build it i get build errors and when it prompts me in the
dialogue box "if i want to continue" i click yes and then i get this error
in
a messagebox :

Visual Studio cannot start debugging because the debug target'C:\Program
Files\ Microsoft Speech SDK
5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
build
the broject and retry.

and that is all i get when i try to biuld/compile the project
did you experience this ?

--
The Matrix Insurrection
"Adam Clauss" wrote:
How did you actually go about adding the referecne? Went to Add
Reference,
COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
> Hi Adam, below is my original problem which i found when trying to
> compile
> the simple TTS application which another person had an issue with as
> stated
> below by me:
>
>
> Hi found this article on a discussion group while i was searching on
> how
> to
> resolve exacly the same issue...so rather than repeating the writing i
> have
> pasted it below :
>
> {{{{{I am having some problem with the SimpleTTS for C# and Speech List
> Box
> for C
> # examples in the Microsoft Speech SDK 5.1. When I try to build the
> samples
> I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
> name
> space name 'SpeechLib' could not be found (are you missing a using
> directive
> or an assembly reference?)
>
> Then, in an attempt to add the reference - I add a reference to
> Interop.Spee
> chLib.dll, which is in the bin directory. However, after adding the
> referenc
> e I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
> 'SimpleTTS.MainF
> orm.Dispose()' : cannot override inherited member
> 'System.ComponentModel.Com
> ponent.Dispose()' because it is not marked virtual, abstract, or
> override
>
>
> Any feedback would be appreciated,}}}}}}
>
> below is the full link to the above article in the discussion group i
> found
> it at and solutions from replying users but did not seem to work, the
> guy
> who
> posted it tried and i also tried!!!
>
> has anyone encountered this and had any luck??
> --
> The Matrix Insurrection
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> I'm currently using the SDK in a C# app (VS 2003). Having no problems
>> at
>> all with it compiling, what error are you seeing?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:77**********************************@microsof t.com...
>> > Hi all, is there any one who have developed an application in c#
>> > using
>> > a
>> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> > using
>> > visual
>> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
>> > and
>> > cant
>> > seem to resolve it! help!
>> > --
>> > The Matrix Insurrection
>>
>>
>>


Nov 17 '05 #7
Hi Adam o.k i removed the one from the bin directory and added the one from
the com list and still have the "using SpeechLib" as that is what it appears
as in the reference solution explorer (SpeechLib)...recompiled it still the
same issue
--
The Matrix Insurrection
"Adam Clauss" wrote:
No no - don't go to the bin directory and add the reference there. Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
Hi Adam, thatis what i did...i went to the add reference/com tab then
browsed
to the Bin directory to added the Interop.SpeechLib and the namespace in
the
file, when i build it i get build errors and when it prompts me in the
dialogue box "if i want to continue" i click yes and then i get this error
in
a messagebox :

Visual Studio cannot start debugging because the debug target'C:\Program
Files\ Microsoft Speech SDK
5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
build
the broject and retry.

and that is all i get when i try to biuld/compile the project
did you experience this ?

--
The Matrix Insurrection
"Adam Clauss" wrote:
How did you actually go about adding the referecne? Went to Add
Reference,
COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
> Hi Adam, below is my original problem which i found when trying to
> compile
> the simple TTS application which another person had an issue with as
> stated
> below by me:
>
>
> Hi found this article on a discussion group while i was searching on
> how
> to
> resolve exacly the same issue...so rather than repeating the writing i
> have
> pasted it below :
>
> {{{{{I am having some problem with the SimpleTTS for C# and Speech List
> Box
> for C
> # examples in the Microsoft Speech SDK 5.1. When I try to build the
> samples
> I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
> name
> space name 'SpeechLib' could not be found (are you missing a using
> directive
> or an assembly reference?)
>
> Then, in an attempt to add the reference - I add a reference to
> Interop.Spee
> chLib.dll, which is in the bin directory. However, after adding the
> referenc
> e I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
> 'SimpleTTS.MainF
> orm.Dispose()' : cannot override inherited member
> 'System.ComponentModel.Com
> ponent.Dispose()' because it is not marked virtual, abstract, or
> override
>
>
> Any feedback would be appreciated,}}}}}}
>
> below is the full link to the above article in the discussion group i
> found
> it at and solutions from replying users but did not seem to work, the
> guy
> who
> posted it tried and i also tried!!!
>
> has anyone encountered this and had any luck??
> --
> The Matrix Insurrection
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> I'm currently using the SDK in a C# app (VS 2003). Having no problems
>> at
>> all with it compiling, what error are you seeing?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:77**********************************@microsof t.com...
>> > Hi all, is there any one who have developed an application in c#
>> > using
>> > a
>> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> > using
>> > visual
>> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
>> > and
>> > cant
>> > seem to resolve it! help!
>> > --
>> > The Matrix Insurrection
>>
>>
>>


Nov 17 '05 #8
OK... find that line where Dispose is declared...
replace that method with:
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (components != null)
components.Dispose();
}
Now that I think back, I actually think I had the same problem - it isn't
actually a problem with the speechlib at all, just a change that was made in
Dispose. (AKA - you could create your own app, add a reference to SpeechLib
and it would work fine). This change should fix the SimpleTTS app though.

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:E0**********************************@microsof t.com...
Hi Adam o.k i removed the one from the bin directory and added the one
from
the com list and still have the "using SpeechLib" as that is what it
appears
as in the reference solution explorer (SpeechLib)...recompiled it still
the
same issue
--
The Matrix Insurrection
"Adam Clauss" wrote:
No no - don't go to the bin directory and add the reference there.
Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
> Hi Adam, thatis what i did...i went to the add reference/com tab then
> browsed
> to the Bin directory to added the Interop.SpeechLib and the namespace
> in
> the
> file, when i build it i get build errors and when it prompts me in the
> dialogue box "if i want to continue" i click yes and then i get this
> error
> in
> a messagebox :
>
> Visual Studio cannot start debugging because the debug
> target'C:\Program
> Files\ Microsoft Speech SDK
> 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
> build
> the broject and retry.
>
> and that is all i get when i try to biuld/compile the project
> did you experience this ?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> How did you actually go about adding the referecne? Went to Add
>> Reference,
>> COM tab, and selected the Microsoft Speech Object Library?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:EA**********************************@microsof t.com...
>> > Hi Adam, below is my original problem which i found when trying to
>> > compile
>> > the simple TTS application which another person had an issue with as
>> > stated
>> > below by me:
>> >
>> >
>> > Hi found this article on a discussion group while i was searching on
>> > how
>> > to
>> > resolve exacly the same issue...so rather than repeating the
>> > writing i
>> > have
>> > pasted it below :
>> >
>> > {{{{{I am having some problem with the SimpleTTS for C# and Speech
>> > List
>> > Box
>> > for C
>> > # examples in the Microsoft Speech SDK 5.1. When I try to build the
>> > samples
>> > I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type
>> > or
>> > name
>> > space name 'SpeechLib' could not be found (are you missing a using
>> > directive
>> > or an assembly reference?)
>> >
>> > Then, in an attempt to add the reference - I add a reference to
>> > Interop.Spee
>> > chLib.dll, which is in the bin directory. However, after adding the
>> > referenc
>> > e I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> > 'SimpleTTS.MainF
>> > orm.Dispose()' : cannot override inherited member
>> > 'System.ComponentModel.Com
>> > ponent.Dispose()' because it is not marked virtual, abstract, or
>> > override
>> >
>> >
>> > Any feedback would be appreciated,}}}}}}
>> >
>> > below is the full link to the above article in the discussion group
>> > i
>> > found
>> > it at and solutions from replying users but did not seem to work,
>> > the
>> > guy
>> > who
>> > posted it tried and i also tried!!!
>> >
>> > has anyone encountered this and had any luck??
>> > --
>> > The Matrix Insurrection
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> problems
>> >> at
>> >> all with it compiling, what error are you seeing?
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:77**********************************@microsof t.com...
>> >> > Hi all, is there any one who have developed an application in c#
>> >> > using
>> >> > a
>> >> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> >> > using
>> >> > visual
>> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
>> >> > error
>> >> > and
>> >> > cant
>> >> > seem to resolve it! help!
>> >> > --
>> >> > The Matrix Insurrection
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #9
just to crosscheck my vs.net is the same version and environment as
yours...mine is:

Microsoft development environment 2003 Version 7.1.3088
Copyright 1987-2002 Microsoft Corporation all rights reserved

Microsoft .Net Framework 1.1 version 1.1.4322
Copyright 1987-2002 Microsoft Corporation all rights reserved

from the Help menu/about dialogue... are they the same or different?

--
The Matrix Insurrection
"Adam Clauss" wrote:
No no - don't go to the bin directory and add the reference there. Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
Hi Adam, thatis what i did...i went to the add reference/com tab then
browsed
to the Bin directory to added the Interop.SpeechLib and the namespace in
the
file, when i build it i get build errors and when it prompts me in the
dialogue box "if i want to continue" i click yes and then i get this error
in
a messagebox :

Visual Studio cannot start debugging because the debug target'C:\Program
Files\ Microsoft Speech SDK
5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
build
the broject and retry.

and that is all i get when i try to biuld/compile the project
did you experience this ?

--
The Matrix Insurrection
"Adam Clauss" wrote:
How did you actually go about adding the referecne? Went to Add
Reference,
COM tab, and selected the Microsoft Speech Object Library?

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
> Hi Adam, below is my original problem which i found when trying to
> compile
> the simple TTS application which another person had an issue with as
> stated
> below by me:
>
>
> Hi found this article on a discussion group while i was searching on
> how
> to
> resolve exacly the same issue...so rather than repeating the writing i
> have
> pasted it below :
>
> {{{{{I am having some problem with the SimpleTTS for C# and Speech List
> Box
> for C
> # examples in the Microsoft Speech SDK 5.1. When I try to build the
> samples
> I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type or
> name
> space name 'SpeechLib' could not be found (are you missing a using
> directive
> or an assembly reference?)
>
> Then, in an attempt to add the reference - I add a reference to
> Interop.Spee
> chLib.dll, which is in the bin directory. However, after adding the
> referenc
> e I get the following error:
>
> F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
> 'SimpleTTS.MainF
> orm.Dispose()' : cannot override inherited member
> 'System.ComponentModel.Com
> ponent.Dispose()' because it is not marked virtual, abstract, or
> override
>
>
> Any feedback would be appreciated,}}}}}}
>
> below is the full link to the above article in the discussion group i
> found
> it at and solutions from replying users but did not seem to work, the
> guy
> who
> posted it tried and i also tried!!!
>
> has anyone encountered this and had any luck??
> --
> The Matrix Insurrection
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> I'm currently using the SDK in a C# app (VS 2003). Having no problems
>> at
>> all with it compiling, what error are you seeing?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:77**********************************@microsof t.com...
>> > Hi all, is there any one who have developed an application in c#
>> > using
>> > a
>> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> > using
>> > visual
>> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling error
>> > and
>> > cant
>> > seem to resolve it! help!
>> > --
>> > The Matrix Insurrection
>>
>>
>>


Nov 17 '05 #10
Same, except for .NET 1.1.4322 SP1

(service pack 1)

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EB**********************************@microsof t.com...
just to crosscheck my vs.net is the same version and environment as
yours...mine is:

Microsoft development environment 2003 Version 7.1.3088
Copyright 1987-2002 Microsoft Corporation all rights reserved

Microsoft .Net Framework 1.1 version 1.1.4322
Copyright 1987-2002 Microsoft Corporation all rights reserved

from the Help menu/about dialogue... are they the same or different?

--
The Matrix Insurrection
"Adam Clauss" wrote:
No no - don't go to the bin directory and add the reference there.
Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
> Hi Adam, thatis what i did...i went to the add reference/com tab then
> browsed
> to the Bin directory to added the Interop.SpeechLib and the namespace
> in
> the
> file, when i build it i get build errors and when it prompts me in the
> dialogue box "if i want to continue" i click yes and then i get this
> error
> in
> a messagebox :
>
> Visual Studio cannot start debugging because the debug
> target'C:\Program
> Files\ Microsoft Speech SDK
> 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
> build
> the broject and retry.
>
> and that is all i get when i try to biuld/compile the project
> did you experience this ?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> How did you actually go about adding the referecne? Went to Add
>> Reference,
>> COM tab, and selected the Microsoft Speech Object Library?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:EA**********************************@microsof t.com...
>> > Hi Adam, below is my original problem which i found when trying to
>> > compile
>> > the simple TTS application which another person had an issue with as
>> > stated
>> > below by me:
>> >
>> >
>> > Hi found this article on a discussion group while i was searching on
>> > how
>> > to
>> > resolve exacly the same issue...so rather than repeating the
>> > writing i
>> > have
>> > pasted it below :
>> >
>> > {{{{{I am having some problem with the SimpleTTS for C# and Speech
>> > List
>> > Box
>> > for C
>> > # examples in the Microsoft Speech SDK 5.1. When I try to build the
>> > samples
>> > I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type
>> > or
>> > name
>> > space name 'SpeechLib' could not be found (are you missing a using
>> > directive
>> > or an assembly reference?)
>> >
>> > Then, in an attempt to add the reference - I add a reference to
>> > Interop.Spee
>> > chLib.dll, which is in the bin directory. However, after adding the
>> > referenc
>> > e I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> > 'SimpleTTS.MainF
>> > orm.Dispose()' : cannot override inherited member
>> > 'System.ComponentModel.Com
>> > ponent.Dispose()' because it is not marked virtual, abstract, or
>> > override
>> >
>> >
>> > Any feedback would be appreciated,}}}}}}
>> >
>> > below is the full link to the above article in the discussion group
>> > i
>> > found
>> > it at and solutions from replying users but did not seem to work,
>> > the
>> > guy
>> > who
>> > posted it tried and i also tried!!!
>> >
>> > has anyone encountered this and had any luck??
>> > --
>> > The Matrix Insurrection
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> problems
>> >> at
>> >> all with it compiling, what error are you seeing?
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:77**********************************@microsof t.com...
>> >> > Hi all, is there any one who have developed an application in c#
>> >> > using
>> >> > a
>> >> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> >> > using
>> >> > visual
>> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
>> >> > error
>> >> > and
>> >> > cant
>> >> > seem to resolve it! help!
>> >> > --
>> >> > The Matrix Insurrection
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #11
o.k so which seervice pack are you using an earlier one? or a later one...

also more specifically i get this error:

C:\Program Files\Microsoft Speech SDK
5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36): 'SimpleTTS.MainForm.Dispose()'
: cannot override inherited member
'System.ComponentModel.Component.Dispose()' because it is not marked virtual,
abstract, or override

but i have checked using the object browser and the Base.Dispose()it is
marked 'virtual' ..
so why is this driving me nuts..and not working any further ideas..?

--
The Matrix Insurrection
"Adam Clauss" wrote:
Same, except for .NET 1.1.4322 SP1

(service pack 1)

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EB**********************************@microsof t.com...
just to crosscheck my vs.net is the same version and environment as
yours...mine is:

Microsoft development environment 2003 Version 7.1.3088
Copyright 1987-2002 Microsoft Corporation all rights reserved

Microsoft .Net Framework 1.1 version 1.1.4322
Copyright 1987-2002 Microsoft Corporation all rights reserved

from the Help menu/about dialogue... are they the same or different?

--
The Matrix Insurrection
"Adam Clauss" wrote:
No no - don't go to the bin directory and add the reference there.
Scroll
through the COM list for the "Microsoft Speech Object Library".

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:07**********************************@microsof t.com...
> Hi Adam, thatis what i did...i went to the add reference/com tab then
> browsed
> to the Bin directory to added the Interop.SpeechLib and the namespace
> in
> the
> file, when i build it i get build errors and when it prompts me in the
> dialogue box "if i want to continue" i click yes and then i get this
> error
> in
> a messagebox :
>
> Visual Studio cannot start debugging because the debug
> target'C:\Program
> Files\ Microsoft Speech SDK
> 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
> build
> the broject and retry.
>
> and that is all i get when i try to biuld/compile the project
> did you experience this ?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> How did you actually go about adding the referecne? Went to Add
>> Reference,
>> COM tab, and selected the Microsoft Speech Object Library?
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:EA**********************************@microsof t.com...
>> > Hi Adam, below is my original problem which i found when trying to
>> > compile
>> > the simple TTS application which another person had an issue with as
>> > stated
>> > below by me:
>> >
>> >
>> > Hi found this article on a discussion group while i was searching on
>> > how
>> > to
>> > resolve exacly the same issue...so rather than repeating the
>> > writing i
>> > have
>> > pasted it below :
>> >
>> > {{{{{I am having some problem with the SimpleTTS for C# and Speech
>> > List
>> > Box
>> > for C
>> > # examples in the Microsoft Speech SDK 5.1. When I try to build the
>> > samples
>> > I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type
>> > or
>> > name
>> > space name 'SpeechLib' could not be found (are you missing a using
>> > directive
>> > or an assembly reference?)
>> >
>> > Then, in an attempt to add the reference - I add a reference to
>> > Interop.Spee
>> > chLib.dll, which is in the bin directory. However, after adding the
>> > referenc
>> > e I get the following error:
>> >
>> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> > 'SimpleTTS.MainF
>> > orm.Dispose()' : cannot override inherited member
>> > 'System.ComponentModel.Com
>> > ponent.Dispose()' because it is not marked virtual, abstract, or
>> > override
>> >
>> >
>> > Any feedback would be appreciated,}}}}}}
>> >
>> > below is the full link to the above article in the discussion group
>> > i
>> > found
>> > it at and solutions from replying users but did not seem to work,
>> > the
>> > guy
>> > who
>> > posted it tried and i also tried!!!
>> >
>> > has anyone encountered this and had any luck??
>> > --
>> > The Matrix Insurrection
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> problems
>> >> at
>> >> all with it compiling, what error are you seeing?
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:77**********************************@microsof t.com...
>> >> > Hi all, is there any one who have developed an application in c#
>> >> > using
>> >> > a
>> >> > text-speech engine using the Microsoft Speech SDK 5.1 especially
>> >> > using
>> >> > visual
>> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
>> >> > error
>> >> > and
>> >> > cant
>> >> > seem to resolve it! help!
>> >> > --
>> >> > The Matrix Insurrection
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #12
I have a service pack 1 for .NET 1.1, you do not. You probably should get
it (though I do not think it is related to this error). WindowsUpdate will
have it listed.

Look at my earlier post, see if that fixes it:
<snip>
OK... find that line where Dispose is declared...
replace that method with:
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (components != null)
components.Dispose();
}
Now that I think back, I actually think I had the same problem - it isn't
actually a problem with the speechlib at all, just a change that was made in
Dispose. (AKA - you could create your own app, add a reference to SpeechLib
and it would work fine). This change should fix the SimpleTTS app though.

--
Adam Clauss
</snip>

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:CE**********************************@microsof t.com...
o.k so which seervice pack are you using an earlier one? or a later one...

also more specifically i get this error:

C:\Program Files\Microsoft Speech SDK
5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36):
'SimpleTTS.MainForm.Dispose()'
: cannot override inherited member
'System.ComponentModel.Component.Dispose()' because it is not marked
virtual,
abstract, or override

but i have checked using the object browser and the Base.Dispose()it is
marked 'virtual' ..
so why is this driving me nuts..and not working any further ideas..?

--
The Matrix Insurrection
"Adam Clauss" wrote:
Same, except for .NET 1.1.4322 SP1

(service pack 1)

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EB**********************************@microsof t.com...
> just to crosscheck my vs.net is the same version and environment as
> yours...mine is:
>
> Microsoft development environment 2003 Version 7.1.3088
> Copyright 1987-2002 Microsoft Corporation all rights reserved
>
> Microsoft .Net Framework 1.1 version 1.1.4322
> Copyright 1987-2002 Microsoft Corporation all rights reserved
>
> from the Help menu/about dialogue... are they the same or different?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> No no - don't go to the bin directory and add the reference there.
>> Scroll
>> through the COM list for the "Microsoft Speech Object Library".
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:07**********************************@microsof t.com...
>> > Hi Adam, thatis what i did...i went to the add reference/com tab
>> > then
>> > browsed
>> > to the Bin directory to added the Interop.SpeechLib and the
>> > namespace
>> > in
>> > the
>> > file, when i build it i get build errors and when it prompts me in
>> > the
>> > dialogue box "if i want to continue" i click yes and then i get this
>> > error
>> > in
>> > a messagebox :
>> >
>> > Visual Studio cannot start debugging because the debug
>> > target'C:\Program
>> > Files\ Microsoft Speech SDK
>> > 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is
>> > missing.Please
>> > build
>> > the broject and retry.
>> >
>> > and that is all i get when i try to biuld/compile the project
>> > did you experience this ?
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> How did you actually go about adding the referecne? Went to Add
>> >> Reference,
>> >> COM tab, and selected the Microsoft Speech Object Library?
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:EA**********************************@microsof t.com...
>> >> > Hi Adam, below is my original problem which i found when trying
>> >> > to
>> >> > compile
>> >> > the simple TTS application which another person had an issue with
>> >> > as
>> >> > stated
>> >> > below by me:
>> >> >
>> >> >
>> >> > Hi found this article on a discussion group while i was searching
>> >> > on
>> >> > how
>> >> > to
>> >> > resolve exacly the same issue...so rather than repeating the
>> >> > writing i
>> >> > have
>> >> > pasted it below :
>> >> >
>> >> > {{{{{I am having some problem with the SimpleTTS for C# and
>> >> > Speech
>> >> > List
>> >> > Box
>> >> > for C
>> >> > # examples in the Microsoft Speech SDK 5.1. When I try to build
>> >> > the
>> >> > samples
>> >> > I get the following error:
>> >> >
>> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The
>> >> > type
>> >> > or
>> >> > name
>> >> > space name 'SpeechLib' could not be found (are you missing a
>> >> > using
>> >> > directive
>> >> > or an assembly reference?)
>> >> >
>> >> > Then, in an attempt to add the reference - I add a reference to
>> >> > Interop.Spee
>> >> > chLib.dll, which is in the bin directory. However, after adding
>> >> > the
>> >> > referenc
>> >> > e I get the following error:
>> >> >
>> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> >> > 'SimpleTTS.MainF
>> >> > orm.Dispose()' : cannot override inherited member
>> >> > 'System.ComponentModel.Com
>> >> > ponent.Dispose()' because it is not marked virtual, abstract, or
>> >> > override
>> >> >
>> >> >
>> >> > Any feedback would be appreciated,}}}}}}
>> >> >
>> >> > below is the full link to the above article in the discussion
>> >> > group
>> >> > i
>> >> > found
>> >> > it at and solutions from replying users but did not seem to work,
>> >> > the
>> >> > guy
>> >> > who
>> >> > posted it tried and i also tried!!!
>> >> >
>> >> > has anyone encountered this and had any luck??
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> >
>> >> > "Adam Clauss" wrote:
>> >> >
>> >> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> >> problems
>> >> >> at
>> >> >> all with it compiling, what error are you seeing?
>> >> >>
>> >> >> --
>> >> >> Adam Clauss
>> >> >>
>> >> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> >> wrote
>> >> >> in
>> >> >> message
>> >> >> news:77**********************************@microsof t.com...
>> >> >> > Hi all, is there any one who have developed an application in
>> >> >> > c#
>> >> >> > using
>> >> >> > a
>> >> >> > text-speech engine using the Microsoft Speech SDK 5.1
>> >> >> > especially
>> >> >> > using
>> >> >> > visual
>> >> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
>> >> >> > error
>> >> >> > and
>> >> >> > cant
>> >> >> > seem to resolve it! help!
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #13
http://www.mcse.ms/message552997.html

the above link is the exact same issue i have which this person pasted but i
followed the error message and suggested solution which someone replied it
did not work! so i am at a loss!
--
The Matrix Insurrection
"ShadowOfTheBeast" wrote:
o.k so which seervice pack are you using an earlier one? or a later one...

also more specifically i get this error:

C:\Program Files\Microsoft Speech SDK
5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36): 'SimpleTTS.MainForm.Dispose()'
: cannot override inherited member
'System.ComponentModel.Component.Dispose()' because it is not marked virtual,
abstract, or override

but i have checked using the object browser and the Base.Dispose()it is
marked 'virtual' ..
so why is this driving me nuts..and not working any further ideas..?

--
The Matrix Insurrection
"Adam Clauss" wrote:
Same, except for .NET 1.1.4322 SP1

(service pack 1)

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EB**********************************@microsof t.com...
just to crosscheck my vs.net is the same version and environment as
yours...mine is:

Microsoft development environment 2003 Version 7.1.3088
Copyright 1987-2002 Microsoft Corporation all rights reserved

Microsoft .Net Framework 1.1 version 1.1.4322
Copyright 1987-2002 Microsoft Corporation all rights reserved

from the Help menu/about dialogue... are they the same or different?

--
The Matrix Insurrection
"Adam Clauss" wrote:

> No no - don't go to the bin directory and add the reference there.
> Scroll
> through the COM list for the "Microsoft Speech Object Library".
>
> --
> Adam Clauss
>
> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
> message news:07**********************************@microsof t.com...
> > Hi Adam, thatis what i did...i went to the add reference/com tab then
> > browsed
> > to the Bin directory to added the Interop.SpeechLib and the namespace
> > in
> > the
> > file, when i build it i get build errors and when it prompts me in the
> > dialogue box "if i want to continue" i click yes and then i get this
> > error
> > in
> > a messagebox :
> >
> > Visual Studio cannot start debugging because the debug
> > target'C:\Program
> > Files\ Microsoft Speech SDK
> > 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is missing.Please
> > build
> > the broject and retry.
> >
> > and that is all i get when i try to biuld/compile the project
> > did you experience this ?
> >
> > --
> > The Matrix Insurrection
> >
> >
> > "Adam Clauss" wrote:
> >
> >> How did you actually go about adding the referecne? Went to Add
> >> Reference,
> >> COM tab, and selected the Microsoft Speech Object Library?
> >>
> >> --
> >> Adam Clauss
> >>
> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
> >> in
> >> message news:EA**********************************@microsof t.com...
> >> > Hi Adam, below is my original problem which i found when trying to
> >> > compile
> >> > the simple TTS application which another person had an issue with as
> >> > stated
> >> > below by me:
> >> >
> >> >
> >> > Hi found this article on a discussion group while i was searching on
> >> > how
> >> > to
> >> > resolve exacly the same issue...so rather than repeating the
> >> > writing i
> >> > have
> >> > pasted it below :
> >> >
> >> > {{{{{I am having some problem with the SimpleTTS for C# and Speech
> >> > List
> >> > Box
> >> > for C
> >> > # examples in the Microsoft Speech SDK 5.1. When I try to build the
> >> > samples
> >> > I get the following error:
> >> >
> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The type
> >> > or
> >> > name
> >> > space name 'SpeechLib' could not be found (are you missing a using
> >> > directive
> >> > or an assembly reference?)
> >> >
> >> > Then, in an attempt to add the reference - I add a reference to
> >> > Interop.Spee
> >> > chLib.dll, which is in the bin directory. However, after adding the
> >> > referenc
> >> > e I get the following error:
> >> >
> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
> >> > 'SimpleTTS.MainF
> >> > orm.Dispose()' : cannot override inherited member
> >> > 'System.ComponentModel.Com
> >> > ponent.Dispose()' because it is not marked virtual, abstract, or
> >> > override
> >> >
> >> >
> >> > Any feedback would be appreciated,}}}}}}
> >> >
> >> > below is the full link to the above article in the discussion group
> >> > i
> >> > found
> >> > it at and solutions from replying users but did not seem to work,
> >> > the
> >> > guy
> >> > who
> >> > posted it tried and i also tried!!!
> >> >
> >> > has anyone encountered this and had any luck??
> >> > --
> >> > The Matrix Insurrection
> >> >
> >> > --
> >> > The Matrix Insurrection
> >> >
> >> >
> >> > "Adam Clauss" wrote:
> >> >
> >> >> I'm currently using the SDK in a C# app (VS 2003). Having no
> >> >> problems
> >> >> at
> >> >> all with it compiling, what error are you seeing?
> >> >>
> >> >> --
> >> >> Adam Clauss
> >> >>
> >> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
> >> >> wrote
> >> >> in
> >> >> message news:77**********************************@microsof t.com...
> >> >> > Hi all, is there any one who have developed an application in c#
> >> >> > using
> >> >> > a
> >> >> > text-speech engine using the Microsoft Speech SDK 5.1 especially
> >> >> > using
> >> >> > visual
> >> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
> >> >> > error
> >> >> > and
> >> >> > cant
> >> >> > seem to resolve it! help!
> >> >> > --
> >> >> > The Matrix Insurrection
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>


Nov 17 '05 #14
Hi Adam thanks very much it worked!!!!
could you briefly explain to me how you solved it be adding the extra
code...i would really like to know , exactly how you can to that comclussion
please cheers!!!--
The Matrix Insurrection
"Adam Clauss" wrote:
I have a service pack 1 for .NET 1.1, you do not. You probably should get
it (though I do not think it is related to this error). WindowsUpdate will
have it listed.

Look at my earlier post, see if that fixes it:
<snip>
OK... find that line where Dispose is declared...
replace that method with:
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (components != null)
components.Dispose();
}
Now that I think back, I actually think I had the same problem - it isn't
actually a problem with the speechlib at all, just a change that was made in
Dispose. (AKA - you could create your own app, add a reference to SpeechLib
and it would work fine). This change should fix the SimpleTTS app though.

--
Adam Clauss
</snip>

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:CE**********************************@microsof t.com...
o.k so which seervice pack are you using an earlier one? or a later one...

also more specifically i get this error:

C:\Program Files\Microsoft Speech SDK
5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36):
'SimpleTTS.MainForm.Dispose()'
: cannot override inherited member
'System.ComponentModel.Component.Dispose()' because it is not marked
virtual,
abstract, or override

but i have checked using the object browser and the Base.Dispose()it is
marked 'virtual' ..
so why is this driving me nuts..and not working any further ideas..?

--
The Matrix Insurrection
"Adam Clauss" wrote:
Same, except for .NET 1.1.4322 SP1

(service pack 1)

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:EB**********************************@microsof t.com...
> just to crosscheck my vs.net is the same version and environment as
> yours...mine is:
>
> Microsoft development environment 2003 Version 7.1.3088
> Copyright 1987-2002 Microsoft Corporation all rights reserved
>
> Microsoft .Net Framework 1.1 version 1.1.4322
> Copyright 1987-2002 Microsoft Corporation all rights reserved
>
> from the Help menu/about dialogue... are they the same or different?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> No no - don't go to the bin directory and add the reference there.
>> Scroll
>> through the COM list for the "Microsoft Speech Object Library".
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:07**********************************@microsof t.com...
>> > Hi Adam, thatis what i did...i went to the add reference/com tab
>> > then
>> > browsed
>> > to the Bin directory to added the Interop.SpeechLib and the
>> > namespace
>> > in
>> > the
>> > file, when i build it i get build errors and when it prompts me in
>> > the
>> > dialogue box "if i want to continue" i click yes and then i get this
>> > error
>> > in
>> > a messagebox :
>> >
>> > Visual Studio cannot start debugging because the debug
>> > target'C:\Program
>> > Files\ Microsoft Speech SDK
>> > 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is
>> > missing.Please
>> > build
>> > the broject and retry.
>> >
>> > and that is all i get when i try to biuld/compile the project
>> > did you experience this ?
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> How did you actually go about adding the referecne? Went to Add
>> >> Reference,
>> >> COM tab, and selected the Microsoft Speech Object Library?
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:EA**********************************@microsof t.com...
>> >> > Hi Adam, below is my original problem which i found when trying
>> >> > to
>> >> > compile
>> >> > the simple TTS application which another person had an issue with
>> >> > as
>> >> > stated
>> >> > below by me:
>> >> >
>> >> >
>> >> > Hi found this article on a discussion group while i was searching
>> >> > on
>> >> > how
>> >> > to
>> >> > resolve exacly the same issue...so rather than repeating the
>> >> > writing i
>> >> > have
>> >> > pasted it below :
>> >> >
>> >> > {{{{{I am having some problem with the SimpleTTS for C# and
>> >> > Speech
>> >> > List
>> >> > Box
>> >> > for C
>> >> > # examples in the Microsoft Speech SDK 5.1. When I try to build
>> >> > the
>> >> > samples
>> >> > I get the following error:
>> >> >
>> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12): The
>> >> > type
>> >> > or
>> >> > name
>> >> > space name 'SpeechLib' could not be found (are you missing a
>> >> > using
>> >> > directive
>> >> > or an assembly reference?)
>> >> >
>> >> > Then, in an attempt to add the reference - I add a reference to
>> >> > Interop.Spee
>> >> > chLib.dll, which is in the bin directory. However, after adding
>> >> > the
>> >> > referenc
>> >> > e I get the following error:
>> >> >
>> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> >> > 'SimpleTTS.MainF
>> >> > orm.Dispose()' : cannot override inherited member
>> >> > 'System.ComponentModel.Com
>> >> > ponent.Dispose()' because it is not marked virtual, abstract, or
>> >> > override
>> >> >
>> >> >
>> >> > Any feedback would be appreciated,}}}}}}
>> >> >
>> >> > below is the full link to the above article in the discussion
>> >> > group
>> >> > i
>> >> > found
>> >> > it at and solutions from replying users but did not seem to work,
>> >> > the
>> >> > guy
>> >> > who
>> >> > posted it tried and i also tried!!!
>> >> >
>> >> > has anyone encountered this and had any luck??
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> >
>> >> > "Adam Clauss" wrote:
>> >> >
>> >> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> >> problems
>> >> >> at
>> >> >> all with it compiling, what error are you seeing?
>> >> >>
>> >> >> --
>> >> >> Adam Clauss
>> >> >>
>> >> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> >> wrote
>> >> >> in
>> >> >> message
>> >> >> news:77**********************************@microsof t.com...
>> >> >> > Hi all, is there any one who have developed an application in
>> >> >> > c#
>> >> >> > using
>> >> >> > a
>> >> >> > text-speech engine using the Microsoft Speech SDK 5.1
>> >> >> > especially
>> >> >> > using
>> >> >> > visual
>> >> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op compiling
>> >> >> > error
>> >> >> > and
>> >> >> > cant
>> >> >> > seem to resolve it! help!
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #15
Well, I had to stop trying to think of the problem in terms of speech SDK
first, cause the error itself has nothing to do with it.

I am assuming at some point the Dispose method underwent a change (possibly
in .NET 1.0 -> .NET 1.1?). This sample was just not updated accordingly,
and thus the error. As to how I actually fixed it, if I recall correctly,
the original code was trying to override Dispose() (no parameters) right? I
think the documentation for that method is actually wrong - it is NOT
virtual.

Now, if you type in "override" in the code, VS will popup a list of all the
methods that you can choose from to override. On that list is only the
dispose that takes a bool parameter. Switched to that one, and *poof* it
works.
Note: If you have the method already overriden, it will not appear in the
list.

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:5E**********************************@microsof t.com...
Hi Adam thanks very much it worked!!!!
could you briefly explain to me how you solved it be adding the extra
code...i would really like to know , exactly how you can to that
comclussion
please cheers!!!--
The Matrix Insurrection
"Adam Clauss" wrote:
I have a service pack 1 for .NET 1.1, you do not. You probably should
get
it (though I do not think it is related to this error). WindowsUpdate
will
have it listed.

Look at my earlier post, see if that fixes it:
<snip>
OK... find that line where Dispose is declared...
replace that method with:
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (components != null)
components.Dispose();
}
Now that I think back, I actually think I had the same problem - it isn't
actually a problem with the speechlib at all, just a change that was made
in
Dispose. (AKA - you could create your own app, add a reference to
SpeechLib
and it would work fine). This change should fix the SimpleTTS app
though.

--
Adam Clauss
</snip>

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:CE**********************************@microsof t.com...
> o.k so which seervice pack are you using an earlier one? or a later
> one...
>
> also more specifically i get this error:
>
> C:\Program Files\Microsoft Speech SDK
> 5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36):
> 'SimpleTTS.MainForm.Dispose()'
> : cannot override inherited member
> 'System.ComponentModel.Component.Dispose()' because it is not marked
> virtual,
> abstract, or override
>
> but i have checked using the object browser and the Base.Dispose()it is
> marked 'virtual' ..
> so why is this driving me nuts..and not working any further ideas..?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> Same, except for .NET 1.1.4322 SP1
>>
>> (service pack 1)
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:EB**********************************@microsof t.com...
>> > just to crosscheck my vs.net is the same version and environment as
>> > yours...mine is:
>> >
>> > Microsoft development environment 2003 Version 7.1.3088
>> > Copyright 1987-2002 Microsoft Corporation all rights reserved
>> >
>> > Microsoft .Net Framework 1.1 version 1.1.4322
>> > Copyright 1987-2002 Microsoft Corporation all rights reserved
>> >
>> > from the Help menu/about dialogue... are they the same or different?
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> No no - don't go to the bin directory and add the reference there.
>> >> Scroll
>> >> through the COM list for the "Microsoft Speech Object Library".
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:07**********************************@microsof t.com...
>> >> > Hi Adam, thatis what i did...i went to the add reference/com tab
>> >> > then
>> >> > browsed
>> >> > to the Bin directory to added the Interop.SpeechLib and the
>> >> > namespace
>> >> > in
>> >> > the
>> >> > file, when i build it i get build errors and when it prompts me
>> >> > in
>> >> > the
>> >> > dialogue box "if i want to continue" i click yes and then i get
>> >> > this
>> >> > error
>> >> > in
>> >> > a messagebox :
>> >> >
>> >> > Visual Studio cannot start debugging because the debug
>> >> > target'C:\Program
>> >> > Files\ Microsoft Speech SDK
>> >> > 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is
>> >> > missing.Please
>> >> > build
>> >> > the broject and retry.
>> >> >
>> >> > and that is all i get when i try to biuld/compile the project
>> >> > did you experience this ?
>> >> >
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> >
>> >> > "Adam Clauss" wrote:
>> >> >
>> >> >> How did you actually go about adding the referecne? Went to Add
>> >> >> Reference,
>> >> >> COM tab, and selected the Microsoft Speech Object Library?
>> >> >>
>> >> >> --
>> >> >> Adam Clauss
>> >> >>
>> >> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> >> wrote
>> >> >> in
>> >> >> message
>> >> >> news:EA**********************************@microsof t.com...
>> >> >> > Hi Adam, below is my original problem which i found when
>> >> >> > trying
>> >> >> > to
>> >> >> > compile
>> >> >> > the simple TTS application which another person had an issue
>> >> >> > with
>> >> >> > as
>> >> >> > stated
>> >> >> > below by me:
>> >> >> >
>> >> >> >
>> >> >> > Hi found this article on a discussion group while i was
>> >> >> > searching
>> >> >> > on
>> >> >> > how
>> >> >> > to
>> >> >> > resolve exacly the same issue...so rather than repeating the
>> >> >> > writing i
>> >> >> > have
>> >> >> > pasted it below :
>> >> >> >
>> >> >> > {{{{{I am having some problem with the SimpleTTS for C# and
>> >> >> > Speech
>> >> >> > List
>> >> >> > Box
>> >> >> > for C
>> >> >> > # examples in the Microsoft Speech SDK 5.1. When I try to
>> >> >> > build
>> >> >> > the
>> >> >> > samples
>> >> >> > I get the following error:
>> >> >> >
>> >> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12):
>> >> >> > The
>> >> >> > type
>> >> >> > or
>> >> >> > name
>> >> >> > space name 'SpeechLib' could not be found (are you missing a
>> >> >> > using
>> >> >> > directive
>> >> >> > or an assembly reference?)
>> >> >> >
>> >> >> > Then, in an attempt to add the reference - I add a reference
>> >> >> > to
>> >> >> > Interop.Spee
>> >> >> > chLib.dll, which is in the bin directory. However, after
>> >> >> > adding
>> >> >> > the
>> >> >> > referenc
>> >> >> > e I get the following error:
>> >> >> >
>> >> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> >> >> > 'SimpleTTS.MainF
>> >> >> > orm.Dispose()' : cannot override inherited member
>> >> >> > 'System.ComponentModel.Com
>> >> >> > ponent.Dispose()' because it is not marked virtual, abstract,
>> >> >> > or
>> >> >> > override
>> >> >> >
>> >> >> >
>> >> >> > Any feedback would be appreciated,}}}}}}
>> >> >> >
>> >> >> > below is the full link to the above article in the discussion
>> >> >> > group
>> >> >> > i
>> >> >> > found
>> >> >> > it at and solutions from replying users but did not seem to
>> >> >> > work,
>> >> >> > the
>> >> >> > guy
>> >> >> > who
>> >> >> > posted it tried and i also tried!!!
>> >> >> >
>> >> >> > has anyone encountered this and had any luck??
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >> >
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >> >
>> >> >> >
>> >> >> > "Adam Clauss" wrote:
>> >> >> >
>> >> >> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> >> >> problems
>> >> >> >> at
>> >> >> >> all with it compiling, what error are you seeing?
>> >> >> >>
>> >> >> >> --
>> >> >> >> Adam Clauss
>> >> >> >>
>> >> >> >> "ShadowOfTheBeast"
>> >> >> >> <Sh**************@discussions.microsoft.com>
>> >> >> >> wrote
>> >> >> >> in
>> >> >> >> message
>> >> >> >> news:77**********************************@microsof t.com...
>> >> >> >> > Hi all, is there any one who have developed an application
>> >> >> >> > in
>> >> >> >> > c#
>> >> >> >> > using
>> >> >> >> > a
>> >> >> >> > text-speech engine using the Microsoft Speech SDK 5.1
>> >> >> >> > especially
>> >> >> >> > using
>> >> >> >> > visual
>> >> >> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op
>> >> >> >> > compiling
>> >> >> >> > error
>> >> >> >> > and
>> >> >> >> > cant
>> >> >> >> > seem to resolve it! help!
>> >> >> >> > --
>> >> >> >> > The Matrix Insurrection
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #16
Thank you so much!!! I really appreciate
--
The Matrix Insurrection
"Adam Clauss" wrote:
Well, I had to stop trying to think of the problem in terms of speech SDK
first, cause the error itself has nothing to do with it.

I am assuming at some point the Dispose method underwent a change (possibly
in .NET 1.0 -> .NET 1.1?). This sample was just not updated accordingly,
and thus the error. As to how I actually fixed it, if I recall correctly,
the original code was trying to override Dispose() (no parameters) right? I
think the documentation for that method is actually wrong - it is NOT
virtual.

Now, if you type in "override" in the code, VS will popup a list of all the
methods that you can choose from to override. On that list is only the
dispose that takes a bool parameter. Switched to that one, and *poof* it
works.
Note: If you have the method already overriden, it will not appear in the
list.

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:5E**********************************@microsof t.com...
Hi Adam thanks very much it worked!!!!
could you briefly explain to me how you solved it be adding the extra
code...i would really like to know , exactly how you can to that
comclussion
please cheers!!!--
The Matrix Insurrection
"Adam Clauss" wrote:
I have a service pack 1 for .NET 1.1, you do not. You probably should
get
it (though I do not think it is related to this error). WindowsUpdate
will
have it listed.

Look at my earlier post, see if that fixes it:
<snip>
OK... find that line where Dispose is declared...
replace that method with:
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (components != null)
components.Dispose();
}
Now that I think back, I actually think I had the same problem - it isn't
actually a problem with the speechlib at all, just a change that was made
in
Dispose. (AKA - you could create your own app, add a reference to
SpeechLib
and it would work fine). This change should fix the SimpleTTS app
though.

--
Adam Clauss
</snip>

--
Adam Clauss

"ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote in
message news:CE**********************************@microsof t.com...
> o.k so which seervice pack are you using an earlier one? or a later
> one...
>
> also more specifically i get this error:
>
> C:\Program Files\Microsoft Speech SDK
> 5.1\Samples\CSharp\SimpleTTS\MainForm.cs(36):
> 'SimpleTTS.MainForm.Dispose()'
> : cannot override inherited member
> 'System.ComponentModel.Component.Dispose()' because it is not marked
> virtual,
> abstract, or override
>
> but i have checked using the object browser and the Base.Dispose()it is
> marked 'virtual' ..
> so why is this driving me nuts..and not working any further ideas..?
>
> --
> The Matrix Insurrection
>
>
> "Adam Clauss" wrote:
>
>> Same, except for .NET 1.1.4322 SP1
>>
>> (service pack 1)
>>
>> --
>> Adam Clauss
>>
>> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com> wrote
>> in
>> message news:EB**********************************@microsof t.com...
>> > just to crosscheck my vs.net is the same version and environment as
>> > yours...mine is:
>> >
>> > Microsoft development environment 2003 Version 7.1.3088
>> > Copyright 1987-2002 Microsoft Corporation all rights reserved
>> >
>> > Microsoft .Net Framework 1.1 version 1.1.4322
>> > Copyright 1987-2002 Microsoft Corporation all rights reserved
>> >
>> > from the Help menu/about dialogue... are they the same or different?
>> >
>> > --
>> > The Matrix Insurrection
>> >
>> >
>> > "Adam Clauss" wrote:
>> >
>> >> No no - don't go to the bin directory and add the reference there.
>> >> Scroll
>> >> through the COM list for the "Microsoft Speech Object Library".
>> >>
>> >> --
>> >> Adam Clauss
>> >>
>> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> wrote
>> >> in
>> >> message news:07**********************************@microsof t.com...
>> >> > Hi Adam, thatis what i did...i went to the add reference/com tab
>> >> > then
>> >> > browsed
>> >> > to the Bin directory to added the Interop.SpeechLib and the
>> >> > namespace
>> >> > in
>> >> > the
>> >> > file, when i build it i get build errors and when it prompts me
>> >> > in
>> >> > the
>> >> > dialogue box "if i want to continue" i click yes and then i get
>> >> > this
>> >> > error
>> >> > in
>> >> > a messagebox :
>> >> >
>> >> > Visual Studio cannot start debugging because the debug
>> >> > target'C:\Program
>> >> > Files\ Microsoft Speech SDK
>> >> > 5.1\Samples\Csharp\SimpleTTS\bin\Debug\SimpleTTS.e xe' is
>> >> > missing.Please
>> >> > build
>> >> > the broject and retry.
>> >> >
>> >> > and that is all i get when i try to biuld/compile the project
>> >> > did you experience this ?
>> >> >
>> >> > --
>> >> > The Matrix Insurrection
>> >> >
>> >> >
>> >> > "Adam Clauss" wrote:
>> >> >
>> >> >> How did you actually go about adding the referecne? Went to Add
>> >> >> Reference,
>> >> >> COM tab, and selected the Microsoft Speech Object Library?
>> >> >>
>> >> >> --
>> >> >> Adam Clauss
>> >> >>
>> >> >> "ShadowOfTheBeast" <Sh**************@discussions.microsoft.com>
>> >> >> wrote
>> >> >> in
>> >> >> message
>> >> >> news:EA**********************************@microsof t.com...
>> >> >> > Hi Adam, below is my original problem which i found when
>> >> >> > trying
>> >> >> > to
>> >> >> > compile
>> >> >> > the simple TTS application which another person had an issue
>> >> >> > with
>> >> >> > as
>> >> >> > stated
>> >> >> > below by me:
>> >> >> >
>> >> >> >
>> >> >> > Hi found this article on a discussion group while i was
>> >> >> > searching
>> >> >> > on
>> >> >> > how
>> >> >> > to
>> >> >> > resolve exacly the same issue...so rather than repeating the
>> >> >> > writing i
>> >> >> > have
>> >> >> > pasted it below :
>> >> >> >
>> >> >> > {{{{{I am having some problem with the SimpleTTS for C# and
>> >> >> > Speech
>> >> >> > List
>> >> >> > Box
>> >> >> > for C
>> >> >> > # examples in the Microsoft Speech SDK 5.1. When I try to
>> >> >> > build
>> >> >> > the
>> >> >> > samples
>> >> >> > I get the following error:
>> >> >> >
>> >> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(12):
>> >> >> > The
>> >> >> > type
>> >> >> > or
>> >> >> > name
>> >> >> > space name 'SpeechLib' could not be found (are you missing a
>> >> >> > using
>> >> >> > directive
>> >> >> > or an assembly reference?)
>> >> >> >
>> >> >> > Then, in an attempt to add the reference - I add a reference
>> >> >> > to
>> >> >> > Interop.Spee
>> >> >> > chLib.dll, which is in the bin directory. However, after
>> >> >> > adding
>> >> >> > the
>> >> >> > referenc
>> >> >> > e I get the following error:
>> >> >> >
>> >> >> > F:\Visual Studio Projects\CSharp\SimpleTTS\MainForm.cs(36):
>> >> >> > 'SimpleTTS.MainF
>> >> >> > orm.Dispose()' : cannot override inherited member
>> >> >> > 'System.ComponentModel.Com
>> >> >> > ponent.Dispose()' because it is not marked virtual, abstract,
>> >> >> > or
>> >> >> > override
>> >> >> >
>> >> >> >
>> >> >> > Any feedback would be appreciated,}}}}}}
>> >> >> >
>> >> >> > below is the full link to the above article in the discussion
>> >> >> > group
>> >> >> > i
>> >> >> > found
>> >> >> > it at and solutions from replying users but did not seem to
>> >> >> > work,
>> >> >> > the
>> >> >> > guy
>> >> >> > who
>> >> >> > posted it tried and i also tried!!!
>> >> >> >
>> >> >> > has anyone encountered this and had any luck??
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >> >
>> >> >> > --
>> >> >> > The Matrix Insurrection
>> >> >> >
>> >> >> >
>> >> >> > "Adam Clauss" wrote:
>> >> >> >
>> >> >> >> I'm currently using the SDK in a C# app (VS 2003). Having no
>> >> >> >> problems
>> >> >> >> at
>> >> >> >> all with it compiling, what error are you seeing?
>> >> >> >>
>> >> >> >> --
>> >> >> >> Adam Clauss
>> >> >> >>
>> >> >> >> "ShadowOfTheBeast"
>> >> >> >> <Sh**************@discussions.microsoft.com>
>> >> >> >> wrote
>> >> >> >> in
>> >> >> >> message
>> >> >> >> news:77**********************************@microsof t.com...
>> >> >> >> > Hi all, is there any one who have developed an application
>> >> >> >> > in
>> >> >> >> > c#
>> >> >> >> > using
>> >> >> >> > a
>> >> >> >> > text-speech engine using the Microsoft Speech SDK 5.1
>> >> >> >> > especially
>> >> >> >> > using
>> >> >> >> > visual
>> >> >> >> > studio.net IDE 2003 (v7.1) I seem to get an inter-op
>> >> >> >> > compiling
>> >> >> >> > error
>> >> >> >> > and
>> >> >> >> > cant
>> >> >> >> > seem to resolve it! help!
>> >> >> >> > --
>> >> >> >> > The Matrix Insurrection
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>

Nov 17 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Colin | last post by:
Hello all... I'm working on a small app that uses SAPI with the widely mentioned SpeechLib interface... App is written in VC#... It speaks fine and I can trigger that event perfectly... ...
0
by: Sateesh Kumar E C | last post by:
Dear all, I have developed a speech web application using Speech SDK(SASDK) with VisualStudio.NET on Win2003 environment. Users can access this speech web application by using SALT enabled...
17
by: MLH | last post by:
From time to time, I find myself cross checking one block of code against another. Usually older stuff in which I've made modifications that don't work. I don't remember what all the changes were...
4
by: siggi | last post by:
Hi all, newbie question: I'd like to try speech synthesis with PythonWin 2.5. Problem ****** according to several instructions, such as found on...
1
by: Dave Lim | last post by:
>On May 3, 1:29 pm, Dave Lim <diband... at yahoo.com> wrote: site:http://surguy.net/articles/speechrecognition.xml used out tried ? to protection aroundhttp://mail.yahoo.com I went and
2
by: psychofish25 | last post by:
I have been trying to use Microsoft Text to Speech, yet when I hit preview an error comes up telling me to change my audio output. I know my audio output is fine and I have tried other options but it...
2
by: Peter Anthony | last post by:
I have recently bought a Vista laptop to do speech recognition development using VS VC++ 2008 /CLI. It comes with 'Microsoft Anna' as it's only voice. I would like to add many voices to test my...
0
by: comcdp | last post by:
Microsoft Text-To-Speech(TTS) voice engine has been installed by default on Windows 2000, XP, Vista, you can find what voice engines have been installed on the computer by following Control Panel-...
0
by: Kevin S Gallagher | last post by:
When building a project using the Speech library version 5. I am getting tons of warnings similar to the two below using option strict and implicit on. The application runs fine otherwise. Any...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.