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
sbjcat
sbjcat
ServerFileUpload Posted: Dec 15, 2009
 

I've downloaded the liquid control library and the ServerFileUpload project but have no idea how to set it up.  What I did do is create a Silverlight solution with an ASP.NET project and configured it to run ServerFileUpload, however after displaying the tree with a root of MyDocuments, if I click on the tree I get the following Security exception.  My intent is to use the tree control to list the contents of a directory structure on my site, however I am at a total loss as to how to do this.  Any help would be greatly appreciated.

Thanks ahead of time,

Steve


Microsoft JScript runtime error: Unhandled Error in Silverlight Application

Code: 4004    

Category: ManagedRuntimeError      

Message: System.Security.SecurityException ---> System.Security.SecurityException: Security error.

   at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)

   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)

   at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)

   --- End of inner exception stack trace ---

   at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)

   at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

   at Liquid.Components.Comms.BeginResponse(IAsyncResult ar)

   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassd.<InvokeGetResponseCallback>b__b(Object state2)

   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)    

 
 
dan
dan
RE: ServerFileUpload Posted: Dec 24, 2009
 

Hi,


Sure, I have uploaded a better version of this demo which contains the integrated website, this is available to download from the main demo page when you are logged in.


Thanks!

 
 
sbjcat
sbjcat
RE: ServerFileUpload Posted: Dec 24, 2009
 

Thanks Dan, I probably won't get a chance to look at it until after the holiday, but I do appreciate your response,

Steve

 
 
sbjcat
sbjcat
RE: ServerFileUpload Posted: Jan 04, 2010
 

Dan,

I've downloaded the updated sample, and although it contains an integrated website (still I had to create my own solution in VS), I still get the same security exception when I click on the My Documents node (see below). Other than setting the Port number for the website project to 15159, is there something else I need to do to get past this?

Thanks for your time,

Steve


errMsg "Unhandled Error in Silverlight Application Code: 4004    Category: ManagedRuntimeError       Message: System.Security.SecurityException ---> System.Security.SecurityException: Security error.

   at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)

   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)

   at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)

   --- End of inner exception stack trace ---

   at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)

   at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

   at Liquid.Components.Comms.BeginResponse(IAsyncResult ar)

   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassd.<InvokeGetResponseCallback>b__b(Object state2)

   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)     " String

 
 
sbjcat
sbjcat
RE: ServerFileUpload Posted: Jan 04, 2010
 

Dan,

I was able to run the sample once I switched the Startup project to the website and used the ServerFileUploadTestPage.aspx instead of the TestPage.html generated when the ServerFileUpload Silverlight project was set as the Startup project.  

Again thanks for your help,

Steve

 
 

Rate this: 

1 Star 2 Star 3 Star 4 Star 5 Star
9 Ratings / 2.3 Average