.aspx.resx file

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have a sompage.aspx.resx file, but it shows as a separate file in VS.NET
2003 Pro rather than as a "child" of somepage.aspx and somepage.aspx.cs.
Any ideas on how to get it back where it is supposed to be?

Thanks!

Mark
 
Mark, this should be fairly easy, follow these steps

1. From the Solution Explorer, right click on your .resx file and select "Exclude From Project
2. Now, on the Solution Explorer, right click on your project, and select "Add Existing Item
3. Browse to your project folder and select the .resx file you'd just exluded in step 1

VS.NET will automatically place the .resx file under .aspx -> .cs, in its correct place

----- Mark wrote: ----

I have a sompage.aspx.resx file, but it shows as a separate file in VS.NE
2003 Pro rather than as a "child" of somepage.aspx and somepage.aspx.cs
Any ideas on how to get it back where it is supposed to be

Thanks

Mar
 
Back
Top