I have developed a simple application using Microsoft's speech recognition which does the following
Recognizes a letter B and shows the command line argument on a message box
When I try to run it normally in Visual studio, it works very well. However, when I try to run the application file (.exe), it throws an exception as follows:
Chinmay