I'm trying to implement the Silverlight Business Application Template into my existing ASP.NET MVC 2 website as an Area. I have successfully got the Silverlight application to startup and navigate between "Home" and "About", however whenever I try to use
the "login" link I get the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Zune 4.0)
Timestamp: Thu, 22 Apr 2010 23:08:48 UTC
Message: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "SilverlightBusiness.Web.Resources.RegistrationDataResources.resources" was correctly embedded
or linked into assembly "Parithon.LoanAuditor" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at SilverlightBusiness.Web.Resources.RegistrationDataResources.get_UserNameLabel()
The error relates to the silverlight app, which is off-topic for these forums. I suggest reposting your question to the Silverlight forums:
http://forums.silverlight.net/
parithon
0 Points
1 Post
ASP.NET MVC 2 + Silverlight 4 Business Application Template
Apr 22, 2010 11:33 PM|LINK
I'm trying to implement the Silverlight Business Application Template into my existing ASP.NET MVC 2 website as an Area. I have successfully got the Silverlight application to startup and navigate between "Home" and "About", however whenever I try to use the "login" link I get the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Zune 4.0)
Timestamp: Thu, 22 Apr 2010 23:08:48 UTC
Message: Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "SilverlightBusiness.Web.Resources.RegistrationDataResources.resources" was correctly embedded or linked into assembly "Parithon.LoanAuditor" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at SilverlightBusiness.Web.Resources.RegistrationDataResources.get_UserNameLabel()
Line: 59
Char: 13
Code: 0
URI: http://localhost:52878/Area1
Can anybody help me with this error? I'm at a loss.
silverlight "ASP.NET MVC 2"
Mikesdotnett...
All-Star
154852 Points
19855 Posts
Moderator
MVP
Re: ASP.NET MVC 2 + Silverlight 4 Business Application Template
Apr 23, 2010 06:52 AM|LINK
The error relates to the silverlight app, which is off-topic for these forums. I suggest reposting your question to the Silverlight forums: http://forums.silverlight.net/
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter