Resource File Links

Posted by EzaBlade on Stack Overflow See other posts from Stack Overflow or by EzaBlade
Published on 2011-01-09T22:49:15Z Indexed on 2011/01/09 22:54 UTC
Read the original article Hit count: 148

When you create a Silverlight Business Application you get a Silverlight application and a Web application. In the Web/Resources folder of the Silverlight app there are links to the files in the Resources folder of the Web app. These links are exactly like the files they link to in that they are heirarchical with the Resource.Designer.cs file shown as a code-behind file for the Resource.resx file

When I try to link to a Resource file in this way I only get the .resx file unless I link to the .Designer.cs file separately. However in this case the Designer.cs file is then shown as a standard code file and not related to the .resx file.

Does anyone know how to do this linking correctly?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about resources