Unable to read .rtf file in VS.NET 2008 Setup
Posted
by constant learner
on Stack Overflow
See other posts from Stack Overflow
or by constant learner
Published on 2010-04-01T11:08:00Z
Indexed on
2010/04/01
11:13 UTC
Read the original article
Hit count: 439
Hello All
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
© Stack Overflow or respective owner