Latest News

  • Super Tower Defense Game
    Mar 10, 2010

    New to the games section is the new Super Tower Defense game. Defend your base from the ever advancing army of tanks, buggies...

  • New Rich Text Editor User Control
    Feb 19, 2010

    By popular request, here we present a re-usable User Control containing the Liquid RichTextBox along with the most common formatting functions included.

  • Silverlight 3 Controls V5.2.7 Released
    Feb 19, 2010

    This release includes several fixes for issues raised in the forum. The main improvement is to the RichTextBox which now provides access and methods to the document elements allowing...

  • Super Shoot Em Up Game
    Feb 04, 2010

    Added to the games section is the new Super Shoot 'Em Up game. Take control of a tank with your aim being to blow up your opposing tanks and collect all the powerups.

  • Silverlight 3 Controls V5.2.6 Released
    Feb 04, 2010

    This release includes some minor fixes for several forum posts. Please see the notes on the download page for full details on what has changed.

deraldo
deraldo
about the file explorer demo Posted: Oct 23, 2009
 

Hi Dan!

great job!

I put the three web services files into an webservice and it is working fine.

Change the _website value in the serverfileupload and it compiles ok. runs  ok.

when I click in the treeview item (to show the tree!) i got a 4004 error.

Security error.

Well. The web service was not called. (checked with fiddler). The error occurs exactly when the command

helper.Execute(node); in the BeginGetNodes routine is executed.

any ideas?

thx in advance!

 
 
deraldo
deraldo
RE: about the file explorer demo Posted: Oct 25, 2009
 

Hi.

It is not a security problem.

The problem is a Not Found method. It happens in the calls like "Solid.asmx/method".

sds

 
 
dan
dan
RE: about the file explorer demo Posted: Oct 25, 2009
 

Hi,


Okay, so you've resolved the problem is to do with the method GetFilesInFolder? What web services have been setup and are you using the latest demo source code as the web service was recently changed?


Thanks!

 
 
deraldo
deraldo
RE: about the file explorer demo Posted: Oct 25, 2009
 

Hi.

No. the problem isnt fixed yet.

I build a new web service using the 3 files from the example. I downloaded it yesterday. In my solution i have an WCF service, hosted in the same server and I dont have security or authorization issues. the webservice is called as http://localhost/vl/... so I do not need to change the ServerFileUPload project. It remains original. Running the application, i saw the same interface that your demo. when I click in the folder or the expand little button (ok. the folder in the server side still doesnt exist, but I have an breakpoint before its use). I got in the fiddler an 401 for the clientaccesspolicy.xml in the root, an 304 for the same file and an 500 for the /vl/Solid.asmx/GetFoldersInFolder.

but if I put the http://localhost/clientaccesspolicy.xml in the browser, I got the file.


thx in advance.

 
 
deraldo
deraldo
RE: about the file explorer demo Posted: Oct 26, 2009
 

Hi Dan.

Confused by the fiddler informations, I had some difficulties to fix the problem. Well, the problem is gone. Creating the directory documents/0002, it works fine!

thx for your patience.