Closed GoogleCodeExporter closed 9 years ago
just add a reference to "System.Management"
kr, zara
Original comment by zarawe...@gmail.com
on 17 Dec 2009 at 12:52
Zara,
Indeed. As I said, that's what I did, and it works.
However, since I had to modify the project to get a clean compile, that
qualifies as
a bug in my book. (a minor bug, but a bug, nonetheless) And since I don't have
the
ability to check-in changes to the source tree, I filed a bug report detailing
the
problem I found and how I fixed it so that someone else can make the change.
Original comment by mels...@gmail.com
on 17 Dec 2009 at 2:37
Where did you add the reference? In a using statement or to the project itself?
Original comment by noah.hart@gmail.com
on 17 Dec 2009 at 2:47
Noah,
To the project itself. The using statement was there in the .cs file, but
System.Management was missing from the list of references using the Solution
Explorer.
After I added it to the list of references in the Solution Explorer, it
compiled fine.
I don't remember if Visual Studio 2008 had to convert the solution and project
files
from an earlier version of Visual Studio or not, since this was now two months
ago.
If so, it's possible that the reference got dropped during the conversion
process.
Original comment by mels...@gmail.com
on 17 Dec 2009 at 2:54
New version pushed with missing reference
<Reference Include="System.Management" />
Original comment by noah.hart@gmail.com
on 21 Dec 2009 at 7:48
Original issue reported on code.google.com by
mels...@gmail.com
on 2 Oct 2009 at 7:22