NTD app probes for non-existent app.resources.dll file

A simple windows forms application with a toolbar based on an imagelist will cause this problem.  The images are embedded in the form/assembly - there is no separate resource file.  No culture-specific settings have been changed from defaults.  

When the application is launched via NTD, or even in the IDE, IIS logs (or fuslogvw) show the application probing for myapp.resources.dll in several folders under APPBASE, as though it was a culture specific resource (en-us folder, etc).

The real problem is that over a WAN, that probing adds an extra 10 seconds or more to my load time.  Is there any way/setting to prevent this from happening    I would prefer not to use/buy a different toolbar control as that will add to the deployment size.  


Answer this question

NTD app probes for non-existent app.resources.dll file

  • Count Infinity

    I have the same problem and found the following article really useful:
    http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/default.aspx

  • wei kiat lam

    Were you able to resolve this problem  I have the same issue and am not able to find any help on the same.

  • NTD app probes for non-existent app.resources.dll file