References for solution??
-
Hi, I have a small problem with my solution/references. I have 2 projects in the solution. I use a folder(in the solution) where are some cs files. I need in one cs file use System.Managemet. I know that exist references folder in a project, but these file is in the solution. There isn't any references folder. How can I do that? Is it possible to have any reference inside a cs file? Thanks.
-
Hi, I have a small problem with my solution/references. I have 2 projects in the solution. I use a folder(in the solution) where are some cs files. I need in one cs file use System.Managemet. I know that exist references folder in a project, but these file is in the solution. There isn't any references folder. How can I do that? Is it possible to have any reference inside a cs file? Thanks.
I don't understand your question. You don't need explicitly add a reference to your project to use the classes in the System.Management namespace. They're available by default.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
I don't understand your question. You don't need explicitly add a reference to your project to use the classes in the System.Management namespace. They're available by default.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
when i want to use System.Managemet, have to add reference. Without reference it doesn't work.
-
I'm not sure why have to explicitly add a reference to System.Management to use it. But if it works then there's no problem, right?
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush