[SOLVED] wisej 1.4.82 image path bug

Answered
0
0

Hi,

after upgrade from Wisej-1.4.80 to Wisej-1.4.82

all the BackgroundImageSource path of my controls have errors.

for example:

“Images\desktop\64\imageres_5351.png”

becames

“ImagesÞsktopdimageres_5351.png”

or

“Images\desktop\sfondi\default.jpg”

becames

“ImagesÞsktopsfondi�ult.jpg”

I downgrade immediately to 1.4.80 and and everything is back ok

I use vbnet and VS 2017

Regards

Cristian

 

  • You must to post comments
Best Answer
0
0

Hi Cristian,

the ImageSource problems related to URL decoding are resolved in Wisej release 1.4.83.

Best regards
Frank

  • Cristian Zerbinati
    Hi Frank excellent support, as always thanks Cristian
  • You must to post comments
0
0

The problem is that in version 1.4.82 the back slash “\” convert the next char from hex to ascii code

image\desktop =>\DE=0222=Þ

\default.jpg=> \DEFA=57082=�

\64\imageres_5351.png=>64=0100=d

I’m sure of this

regards

Cristian

 

  • Luca (ITG)
    It’s not that simple. There are path with single quotes and spaces, etc. Also the “url” in css doesn’t work with spaces it needs to be wrapped in quotes, but the path may also have quotes… That’s why wisej was encoding the url. But there are users using urls that are already encoded. And the encoding done by .NET is not accepted by IIS. And so on.
  • Cristian Zerbinati
    in 1.4.80 there is not this problem
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.