Skip to main content
Home Forums Silverlight Programming Programming with JavaScript Integrating with ASP.NET
2 replies. Latest Post by jasonxz on August 28, 2007.
(0)
a.parano...
Member
4 points
7 Posts
08-27-2007 12:37 PM |
Hello,
I have downloaded / installd the ASP.NET Futures (July 2007) and I am attempting to use the Media element. Unfortunately, when I compile the application, I receive the following error:
Assembly 'Microsoft.Web.Preview, Version=1.2.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
How do I fix this?
Thank you!
Alan
suyog kale
188 points
99 Posts
08-28-2007 6:40 AM |
can you please clear me what development enviroment you are working?
jasonxz
Participant
1752 points
530 Posts
08-28-2007 10:47 AM |
It looks to me that your application is referencing System.Web.Extensions v1.0.061025.0, but Silverlight uses System.Web.Extensions v3.5. Try resetting your reference to the newer version and see if that fixes the issue.