如何使用windows和vista文本进行演讲? [英] How to use windows and vista text to speech?

查看:80
本文介绍了如何使用windows和vista文本进行演讲?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我制作了这个节目:

sites.google.com/site/texttospeechwindows/



但它适用于Windows 7及更高版本只有,如何让它在早期版本的Windows上运行?



我尝试过:



我认为还有另一种使用方法,我的源代码在我的网站上。

解决方案

1)确保你的应用不是Windows通用应用程序确保它是一个标准的Win Forms应用程序。

2)查看解决方案中所有项目的属性,并注意您正在使用的.Net框架。

3)检查您在Vista PC上安装的.Net Framework,并将解决方案中的项目与.Net Framework相匹配。

4)还要确保Vista PC是32位,是否正在编译所有项目为32位。



根据您提供的信息,这可以帮助您开始排除故障/解决问题。


< blockquote>您编写了哪些版本的.NET Framework代码?在Visual Studio中打开项目并打开项目属性。你可以在Application选项卡上找到它。



如果您是针对.NET 4.x版本编写的代码,则必须安装该版本在运行应用程序之前,Vista机器上的框架。从上面的错误消息,.NET Framework 2.0或3.x正在尝试运行您的代码。


I made this program:
sites.google.com/site/texttospeechwindows/

But it works on Windows 7 and up only, how to make it work on earlier versions of Windows?

What I have tried:

I think there's another way to use, my source code is in my website.

解决方案

1) Make sure you app is not a Windows Universal App. Make sure it is a standard Win Forms App.
2) Look at the properties of ALL projects in your solution and note what .Net framework you are using.
3) Check the .Net Framework you have installed on the Vista PC, and match projects in your solution to that .Net Framework.
4) Also make sure if the Vista PC is 32bit, that you are compiling all projects to 32 bit.

Based on the information you have provided, this should help get you started troubleshooting / fixing your issue.


Which version of the .NET Framework did you write your code against? Open your project in Visual Studio and open the Project Properties. You'll find this on the Application tab.

If you're written your code against a .NET 4.x version, you'll have to install that version of the framework on the Vista machine before you run your app. From the error message above, .NET Framework 2.0 or 3.x is trying to run your code.


这篇关于如何使用windows和vista文本进行演讲?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆