This is a migrated thread and some comments may be shown as answers.

how to install SL4 RC radcontrols?

4 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Iosu Buenetxea
Top achievements
Rank 1
Iosu Buenetxea asked on 16 Mar 2010, 07:22 PM
Hi

Now that you have RadControls_for_Silverlight4_RC_DEV,...

I have see that there is no instaler.
how do we support to install?

I have a virtual machine with vs2010 rc, SL4 rc ...
should I install the 2010Q1 RadControls SL3 and the unzip the RadControls_for_Silverlight4_RC_DEV?

Do you have a Step by step instructions??

Thanks!

4 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 17 Mar 2010, 07:21 AM
Hi JUAN CRESPO,

For the time being we only provide binaries for SL4 which can be used in any SL4 application - just extract the files and add references to our SL4 assemblies. We are working on SL4 installer package which should be available with out next service pack release.

Kind regards,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Alphons Mulders
Top achievements
Rank 1
answered on 17 Mar 2010, 09:57 AM
When I added a reference to the .dll files in the dev directory I get this error:
Do I need to uninstall the Q1 version? Because when I add a reference to those .dll files it's working (but the old version)

Error 1 The "CompileXaml" task failed unexpectedly.
System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Program Files\Telerik\00470RadControls_for_Silverlight4_RC_DEV\Dev\Telerik.Windows.Controls.DataVisualization.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///C:\Program Files\Telerik\00470RadControls_for_Silverlight4_RC_DEV\Dev\Telerik.Windows.Controls.DataVisualization.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.

   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Microsoft.Silverlight.Build.Tasks.CompileXaml.LoadAssembly(String reference)
   at Microsoft.Silverlight.Build.Tasks.CompileXaml.LoadAssemblies(ITaskItem[] ReferenceAssemblies)
   at Microsoft.Silverlight.Build.Tasks.CompileXaml.Execute()
   at Microsoft.Build.Framework.ITask.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)

0
Giuseppe
Telerik team
answered on 17 Mar 2010, 10:32 AM
Hello Alphons,

Make sure you have unblocked the extracted dlls like this:

  • Right click on each .dll file in Windows Explorer.
  • Uncheck "Read Only".
  • Click "Unblock".

More information can be found here as well.


Kind regards,
Freddie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Alphons Mulders
Top achievements
Rank 1
answered on 17 Mar 2010, 12:29 PM
Hi, Thanks again...this one was easy. Just didn't think of it.

Greetz
Tags
General Discussions
Asked by
Iosu Buenetxea
Top achievements
Rank 1
Answers by
Milan
Telerik team
Alphons Mulders
Top achievements
Rank 1
Giuseppe
Telerik team
Share this question
or