Advanced Forum Search Results
-
Can you access the XML file via IE?
-
Yes, like www.mysite.com/MyFile.xml
Are you able to include the XML file in your SL project?
-
Did you include the XML in your project? Make it relative path. You can't open files on the client that arne't included in the project.
Or Try a absolute path by putting the file on a server and accessing it via http://...
-
There is a event that is called when the call is complete. Wait until the event is fired before proceedding.
Example (check out the LoginCompleted event):
ServiceReferenceMyApp.ServiceWebClient client = new ServiceReferenceMyAPp.ServiceWebClient();
client.LoginAsync(UserEmail.Text, UserPassword.Password);
client.LoginCompleted += new ...
-
If you have the Silverlight 3 SDK RTM version (not the GDR) installed on your box you will need to first uninstall it before running Visual Studio 2010 beta 2 setup.
This is irrespective of the SDK language version or platform. The SDK GDR does not install on top of the RTM version of the SDK. This problem should be remedied by RTM.
If you ...
-
Did you put the web service in your web site and not your SL app?
Also, when clicking "Discover" for Add Service Reference did it find the web service?
Make certain you are using the full namespace when declaring the HelloWord.
Thanks.
-
Hi, did you try using UseLayoutRounding ?
Also, it's hard to know what you are doing wrong without seeing the code.
You can post your code here for layout out your map or you can mail me your project and I will take a quick look.
msnow @ microsoft.com
Thanks,
--Mike
-
You can find it at code.msdn.microsoft.com/silverlight.
Thanks!
-
Map Editor has been finally uploaded.
I changed the following:
1. Removed the dependency on ComponentArt controls.
2. Fixed bugs due to changes in SL3 RTM
3. Removed dependency on SQL server backend DB. Rather, I have a MDF file that I read from so you will need SQL Express 2008 installed.
I am actively working on this project going forward ...
-
Jsrader - Does being hospitalized and going through surgery count as a good excuse? :)
Well, either way I do sincerely apologize for the delay and any inconvenience. I am back to work today and am making updating the code to SL 3 RTM my top prioroty. Please give me a day or two to finish it and upload it.
Thank you.