Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
Wrong Image Path?
posted
I have the problem on my developer PC. In Visual Studio and in the running web server applications started from VS all infragistics images (ultrawebtab, htmleditor etc.) are not shown. It tries to get the images from this patH:

http://localhost:56741/aspnet_client/system_web/2_0_50727/ig_common/images

Please let me know how i can fix that. I could not find anything about that problem in KB.

tyvm!
Parents
No Data
Reply
  • 10880
    posted

    Why this is happening can depend on things from what version you are using, what IDE you are using, what properties you have set, etc.  The quickest way to solve this issue is to do a web.config redirect and to copy your images local to your application.  Here is a KB article to achieve this:

    http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6158

    If you tell me your NetAdvantage version and CLR, Visual Studio version, and the aspx markup of one of your problem controls, it will help in determining the cause of your issue.

Children