Cannot set build action to Embedded Resource

  • Thread starter Thread starter Fredrik Jansson
  • Start date Start date
F

Fredrik Jansson

Hi!

I have a Webapp (c#) in VS 2005. I am trying to embed nhibernate xml files.

When I check properties of a xml file I only see "File Name" and "Full Path"
and cannot set build action to embedded resource.

Have anyone else seen and solved this?

Kind regards,
Fredrik
 
Is the file actually a part of the solution, or have you just clicked the
"Show All Files" button in the Solution Explorer?

I just did a quick test, and if the file isn't part of the solution, and you
are showing all files, then you won't be able to set the build action.
 
Back
Top