No, i have not published it as of yet. Im just running it up in debug mode in Visual Studio 2008
Main Topics
Browse All TopicsIm very new to Silverlight and have created a simple silverlight app bound to a datagrid. I can fire it up in VS2008 and view the web page with no problems on my machine however when i try the URL on another machine i get "Internet Exploerer cannot view the webpage". It could be an internal firewall as im testing the app internally within the company but just wondered is there anything i need to set within the project to make it accessable on other machines?
I have attached a screeshot
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Do you have any WCF service in your application ? If yes try requesting that service from other machine while running in debug mode ? Also make sure the URL you have passing to access from other machine. [Replacing localhost with ip of your dev. machine , I could not see URL in your attached screenshot]
Can you try publishing on your dev. machine and making your published web app to be shared on network and then try from other machines ? Directly requesting from VS debug mode .... will have to check.
Aha worked!! accessed it on anotehr machine once i published it. However got this error when trying to search...(the search just searchs on lastname in my SQL db local instance)
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 2 Sep 2009 14:20:40 UTC
Message: Unhandled Error in Silverlight 2 Application [Async_ExceptionOccurred]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fw
at SqlData.ServiceReference1.
at SqlData.Page.webService_Ge
at SqlData.ServiceReference1.
Line: 1
Char: 1
Code: 0
URI: http://170.16.112.141/Test
No, im using the IP address...
http://172.112.13.121/Test
ok now built in release mode. It falls over as soon as they do a search (which is the service bit see code) so basically on any machine it loads the app up but when someone does a search the error occurs:
Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid. Check InnerException for exception details. at System.ComponentModel.Asyn
rename the .xap file with the .zip extension.
Extract it and open the servicerefences.cientconfi
<client>
<endpoint address="http://localhost:
- this is the address of the service when you run the project on the development server. Change it to the address of your deployed service.
Save it and compress the files back to a zip file, then rename it .xap
Configured .XAP file but now get:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Timestamp: Thu, 3 Sep 2009 15:25:09 UTC
Message: Unhandled Error in Silverlight 2 Application
Code: 2103
Category: InitializeError
Message: Invalid or malformed application: Check manifest
Line: 53
Char: 13
Code: 0
URI: http://172.etc.etc/TestRig
this is whats in the appmanifest:
<Deployment xmlns="http://schemas.micr
<Deployment.Parts>
<AssemblyPart x:Name="SqlData" Source="SqlData.dll" />
<AssemblyPart x:Name="System.Windows.Con
<AssemblyPart x:Name="System.Windows.Con
<AssemblyPart x:Name="System.Windows.Dat
<AssemblyPart x:Name="System.ComponentMo
</Deployment.Parts>
</Deployment>
whats more is everytime is change localhost to ip address in service.refernces.clientco
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Timestamp: Thu, 3 Sep 2009 16:09:31 UTC
Message: Unhandled Error in Silverlight 2 Application
Code: 2103
Category: InitializeError
Message: Invalid or malformed application: Check manifest
Line: 53
Char: 13
Code: 0
URI: http://lP/TestRig/SqlDataT
Business Accounts
Answer for Membership
by: chinu1310Posted on 2009-09-02 at 05:59:50ID: 25240493
Are you publishing your website somewhere and they trying to access it ?
In that case how are you publishing your application ?