that is normal because you use the 2008 version of Visual Studio! and silverlight 4 it is working with the 2010 version!!!
souidi abderrahman
Posts
-
Unable to open Silverlight Project -
Load assembly dynamically and call methodswhy you create interface??? you no need tthe redefinition of methods another time ( exist in assembly!!) you need juste to invoke method from assembly A. :)
-
get API for facebook, twitter and myspace--urgenthehehe... :)
-
Mutiple Web Configure File Problemmaybe you need to look to the property of allowDefinition in your machine.config (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG/machine.config)?? it must be set to MachineToApplication.
-
how to use SQL with Silverlight -
Serialize WPF and telerik controls [modified]Try to Serialize the Object.[[^]]
-
Sessions in WCFdid you try to put your object in Contructor of the Class?
-
WCF RIA vs WCF in Silverlightyou can use the WCF Ria Service on The server Side of your Silverlight Application. the WCF Ria Service will provide data layer for Client side you can use the Ado.net Data Model or linq to SQl(dbml)to access to the database and then create your WCF Ria Service. :)
-
image processingwhat is your problem??
-
image processing:confused:
-
How to uninstall previous version of msi package? [modified]right Click on the setup project and click uninstall :)
-
How can i convert text file to pdf file? -
Quick Linq to XML questionCan you get a list of country: :)
XDocument xmlDoc = XDocument.Load("countries.xml"); List countries = from country in xmlDoc.Descendants("country") select new { Name = country.Value, };
-
image processingWhat is your question please? :)
-
How to deploy Silverlight application on IIS server?right click on server side application in your visual studio and click publish :) then in your IIS server you create a virtual folder and give it the path of your deploy application. :laugh:
-
Any update to IIS7 gives me error HRESULT:0x80070005 (E_ACCESSDENIED)you need to create virtual directory from you IIS 7 right click on default web site -->Add virtual web site and upload your application published. :) it is easy to do.
-
How to install silverlightthat is right :) because i did the deploy on vs 2010, silverlight 4.
-
How to install silverlightyou need to install Silverlight 3 SDK for vs 2008. not silverlight 4!!
-
Sessionthe server allow only single session!!! :confused:
-
Forms authentication not securing files(other than web pages) in .net 1.1did you configurate the cobfugration file to secure your application??:confused: