Questions tagged [clientbin]

6 questions
4
votes
1 answer

What is the purpose of the 'ClientBin' folder in Silverlight/ASP.NET?

Mostly due to the relative URI feature/problem in silverlight, I'm considering moving a Silverlight .xap out of ClientBin to the root of a website? What I don't understand is the purpose of the ClientBin folder in the first place. Is there security…
MerickOWA
  • 7,453
  • 1
  • 35
  • 56
3
votes
1 answer

Silverlight or ClientBin problem?

I have a ridiculous problem here. I got IIS 7.0, with a silverlight files in clientBin. If I put my .xap up to date, my silverlight file are not update. Maybe a cache somewhere, so I deleted asp net temporary, I delete my browser cache, I also…
Cédric Boivin
  • 10,854
  • 13
  • 57
  • 98
1
vote
0 answers

Copying XAP file to ClientBin on the deployment server not working

All I am trying to do here is that I have a set of files in a network share folder and I am trying to copy them to the deployment server through a PS script. The .dll and .pdb files are getting copied as expected to the "bin" folder. But the .xap…
SSQs
  • 269
  • 2
  • 3
  • 15
1
vote
1 answer

Web Application + Silverlight project in TFS, .xap file keeps being checked in, can I avoid it?

When I look at my ASP.NET application that hosts a Silverlight project, it has a Clientbin folder, inside of which there is a .xap file, the one being compiled from my Silverlight project. This file keeps being checked into TFS. Is there a way for…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
0
votes
1 answer

silverlight navigation project - problem with accessing an xml file in clientbin with a webservice

I'm trying to access my .xml file in the ClientBin with no success. code: WebClient xmlClient = new WebClient(); xmlClient.DownloadStringCompleted += new DownloadStringCompletedEventHandler(xmlClient_DownloadStringCompleted); Uri uri = new…
0
votes
1 answer

Saving XML files to clientbin

Greetings, I'm trying to read and save to a XML file within a client bin I've managed to find out how to read a xml file in the clientbin. Now I want to save to it aswell, when saving, the file already exists in the clientbin. Uri url = new…
Theun Arbeider
  • 5,259
  • 11
  • 45
  • 68