G
Guest
hello,
all my libraries (dll - .NET 1.1) have there own namespace which starts with
"mycompany....."
If i have now also own classes in the application - i want also to use the
same namespace - but i see that the i can not more access the my external
referenced libraries.
Is it not possible this - ore what must i do. I did not want to embed my
general libraries in the application (like encryption ....). The specific DAL
for the application i embed in the application - but i want to use as
namespace mycompany - name.
Also i want to have the flexibility to choose where to the code (external
dll or as internal class) and the best way is to have the same namespace.
any ideas - or recomandation?
all my libraries (dll - .NET 1.1) have there own namespace which starts with
"mycompany....."
If i have now also own classes in the application - i want also to use the
same namespace - but i see that the i can not more access the my external
referenced libraries.
Is it not possible this - ore what must i do. I did not want to embed my
general libraries in the application (like encryption ....). The specific DAL
for the application i embed in the application - but i want to use as
namespace mycompany - name.
Also i want to have the flexibility to choose where to the code (external
dll or as internal class) and the best way is to have the same namespace.
any ideas - or recomandation?