Advanced Forum Search Results
-
Dear All,
Please help anyone (In the form of code ) to implement paging on DataGrid of Silverlight.
Thanks & Regards,
M.Fasih Akbar
-
Dear All,
I want to use the ClassLibrary of Dot Net 2.0 in the Silverlight Beta 2 Application. But as u know when we try to add the reference of old dll , error message appears that "You cannot add a reference to CLassLibrary1.dll as it was not built against the Silverlight runtime. Silverlight projects will only work with Silverlight ...
-
Thanks
For Your Help All of the people who participated for my problem.
Especially to Mr.Sladapter . U r great Sladapter.
Your cross domain policy detailed description helped me greatly and will help alot to others who will face this issue.
I am greatful to u again.
I have also click the hyperlink "Mark as answer" for U ...
-
Note: I have to call the WebService (ASMX) of Dot Net 2.0 in the SilverLight Beta 2 Version
Actually I received two Exceptions :
1) ProtocolException (404 not found)
and then :
2) TargetInvocationException
These exceptions came only when calling a webservice(asmx) of dot net 2.0 . I mean of older version.And I need to call the said ...
-
This is my Webservice code:[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class Service : System.Web.Services.WebService
{
public Service () {
//Uncomment the following line if using designed components
//InitializeComponent(); ...
-
Hi all, I want to call a web service of dotnet 2.0 in silverlight beta 2. But receiving TargetInvocationException.
Anyone help plz.