Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do i deploy MySQL Database to another computer? Pin
swaroop0912-Mar-09 20:14
swaroop0912-Mar-09 20:14 
AnswerRe: How do i deploy MySQL Database to another computer? Pin
Dave Kreskowiak13-Mar-09 1:15
mveDave Kreskowiak13-Mar-09 1:15 
QuestionSearching Sql Table for Image using byte array parameter Pin
thedom212-Mar-09 16:30
thedom212-Mar-09 16:30 
AnswerRe: Searching Sql Table for Image using byte array parameter Pin
Luc Pattyn12-Mar-09 16:47
sitebuilderLuc Pattyn12-Mar-09 16:47 
QuestionRDLC in VB.NET Pin
C#Coudou12-Mar-09 15:59
C#Coudou12-Mar-09 15:59 
AnswerRe: RDLC in VB.NET Pin
Dave Kreskowiak13-Mar-09 4:40
mveDave Kreskowiak13-Mar-09 4:40 
Questionhow can i use the system.managment librery ?? Pin
moumen2212-Mar-09 11:10
moumen2212-Mar-09 11:10 
AnswerRe: how can i use the system.managment librery ?? Pin
Dave Kreskowiak13-Mar-09 4:35
mveDave Kreskowiak13-Mar-09 4:35 
Don't cross post on multiple forums. It makes collaborating on an answer very difficult.

One of two things happened. You either didn't set a reference to the System.Management.dll file, or you tried to use a namespace as a class or object.

For the reference, right-click "My Project" in the Solution Explorer, then click on the References tab. Click on the Add button, then in the dialog that pops up, click on the .NET tab. In the list, look for System.Management and double-click it.

If you tried to use System.Management as a class, you need to rewrite your code a bit and use the correct class in that namespace. You can't just specify "System.Management" as expect it to work.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: how can i use the system.managment librery ?? Pin
moumen2214-Mar-09 3:08
moumen2214-Mar-09 3:08 
QuestionPrintscreen with Mouse Pin
Zaegra12-Mar-09 10:07
Zaegra12-Mar-09 10:07 
AnswerRe: Printscreen with Mouse Pin
Dave Kreskowiak13-Mar-09 4:14
mveDave Kreskowiak13-Mar-09 4:14 
QuestionQuestion regarding performance and string comparisons Pin
Jon_Boy12-Mar-09 5:00
Jon_Boy12-Mar-09 5:00 
AnswerRe: Question regarding performance and string comparisons Pin
Dave Kreskowiak12-Mar-09 7:13
mveDave Kreskowiak12-Mar-09 7:13 
GeneralRe: Question regarding performance and string comparisons Pin
Jon_Boy12-Mar-09 8:22
Jon_Boy12-Mar-09 8:22 
GeneralRe: Question regarding performance and string comparisons Pin
Jon_Boy13-Mar-09 3:36
Jon_Boy13-Mar-09 3:36 
QuestionHow to use spell checker in vb.net Pin
dilipmca0412-Mar-09 2:38
dilipmca0412-Mar-09 2:38 
AnswerRe: How to use spell checker in vb.net Pin
Eddy Vluggen12-Mar-09 4:29
professionalEddy Vluggen12-Mar-09 4:29 
AnswerRe: How to use spell checker in vb.net Pin
Dave Kreskowiak12-Mar-09 7:23
mveDave Kreskowiak12-Mar-09 7:23 
QuestionGridview SqlDataSource SelectCommand Pin
Tomb42112-Mar-09 2:19
Tomb42112-Mar-09 2:19 
AnswerRe: Resolved: Gridview SqlDataSource SelectCommand Pin
Tomb42117-Mar-09 9:24
Tomb42117-Mar-09 9:24 
Questionexport an image from sql 2005 to excel Pin
tw-de12-Mar-09 1:54
tw-de12-Mar-09 1:54 
AnswerRe: export an image from sql 2005 to excel Pin
Eddy Vluggen12-Mar-09 4:36
professionalEddy Vluggen12-Mar-09 4:36 
QuestionHow to use typed datasets with relationships. Pin
steve.borman12-Mar-09 0:48
steve.borman12-Mar-09 0:48 
QuestionPopulate Datagrid control Pin
tatchung12-Mar-09 0:11
tatchung12-Mar-09 0:11 
QuestionPrint Screen Pin
afridy11-Mar-09 20:18
afridy11-Mar-09 20:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.