I am starting a new website project with .NET 3.5 and adding a WebExplorerBar from the toolbox. When I run a applicaiton, the explorer bar is rendered as a bulleted list with no styling or images.
I noiticied that images are references from ig_res folder which is not in my web site? why is it not adding this folder to my project? how can I add this manually to my project?
Hi sagesnet,
Thank you for posting in the community.
In this scenario I suggest that you try going to the Tools tab in Visual Studio and clicking on Applications Styling Configurations for... (it should be the first item) . From there you should be able to import the stylesets. Here are some screenshots for clarity:
Please let me know if this helps.
Please feel free to contact me if you are still experiencing any issues.
Got it working Petar, thanks for your help.
You probably just have to include the folder as a part of your solution. Simple solution would be to manually copy this folder to your server. Below is another option.
Make sure solution explorer is showing all files by clicking on the "Show All Files" in solution explorer.The ig_res folder should now be visible but looks like grayed out. Right click on it and select "Include in Project". Public the site again and it should include the ig_res folder now.
I'm having similar issues. The ig_res folder is present in my physical project structure, but doens't show in the solution explorer. As a result, when I publish the site, the button images for the WebDropDown control don't show because ig_res isn't published along with the rest of the site.
I've tried what you recommended, going through the Tools menu, but it didn't make any difference.
-Randy