Skip to main content


 

Symptoms


File attachment broker error: 'Could not load file or assembly 'App_GlobalResources' or one of its dependencies. The system cannot find the file specified.'
 

Diagnoses


I would like to know whether the behavior of this control was changed. I tested on two environments and the attachment no longer ends up in the relevant runtime's 'Files' folder like it used to.

Our implementation for the ticket system is to pick up the file from the 'files' folder and move it to another location. Since the file is no longer in the 'files' folder my filesystem broker is failing.

I guess I will have to change the implementation but need to know if I need to implement the filestreaming of the attachment.

This will halt the upgrade of our production server to 4.6.9 so is urgent.

Thanks
Conrad
 

Resolution

The file attachment broker was updated. In order to get the file from the attachment control you have to use an Input Property. Previously this broker used a method attribute which did not surface the content of the control but only some other properties that was not useful.
 




 
Be the first to reply!

Reply