Activity overview
Latest activity by pokrec
I saw before starting new topic. It does not allow to do so. On the list you get only the referenced assemblies. If you add this assembly manually in the saproj then the button build is disabled.
Can smart assembly merge or embedd the un-referenced assembly? / comments
I saw before starting new topic. It does not allow to do so. On the list you get only the referenced assemblies. If you add this assembly manually in the saproj then the button build is disabled.
C...
Merging/Embedding not referenced assembly
hi
I am having an app that is using loosely coupled components that are stored in different assemblies.
A.exe depends on base.dll.
C.dll depends on base.dll too.
A.exe is dynamically loading C.dll ...
Recomended solution for offline mode
When my app has access to the intranet the basic scenario work very well for me, however I have some sites that that are always offline. What is your recommended scenario to store all unhandled exc...