<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/295224.aspx</link><pubDate>Wed, 30 Sep 2009 23:24:03 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:295224</guid><dc:creator>kwells5750</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/295224.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=295224</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thank you Kostja.&amp;nbsp; Your code is very clear and helpful to newbee like me.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/144056.aspx</link><pubDate>Mon, 08 Dec 2008 09:22:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144056</guid><dc:creator>simbuaarumugam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144056.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=144056</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi lakshmi &lt;/p&gt;&lt;p&gt;Did you use LINQ in your project .. please update the service reference in your project or delete and re add your service references .. this is a problem for generating the error &lt;strike&gt;&lt;b&gt;The remote server returned an unexpected response: (404) Not Found. &amp;nbsp;&lt;/b&gt;&lt;/strike&gt;&lt;b&gt; Check it correctly&amp;nbsp;&lt;/b&gt; &lt;/p&gt;</description></item><item><title>Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/144055.aspx</link><pubDate>Mon, 08 Dec 2008 09:07:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144055</guid><dc:creator>simbuaarumugam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144055.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=144055</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi amur &lt;/p&gt;&lt;p&gt;You just download the file what you want to add the reference in to your project like (.dll) files . and the open your project in your project silvelright references is there .Just right click on that give add references .then click the Browse button and add the referece where you save the download file&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/57711.aspx</link><pubDate>Fri, 06 Jun 2008 12:16:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:57711</guid><dc:creator>amurawat@hotmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/57711.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=57711</wfw:commentRss><description>&lt;p&gt;Please can u tell me how to add a refernce to the MSn Search lnk in a silverlight application 
&lt;p&gt;I want to add a refernce to the following link: &lt;font face="Courier New"&gt;http://soap.search.msn.com/webservices.asmx?wsdl&lt;/font&gt;&amp;nbsp; 
&lt;p&gt;its very urgent. &lt;/p&gt;</description></item><item><title>Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/52417.aspx</link><pubDate>Sat, 10 May 2008 16:19:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:52417</guid><dc:creator>Jim Mangaly</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/52417.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=52417</wfw:commentRss><description>&lt;p&gt;I suppose your solution has 3 projects - the Silverlight application, the web app that hosts the Silverlight project and the Web service project, right? Your policy file should be added to the root of the third project. You can copy it next to the .svc file.&lt;/p&gt;
&lt;p&gt;However, if you are only consuming an external service over which you have no control over, you can only hope that the provider of the service has the policy file in place.&lt;/p&gt;
&lt;p&gt;Cross domain access without the policy file is forbidden in Silverlight to avoid cross site forgery. Read this &lt;a class="" href="http://msdn2.microsoft.com/en-us/library/cc197955(VS.95).aspx"&gt;MSDN article&lt;/a&gt; and three part article by Karen Corby &lt;a class="" href="http://scorbs.com/2008/04/05/silverlight-http-networking-stack-part-1-site-of-origin-communication"&gt;starting here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jim (&lt;a href="http://jimmangaly.blogspot.com/"&gt;&lt;font color="#697dff"&gt;http://jimmangaly.blogspot.com/&lt;/font&gt;&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Please MARK the replies as answers if they answered your question&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/52385.aspx</link><pubDate>Sat, 10 May 2008 10:46:50 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:52385</guid><dc:creator>deepikaFO</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/52385.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=52385</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;iam getting the same error wha tu mentioned in this thread&lt;/p&gt;
&lt;p&gt;&amp;quot;An exception of type &amp;#39;System.ServiceModel.ProtocolException&amp;#39; occurred in System.ServiceModel.dll but was not handled in user code&amp;quot;.&lt;/p&gt;
&lt;p&gt;i read the answer what u ahve given but iam not able to understand properly.&lt;/p&gt;
&lt;p&gt;How to add &amp;quot;clientaccesspolicy.xml &amp;quot; ,and where to add???????&lt;/p&gt;
&lt;p&gt;i have one silverlightApplication,one webservice.&lt;/p&gt;
&lt;p&gt;iam calling webservice in silverlgiht applciation by using service reference.&lt;/p&gt;
&lt;p&gt;and i have written the code in xaml.cs to call the web service.&lt;/p&gt;
&lt;p&gt;iam not understanding what is the root ?where to add the &amp;quot;clientaccesspolicy.xml&amp;quot;?&lt;/p&gt;
&lt;p&gt;iam calling webservice in the silverlgiht application ,so silverlgiht application becames the host of the webservice,Right????????&lt;/p&gt;
&lt;p&gt;so that i added this &amp;quot;clientaccesspolicy.xml&amp;quot; in the silverlgiht applciation.&lt;/p&gt;
&lt;p&gt;plese reply me ASAP.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Deepika&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/49276.aspx</link><pubDate>Fri, 25 Apr 2008 15:06:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49276</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49276.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49276</wfw:commentRss><description>&lt;p&gt;Hi Ajay,&lt;/p&gt;
&lt;p&gt;Thanks. Actually i found the solution.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;am using a simple asmx service. I created one more service in the same domain as of the Application to access the cross domain service,now its workin perfectly.. &lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/49194.aspx</link><pubDate>Fri, 25 Apr 2008 05:33:33 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49194</guid><dc:creator>Ajay Gaikwad</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49194.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49194</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp; lakshmi&lt;/p&gt;
&lt;p&gt;Are you trying to use you WCF service using IIS.if so then please add .SVC extension from confirgution option of property of your virtual directory.Error may occur due to access problem. your silverlight desktop apll will not understand where the service is avaiable. can you please check the address of your service in webconf file in web app and service confirgution file it should be same. please let me know if you need more clarifcation on same. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/48294.aspx</link><pubDate>Tue, 22 Apr 2008 05:46:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:48294</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/48294.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=48294</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;i am getting this error , i have been trying to fix this from many days.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;An exception of type &amp;#39;System.ServiceModel.ProtocolException&amp;#39; occurred in System.ServiceModel.dll but was not handled in user code&lt;/p&gt;
&lt;p&gt;Additional information: The remote server returned an unexpected response: (404) Not Found.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;after i edited the manifest, i am able to view the exception in detail!. as shown below. even after including clientaccesspolicy.xml and crossdomain.xml files. &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;An exception of type &amp;#39;System.ServiceModel.ProtocolException&amp;#39; occurred in System.ServiceModel.dll but was not handled in user code&lt;/p&gt;
&lt;p&gt;Additional information: The remote server returned an unexpected response: (404) Not Found. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;could anyone tell me the solution for this&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/48085.aspx</link><pubDate>Mon, 21 Apr 2008 15:01:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:48085</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/48085.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=48085</wfw:commentRss><description>&lt;p&gt;oops! ok... i got it :)&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/48071.aspx</link><pubDate>Mon, 21 Apr 2008 14:18:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:48071</guid><dc:creator>mchlSync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/48071.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=48071</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;lakshmi krishna:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;hey even u have written - ( If this has answered your question, please click on &amp;quot;Mark as Answer&amp;quot; on this post. Thank you!)&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It&amp;#39;s my signature, man. :)&lt;/p&gt;&lt;p&gt;As I said in my previous thread, only original poster can mark it as an answer.. So, it won&amp;#39;t be possible for you to do.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/48030.aspx</link><pubDate>Mon, 21 Apr 2008 11:23:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:48030</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/48030.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=48030</wfw:commentRss><description>&lt;p&gt;hey even u have written - ( If this has answered your question, please click on &amp;quot;Mark as Answer&amp;quot; on this post. Thank you!)&lt;/p&gt;
&lt;p&gt;could anyone please tell me how do i &amp;quot;mark a post as answer&amp;quot; ???, is there a hyper link or button by name &amp;quot;mark as answer&amp;quot; ?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/47957.aspx</link><pubDate>Mon, 21 Apr 2008 05:33:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:47957</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/47957.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=47957</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i am able to build the solution,&amp;nbsp;but&amp;nbsp;once the user name n password is entered, its giving the&amp;nbsp;below error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;An exception of type &amp;#39;System.ServiceModel.CommunicationException&amp;#39; occurred in System.ServiceModel.dll but was not handled in user code&lt;/p&gt;
&lt;p&gt;Additional information: [CrossDomainError]&lt;br /&gt;Arguments:&lt;br /&gt;Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See &lt;a href="http://go.microsoft.com/fwlink/?linkid=106663&amp;amp;Version=2.0.30226.2&amp;amp;File=System.ServiceModel.dll&amp;amp;Key=CrossDomainError"&gt;http://go.microsoft.com/fwlink/?linkid=106663&amp;amp;Version=2.0.30226.2&amp;amp;File=System.ServiceModel.dll&amp;amp;Key=CrossDomainError&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;(PLS. Do let me know how to mark a post as answered !! )&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/47792.aspx</link><pubDate>Sat, 19 Apr 2008 16:40:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:47792</guid><dc:creator>mchlSync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/47792.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=47792</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;lakshmi krishna:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;m sorry to ask a stupid doubt, but how to mark&amp;nbsp;it as an answer, i cudnt find that option anywhere!&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No. You can&amp;#39;t. Only the original poster can mark it as an answer.&amp;nbsp; I&amp;#39;m not sure why the team of this forum uses that way..... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Add web reference problem(silverlight 2.0)</title><link>http://forums.silverlight.net/forums/thread/47640.aspx</link><pubDate>Fri, 18 Apr 2008 17:47:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:47640</guid><dc:creator>lakshmi krishna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/47640.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=47640</wfw:commentRss><description>&lt;p&gt;m sorry to ask a stupid doubt, but how to mark&amp;nbsp;it as an answer, i cudnt find that option anywhere!&lt;/p&gt;</description></item></channel></rss>