I have custom classes in Company.System namespace. But now I am writing code referencing to System, but it is referenced to Company.System. I can use global::System to specify .NET System namespace, but when I am creating service installers by visual studio (ie), all classes are referenced to Company.System and designers does not work. How can I solve this situation?
I have custom classes in Company.System namespace. But now I am writing code referencing
Share
Did you use following code?
Use aliases for your own library.