I've loaded the trial version of NetAdvantage onto my XP system with VS2005, even got the controls to appear on the toolbar. When I drag the WebHtmlEditor to my page, Visual Studio can't seem to find the image files for the buttons. When I test the page using the built in web server they are visable. Do I need to copy the images somewhere?
John
When I dropped the control on my form by default the image directory only had one period instead of two. Once I added the second it work fine
Examples:
ImageDirectory="./ig_common/images/htmleditor/"
I changed to
ImageDirectory="../ig_common/images/htmleditor/"
Where did you download the images from???
I have loaded NetAdvantage_ASPNET20091.exe (clr 3.5) and have the same problem. No images in the WebHTMLEditor toolbars.
It seems that while the solution discussed appeared to have worked for the user, it is at best a klulge. What is the system solution?
R. Rovinelli
Yes, similar to your original suggestion. I was using a ~/ in the link for the image directory which didn't work. I switched to ../ which did. I'm always getting confused about relitative links. Since I'm not the webmaster this was the best bet for me.
Do you meant to say that you've included this folder in your application, as a part of your solution/project?
Regards,
Dhananjay Kathar