Latest News

  • Super Tower Defense 2 Game
    Sep 03, 2010

    New to the games section is Super Tower Defense 2. Featuring more maps, new units and bigger explosions.

  • Super Cards Online Multiplayer Game
    Aug 13, 2010

    Released today in the games section is the new Super Cards multiplayer card game. The aim of the game is to get rid of all your playing cards before your opposition.

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

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.

 
 
pmoney
pmoney
RE: about the file explorer demo Posted: Apr 05, 2010
 

Hey how were you able to fix this issue exactly???

Im having the same issue.

 
 
Patryck
Patryck
RE: about the file explorer demo Posted: Apr 05, 2010
 

Im using your example on my server and an error occurs exactly when the command

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


If I run this code locally with visual studio everything works fine. Can you help me with this issue please?

Thanks!

 
 
dan
dan
RE: about the file explorer demo Posted: Apr 10, 2010
 

Hi,


If the demo is working fine in Visual Studio but not on your server, please ensure the following is in your web.config:


<webServices>

<protocols>

<add name="HttpGet"/>

<add name="HttpPost"/>

</protocols>

</webServices>


Thanks!

 
 
pmoney
pmoney
RE: about the file explorer demo Posted: Apr 12, 2010
 

Thank you that worked for me...

 
 
peter.lee
peter.lee
RE: about the file explorer demo Posted: Apr 24, 2010
 

Works fine in vs2008, but server...


i can not publish the project. Can you tell me why?


Error Message:

Unhandled Error in Silverlight Application 远程服务器返回了错误: NotFound。   位于 System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)   位于 System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)   位于 Liquid.Components.Comms.BeginResponse(IAsyncResult ar)   位于 System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassd.<InvokeGetResponseCallback>b__b(Object state2)   位于 System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)   位于 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)   位于 System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)   位于 System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)


 
 
dan
dan
RE: about the file explorer demo Posted: May 14, 2010
 

Hi,


Again, please check your web.config for the lines mentioned above.  An exception is thrown when the client cannot communicate with the server.


Thanks!

 
 

Rate this page: 

1 Star 2 Star 3 Star 4 Star 5 Star
11 Ratings / 3.2 Average