404 error running MagicSquare example with MPS
Show older comments
I'm getting a 404 error when trying to run the magic squares example with a trial of 64-bit MATLAB Production Server R2013b. The issue is that it was working fine, but now isn't. The error below is obtained in Visual Studio while running the MPS .NET client. Any assistance on this is appreciated!
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at MathWorks.MATLAB.ProductionServer.Client.MWHttpHandler.Invoke(Object proxy
, MethodInfo method, Object[] parameters)
at Magic.MagicClass\.MagicProxy.mymagic(Int32 in1)
at Magic.MagicClass.Main(String[] args) in \\wapdfp01\brown0$\Visual Studio 2
012\Projects\MPSmagic\MPSmagic\Program.cs:line 33 Web exception caught.
at System.Net.HttpWebRequest.GetResponse()
at MathWorks.MATLAB.ProductionServer.Client.MWHttpHandler.Invoke(Object proxy
, MethodInfo method, Object[] parameters)
at Magic.MagicClass\.MagicProxy.mymagic(Int32 in1)
at Magic.MagicClass.Main(String[] args) in \\wapdfp01\brown0$\Visual Studio 2
012\Projects\MPSmagic\MPSmagic\Program.cs:line 33
Accepted Answer
More Answers (0)
Categories
Find more on Installation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!