Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'commaSeparatedCode' does not exist in the current context

Source Error:


Line 15:                 synthesizer.SetOutputToWaveStream(memoryStream);
Line 16:                 synthesizer.SelectVoiceByHints(VoiceGender.Female, VoiceAge.Adult);
Line 17:                 synthesizer.Speak(commaSeparatedCode);
Line 18:                 audio = memoryStream.ToArray();
Line 19:             }

Source File: c:\inetpub\speech-expoexpo.com\expoexpo.com\expoexpo.com\App_Code\TextToSpeech.cs    Line: 17







Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3429.0