Advanced Forum Search Results
-
After Having a look at your problem I think You have Missplaced your policuy files As your url indicates that c5 is your server which is hosting the WCF so place your policy files in the wwwroot folder of computer c5 at location C:\Inetpub\wwwroot and it will solve your problem.
and make sure your policy lloks ...
-
As per my knowlegde the message box is system dependent and you can't customize it what you can do is you can create your own custom control or the child window concept may help you.
-
Message box is system specific if you want to customixe it then either make your own user control or you can go for the Child Window to solve the issues.
-
Can this id be blocked?
-
[quote user="mbanavige"]That particular account has been deactivated. Unfortunately, it will take a bit longer to undo the mess they made. Sorry to all for the inconvenience - and thank you to all for the reports.[/quote]
Thanks For the action.
Hope all the spam made by him will be cleaned soon.
-
I do Agree With You. He became an Participant by just posting <p></p>. I have noticed it when I have answerd a post and after that I recieved 5 mails for new posts in that thread. Although I have reported them abuse. but no action taken yet. So I came here to post the meassage. but Here it is already posted by you Is there any ...
-
Here is the solution to your problem
-
[quote user="HarshBardhan"]
When you will add Servicereference it will create that DataContract class at client end also.
You can check that in reference.cs file.
You can use proper namespace (see reference.cs file) and can access that DataContract.
[/quote]
Thanks for replying yes i saw the class there too but i am ...
-
I am creating an application in which i made a WCF service and now a DataContract Class which have some DataMebers in the ServiceContract I am using that DataContract Class No I am able to access the operationContracts but now I want to access the DataMember of the DataContract Class in the silverlight XAML.CS page Please Suggest How
-
I am developing a RIA application in silverlight and my requirement is
that I want to create a class in a webservice and that class will have
some public properties. Theses properties I have to access in the
silverlight application. I have created the webservice that’s not a
problem . The issue is using that class's properties in the ...