I want to add additional files (mainly .xlsxand .docx) to the LightSwitch application and use these files in the application, for example, as a stream.
What is the best way / practice for this?
So far I can add files to the client project (under the file view). This file is then displayed in the directory bin\debug\bin\Serverwhen I do a debug build or publish an application. So now comes the hard part.
How to get a stream of files from these files?
In which directory is it installed?
source
share