Silverlight, Firefox and "#" character in path...
hi all!
i have strange problem when running silverlight apps through visual studio , deploy firefox,
for example, create empty silverlight 3 project , hit f5. in internet explorer, display empty page in firefox, browser complaining "not found" web page error...
i observed path of app, this: "c:\my\projects\c#\work\tests"
it seems "#" character giving hard time in firefox not in internet explorer. if create empty solution directory not containing character, in firefox fine.
is there way overcome problem ?
from wikipedia
main article: uri scheme#generic syntaxevery url consists of of following: scheme name (commonly called protocol), followed colon, then, depending on scheme, hostname (alternatively, ip address), port number, path of resource fetched or program run, then, programs such common gateway interface (cgi) scripts, query string[6][7], , html documents, anchor (optional) page should start displayed.[8]
the combined syntax is
resource_type://username:password@domain:port/path?query_string#anchor
http://en.wikipedia.org/wiki/uniform_resource_locator
i suspect firefox thinking # in c# anchor , getting confused. think best fix change directory name
Silverlight > Silverlight Installation and Setup
Comments
Post a Comment