Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Could not find "...Microsoft.Xna.Framework.RuntimeProfile.txt.deploy" file
 

Could not find "...Microsoft.Xna.Framework.RuntimeProfile.txt.deploy" file

Hello,

I do not get any warnings or errors when I publish, but when I try to install my application on another PC I get the error:"Could not find file 'D:\Application Files\Project1000_1_0_0_3\obj\x86\Debug\Project1000.obj.x86.Debug.Microsoft.Xna.Framework.RuntimeProfile.txt.deploy'."

Any ideas?

Thanks in advance,

Louis.
lrsg2000  Thursday, July 16, 2009 12:46 PM
Hello,

The file in question is part of Xna and I already found my problem. Under obj\x86\Debug\ there are two instances of "Microsoft.Xna.Framework.RuntileProfile.txt". Both must be set to "Copy Always" and the Build Action to "Embedded Resource". Originally I had only set one of these two files as described.

Thanks to everyone,

Regards,

Louis.
  • Marked As Answer bylrsg2000 Tuesday, July 21, 2009 1:06 PM
  •  
lrsg2000  Tuesday, July 21, 2009 1:06 PM
Hello,

Please, I need help on the above error,extensive searching on my own has not yielded any answers. I am using Windows XP, VS 2008 SP1,.Net Framework 3.5 SP1 and Xna 3.0.

For the file in question I have set it to "Copy Always" and tried build Actions "Content" and "Embedded Resource" and still get the same error when installing my application.

Thanks in advance,

Louis.
lrsg2000  Monday, July 20, 2009 1:49 PM
The missing file -- is it a txt file that you have created? From the name of it, it looks like it's part of the Microsoft XNA stuff.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Tuesday, July 21, 2009 5:48 AM
Hello,

The file in question is part of Xna and I already found my problem. Under obj\x86\Debug\ there are two instances of "Microsoft.Xna.Framework.RuntileProfile.txt". Both must be set to "Copy Always" and the Build Action to "Embedded Resource". Originally I had only set one of these two files as described.

Thanks to everyone,

Regards,

Louis.
  • Marked As Answer bylrsg2000 Tuesday, July 21, 2009 1:06 PM
  •  
lrsg2000  Tuesday, July 21, 2009 1:06 PM

You can use google to search for other answers

Custom Search

More Threads

• COM typelib registration problem in VS2008 Setup project
• Allow End-User to Point to Database with a Visual Studio 2008 Windows Application
• What is Kill bitts..........
• How to create a Databse user in Setup?
• clickonce across domains
• publish error
• HOW to Create MSI package for Delphi and .Net application
• Conditional installation of merge module using windows installer
• Rehash manifest problem
• Custom Action While Installing Setup file