Vectorlight News

  • Chat App Converted to HTML and JQuery
    Sep 08, 2011

    Converted from Silverlight to HTML and Javascript/JQuery is the Vectorlight Chat App. Login using your Vectorlight password to chat using your username and avatar.

  • HTML5 iPhone,Android Big Guns Tower Defense
    Jul 02, 2011

    Big Guns has made the leap from Windows Phone 7 (XNA) to HTML5 so you can now play it on your iPhone, Android and other HTML5 compatible devices.

  • HTML5 Games - Word Poppers and Batty
    Jun 04, 2011

    As the take-up of HTML5 quickens (74% of users currently have a browser capable of HTML5 Canvas) we present two more games for both your browser and mobile.

  • Big Guns Tower Defense on Windows Phone 7
    May 06, 2011

    Coming soon to Windows Phone 7 is an XNA port of the popular Vectorlight tower defense game Super Tower Defense. Whilst retaining many of the graphical and gameplay features of the original Silverlight game.

  • Wakacube WP7 Update
    Apr 26, 2011

    Released to the Windows Phone 7 marketplace today is Version 1.1 of Wakacube the 3D physics game of skill. Included in the update are more levels (30 in total) and new mode Wakatime which generates random crate structures to keep players entertained long after the levels have been completed.

  • Home Page News
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!

 
 
arunsankar
arunsankar
RE: about the file explorer demo Posted: Feb 28, 2011
 

Is there any control for silverlight,to copy or dowload file to/from FTP Server?

 
 

Rate this: 

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