Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Could not load assembly (Read 1227 times)
sbialecki
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Jun 23rd, 2010
Could not load assembly
Jun 23rd, 2010 at 11:13pm
Print Post  
Hello, I'm trying to run the SaveLoad tutorial for visual studio 2010 C# and im getting an error on run.

Parser Error Message: Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.

Line 3: <%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"

Has any encountered this error before, and if so how did you solve this situation?

I'm using visual studio 2010 with silverlight 4 installed.

It looks like i need to add this reference but it doesn't exist in my list of references.

Thanks for your help in advance.
  
Back to top
 
IP Logged
 
sbialecki
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Jun 23rd, 2010
Re: Could not load assembly
Reply #1 - Jun 23rd, 2010 at 11:34pm
Print Post  
Solved this one through the wonders of www.google.com.

basically in silverlight 3 they got rid of that reference.  So what i did was create a new project using silverlight 4, then copied the code over to this project.

no big deal
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint