Click here to Skip to main content
15,921,174 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralIs this Possible - Getting a Application Name Pin
cwayman29-Nov-04 2:45
cwayman29-Nov-04 2:45 
GeneralRe: Is this Possible - Getting a Application Name Pin
Tom John30-Nov-04 6:05
Tom John30-Nov-04 6:05 
GeneralRe: Is this Possible - Getting a Application Name Pin
cwayman30-Nov-04 7:18
cwayman30-Nov-04 7:18 
QuestionHow to intercept Remote system calls? Pin
Zenly29-Nov-04 2:21
Zenly29-Nov-04 2:21 
QuestionHow to Read/Write Disk blocks? Pin
Zenly29-Nov-04 2:17
Zenly29-Nov-04 2:17 
AnswerRe: How to Read/Write Disk blocks? Pin
Dave Kreskowiak29-Nov-04 3:28
mveDave Kreskowiak29-Nov-04 3:28 
GeneralGac Trouble Pin
nitin_ion28-Nov-04 22:21
nitin_ion28-Nov-04 22:21 
GeneralRe: Gac Trouble Pin
The Man from U.N.C.L.E.3-Dec-04 1:21
The Man from U.N.C.L.E.3-Dec-04 1:21 
GacUtil checks each argument to see if it is a valid switch. If an invalid switch is found you get the "Unknown Option" error.

The most likely cause of this error is specifying an assembly (possible including the path) where there is a space in the name( or path).

The solution is to use quotes around the file name.

Eg.
GacUtil /i c:\My Dlls\MyDll.dll - Will error.

GacUtil /i "c:\My Dlls\MyDll.dll" - Will register fine.


If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
QuestionHow to hide Treeview node ? Pin
bahruddina28-Nov-04 19:29
bahruddina28-Nov-04 19:29 
AnswerRe: How to hide Treeview node ? Pin
Dave Kreskowiak29-Nov-04 1:34
mveDave Kreskowiak29-Nov-04 1:34 
GeneralComponent Location Pin
Brendan Vogt28-Nov-04 19:18
Brendan Vogt28-Nov-04 19:18 
GeneralRe: Component Location Pin
MoustafaS28-Nov-04 21:52
MoustafaS28-Nov-04 21:52 
GeneralShellExecute Pin
Brendan Vogt28-Nov-04 19:14
Brendan Vogt28-Nov-04 19:14 
GeneralRe: ShellExecute Pin
Dave Kreskowiak29-Nov-04 3:04
mveDave Kreskowiak29-Nov-04 3:04 
GeneralSplash Form Pin
Brendan Vogt28-Nov-04 19:13
Brendan Vogt28-Nov-04 19:13 
GeneralRe: Splash Form Pin
playout28-Nov-04 21:46
playout28-Nov-04 21:46 
GeneralRe: Splash Form Pin
Brendan Vogt28-Nov-04 22:06
Brendan Vogt28-Nov-04 22:06 
GeneralRe: Splash Form Pin
Gavin Jeffrey30-Nov-04 3:37
Gavin Jeffrey30-Nov-04 3:37 
GeneralLoading of Forms Pin
Brendan Vogt28-Nov-04 19:11
Brendan Vogt28-Nov-04 19:11 
GeneralRe: Loading of Forms Pin
Dave Kreskowiak29-Nov-04 1:33
mveDave Kreskowiak29-Nov-04 1:33 
GeneralBarocde Scanner Communication Pin
AkAdescentIvy28-Nov-04 18:40
AkAdescentIvy28-Nov-04 18:40 
GeneralColumn Name Pin
nitin_ion28-Nov-04 17:13
nitin_ion28-Nov-04 17:13 
GeneralOffice Addins Powerpoint Saveas dialog Pin
shinay28-Nov-04 10:35
shinay28-Nov-04 10:35 
GeneralI Need a help in MP3 Pin
The_Debugger28-Nov-04 7:31
The_Debugger28-Nov-04 7:31 
GeneralMDI applications that can act like SDI Pin
ddd0127-Nov-04 17:10
ddd0127-Nov-04 17:10 

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.