Posts
Sort by recent activity
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...