.net 3.0 installation on Windows 2003

  • Thread starter Thread starter Mo
  • Start date Start date
M

Mo

Hi,

I have .Net 3.0 installed on a Windows 2003 machine. It seems
like .Net 3.0 modules are not yet available to IIS. For example when I
start a new web application which use System.Speech I am getting an
error stating that System.Speech name space is not found. How do I
make sure .Net 3.0 modules are availabel to my application. How do I
get VS2005 recognize the .Net 3.0 modules?

Thanks,
Mo
 
Hello Mo,

How did you add your Speech module to your app?


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


M> Hi,
M>
M> I have .Net 3.0 installed on a Windows 2003 machine. It seems
M> like .Net 3.0 modules are not yet available to IIS. For example when
M> I
M> start a new web application which use System.Speech I am getting an
M> error stating that System.Speech name space is not found. How do I
M> make sure .Net 3.0 modules are availabel to my application. How do I
M> get VS2005 recognize the .Net 3.0 modules?
M> Thanks,
M> M
 
Back
Top