bendicott
bendicott

Reputation: 369

XNA 4.0 resources not found

I'm using XNA 4.0 with VS 2010. When I start a new project, a decent amount of the resources have broken links; other sites where people have encountered this problem suggest manually fixing the file paths, which works but is bothersome when I'm creating several new projects (I'm following various tutorials to learn my way around XNA). Does anyone know if there is a way to fix the underlying problem, rather than changing the file paths for each new project?

Upvotes: 0

Views: 1267

Answers (2)

icaptan
icaptan

Reputation: 1535

Are you trying to use Contents of other project in one solution ? Than you add to your Content Project Reference's the external Content you want to use. Jon's answer is already works fine, I already prefer Jon's answer :)

Upvotes: 1

jgallant
jgallant

Reputation: 11273

If you put your resources in the Content directory, then copy the Content directory to your new project, it should retain all the files and the links should still be good.

Not sure what the problem is exactly, possibly provide more information on the problem so that we can get a better idea of what is wrong.

Upvotes: 0

Related Questions