Advanced Forum Search Results
-
no it information from sql database =(void svrc_GetAnnoByIdCompleted(object sender, YASL.ServiceReference1.GetAnnoByIdCompletedEventArgs e)
{var d = e.Result.ElementAt(e.Result.Count -1); string newuri = d.thumb.TrimStart('~');
Uri uri = new Uri(newuri, UriKind.Relative);ImageSource imgsrc = new BitmapImage(uri);
image7.Source = ...
-
Uri uri = new Uri("images/Upload/auto_01.jpg", UriKind.Relative);
ImageSource imgsrc = new BitmapImage(uri);Image img = new Image();img.SetValue(Image.SourceProperty, imgsrc);
cimage7.Children.Add(img);
it not work............
Uri uri = new Uri("images/auto_01.jpg", UriKind.Relative);
ImageSource imgsrc = new ...
-
http://silverlight.net/forums/p/52119/136412.aspx#136412
-
and this problem has solved
when create silverlight project? also add Web project
in silverlight i must use referense to System.Core v2.0
in Web project - System.Core v3.5
but by default it all set to v2.0 =)
-
=) it......
my project also want to reference System.Core.dll v3.5
Error 1 The type 'System.Linq.IQueryable' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\VS\Мои ...
-
I solve the problem =)
Just add System.Core.dll, System.Windows.dll and system.dll to GAC(From C:\Program Files\Microsoft SDKs\Silverlight\2.0 folder)
becouse i have more than one this files, its no automatic installing in GAC
-
https://silverlight.net/forums/p/20020/77834.aspx
-
-
it full error:
Error 1 The "ValidateXaml" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. Не удается найти указанный файл.
File name: 'System.Core, Version=2.0.5.0, ...
-
hmm..
1. I installing new Windows Xp SP2
2. installing IIS
3. installing VS2008
4. installing VS2008 Sp1
5. installing Silverlight_Tool (last release)
6. Gacutil -I (silverlight_toolkit and unit test)
7. Open sample in silverlight_toolkit and get error when build (System.Core) =(
What i also must do?