Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Getting an Exception "
the remote server returned an error not found
"

C#
public bool EndCreateProduct(System.IAsyncResult result) {
               object[] _args = new object[0];
               bool _result = ((bool)(base.EndInvoke("CreateProduct", _args, result)));
               return _result


Using VS2008 and Silverlight3
Posted
Updated 25-Sep-11 23:53pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900