Hi there,
for testing purpose I have deployed the ‘Buttons’ Sample to one of our servers. In the development environment everything works fine, all icons and backgrounds are displayed. However on the server the icons and button backgrounds are missing.
I have copied the following files to the site folder:
Default.html
Default.json
Web.config
bin\Wisej.Buttons.dll
bin\Wisej.Core.dll
bin\Wisej.Web.dll
bin\de\Wisej.Core.resources.dll
bin\de\Wisej.Web.resources.dll
I do not know why the web filesystem publish creates a ‘de’ folder? I renamed it to en, but this did not help. Any idea what I’m missing?
Best Regards
Rudy
Hi Luca,
attached is the bin folder from the site.
Best Regards
Rudy
Hi Rudy,
I tried your server, the png images returned by the server are empty, not broken. It returns the png end of stream “IEND” marker. Looks like the resources are simply missing from the dll. Can you send the compiled dlls in a zip to support?
/Luca
Hi Rudy,
I´m running Wisej on a german OS but cannot reproduce either.
Can you please resend the message with the server details as it seems it did not reach us yet.
Thanks in advance !
Best regards
Frank
Hi Luca,
I have installed the sample on a different server with an English OS and there everything works. The server where it does not work has a German OS installed. Maybe that is the reason why? Have sent the server detail in a mail to support@.
Best Regards
Rudy
Hi Rudy,
I just tried to deploy the buttons example here: http://demo.wisej.com/apps/buttons
I simply copied Wisej.Buttons.dll to /bin, copied Default.json and Default.html and renamed to Buttons.html and .json since /apps has several apps, and it all works fine. Look at the console in chrome with F12 to see if there is an error somewhere.
The /de directory is created by the compiler simply because Wisej has localized de resources. It’s normal.
Can you send the IP of the server? Maybe privately?
Best,
Luca