by Markus
18. December 2009 01:59
Namespace Appname.Web.Resources not Found in New Silverlight RIA Project
Problem: You have a Working Silverlight RIA Application. Now You want to add a second new Silverlight Application. After doing this you will get the Complier Error:
error CS0234: The type or namespace name 'Resources' does not exist in the namespace 'Appname.Web'
The Problem is, that you have to add some Resource Files manually!
In the First Silverlight Project you have the folder Web/Resources and their are some files.
Solution:
Create the Folder Web/Resources in the New Silverlight project and Link the same Files as in the first Silverlight project.
< Back to Content
93f67354-11a6-4725-8c03-8f1da7b20f8c|0|.0
Tags: