
Quote from rocote on July 22, 2019, 2:54 amHi, today I felt quite frustrated about an error that keeps on coming for what reason?
I was working on a really simple app to experiment VisualNEO Web.
As I say, I want to build courses.
So, in my app, without using any outside (internet) link, this error message appear for a reason that I don't know.
I was verifying my app every time I was adding some new code. To check my app, I was always using the button "RUN (from start)"
Everything was working fine and suddenly, without adding any code to my app, the error comes up just like that. It was impossible to run the app anymore.
Here is the message I have got:
Can’t reach this page
Make sure the web address is correct
Search for this site on Bing
Refresh the page
I'm not using any internet link at all, except that some code to load a few images from my desktop.
I also don't use browser to test the app. The error just comes up without any advice.
It appear the software is trying to reach a link, but what link?
The two browser I'm using to test my app also are: Internet Explorer and Microsoft Edge.
Could it be a VisualNEO Web plugin that is responsible?
I have install VisualNEO Web as is without removing any plugins.
Ya, I know, I must be the only one using these.
But if anyone has a cue or a solution for this, PLS let me know.
Thanks!
Hi, today I felt quite frustrated about an error that keeps on coming for what reason?
I was working on a really simple app to experiment VisualNEO Web.
As I say, I want to build courses.
So, in my app, without using any outside (internet) link, this error message appear for a reason that I don't know.
I was verifying my app every time I was adding some new code. To check my app, I was always using the button "RUN (from start)"
Everything was working fine and suddenly, without adding any code to my app, the error comes up just like that. It was impossible to run the app anymore.
Here is the message I have got:
Can’t reach this page
Make sure the web address is correct
Search for this site on Bing
Refresh the page
I'm not using any internet link at all, except that some code to load a few images from my desktop.
I also don't use browser to test the app. The error just comes up without any advice.
It appear the software is trying to reach a link, but what link?
The two browser I'm using to test my app also are: Internet Explorer and Microsoft Edge.
Could it be a VisualNEO Web plugin that is responsible?
I have install VisualNEO Web as is without removing any plugins.
Ya, I know, I must be the only one using these.
But if anyone has a cue or a solution for this, PLS let me know.
Thanks!

Quote from asmat on July 22, 2019, 7:30 amI think you should try this way, it would solve your problem.
1-Save as the application to another directory(folder).
2- Launch again the application.
I think you should try this way, it would solve your problem.
1-Save as the application to another directory(folder).
2- Launch again the application.

Quote from luishp on July 22, 2019, 7:56 am@rocote, @asmat, it's a bug.
I think it happens only when you open your app after having another one already open.
Just close and reopen VisualNEO Web. Then open your app at first.
Will try to fix it.
Regards.
@rocote, @asmat, it's a bug.
I think it happens only when you open your app after having another one already open.
Just close and reopen VisualNEO Web. Then open your app at first.
Will try to fix it.
Regards.

Quote from rocote on July 22, 2019, 5:00 pmHi, I found what was causing the problem with this error;
Can’t reach this page
Make sure the web address is correct
Search for this site on Bing
Refresh the page
Problem: If you save your application with this name "cours # 1" the error will come up.
Solution: But if you save your application with this name "cours 1" without the "#" sigh it works just fine.
Note: I'm about sure if you save any of your application by including this sign "#" into the name of your app, you will get the same error.
So yes Luis, it is a bug and now it will certainly help how to solved it. Hope I'm right.
Thanks!
Hi, I found what was causing the problem with this error;
Can’t reach this page
Make sure the web address is correct
Search for this site on Bing
Refresh the page
Problem: If you save your application with this name "cours # 1" the error will come up.
Solution: But if you save your application with this name "cours 1" without the "#" sigh it works just fine.
Note: I'm about sure if you save any of your application by including this sign "#" into the name of your app, you will get the same error.
So yes Luis, it is a bug and now it will certainly help how to solved it. Hope I'm right.
Thanks!
Quote from Gaev on July 22, 2019, 9:28 pm@rocote
If you save your application with this name "cours # 1" the error will come up.
So yes Luis, it is a bug and now it will certainly help how to solved it.This is not a VisualNEOWeb error ... since your App runs inside a browser, you have to be aware of "reserved characters" that are part of any URL (web page address) ... # is one of those "reserved characters" ... just like : and / and ? and & ... all of which are to be avoided when naming your Project ... to be safe, I would also avoid spaces ... stick with a to z, A to Z and 0 to 9.
If you save your application with this name "cours # 1" the error will come up.
So yes Luis, it is a bug and now it will certainly help how to solved it.
This is not a VisualNEOWeb error ... since your App runs inside a browser, you have to be aware of "reserved characters" that are part of any URL (web page address) ... # is one of those "reserved characters" ... just like : and / and ? and & ... all of which are to be avoided when naming your Project ... to be safe, I would also avoid spaces ... stick with a to z, A to Z and 0 to 9.
