简体   繁体   中英

Unable to read .rtf file in VS.NET 2008 Setup

I have created a simple windows application in .NET 2008. Im packaging the same into a setup file using .NET Setup and Deployment. Also i am customizing it to include a License Agreement UI. And i am pointing the License Agreement window to read the license.rtf file which is being included in the Application folder.

After successful build, if i run the setup file i can see the License Agreement window but i cannot see the content of my file.

Any ideas what is the issue behind this ?

Regards CL

许可证文件属性设置为该文件,该文件位于我的“应用程序”文件夹中。

I solved the problem by myself... The issue was .NET Setup and Deployment only reads the .rtf file created using wordpad. It does not read the doc files or txt files renamed to .rtf ...

So the solution is to use the .rtf files only

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM