Click here to Skip to main content
15,888,022 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Suresh Suthar9-Aug-11 19:13
professionalSuresh Suthar9-Aug-11 19:13 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
User 76894779-Aug-11 19:54
User 76894779-Aug-11 19:54 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Andy_L_J9-Aug-11 20:13
Andy_L_J9-Aug-11 20:13 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
dan!sh 9-Aug-11 20:25
professional dan!sh 9-Aug-11 20:25 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Andy_L_J9-Aug-11 21:07
Andy_L_J9-Aug-11 21:07 
QuestionVista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy9-Aug-11 3:11
Jon_Boy9-Aug-11 3:11 
AnswerRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Shameel9-Aug-11 4:44
professionalShameel9-Aug-11 4:44 
GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy10-Aug-11 6:42
Jon_Boy10-Aug-11 6:42 
I tried your suggestion but was unsuccessful.

VB
Process.Start("C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe", """" & "C:\Program Files\CompanyApp\System\dbDAL.dll" & _
   """" & " /codebase", "AdminAcct", pw, "Domain")


The exit code = 100. Nothing errors off, but the assembly isn't registered correctly and can't be instantiated. If I run the SDK command prompt in adminstrative mode and run the same command and arguments, then the object and be instantiated correctly.

Despite specifying the admin account, UAC appears to be blocking the registering. Sigh.
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
MicroVirus10-Aug-11 7:58
MicroVirus10-Aug-11 7:58 
QuestionComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 7:13
ivo755-Aug-11 7:13 
AnswerRe: ComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 8:09
ivo755-Aug-11 8:09 
AnswerRe: ComboBox DisplayMember and ValueMember without database Pin
Luc Pattyn5-Aug-11 9:53
sitebuilderLuc Pattyn5-Aug-11 9:53 
GeneralRe: ComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 11:38
ivo755-Aug-11 11:38 
GeneralRe: ComboBox DisplayMember and ValueMember without database Pin
Andy_L_J5-Aug-11 17:37
Andy_L_J5-Aug-11 17:37 
QuestionReleasing a VB application for use in a Win PE Pin
Slingshot II5-Aug-11 4:00
Slingshot II5-Aug-11 4:00 
AnswerRe: Releasing a VB application for use in a Win PE Pin
Shameel5-Aug-11 4:19
professionalShameel5-Aug-11 4:19 
AnswerRe: Releasing a VB application for use in a Win PE Pin
Eddy Vluggen5-Aug-11 6:16
professionalEddy Vluggen5-Aug-11 6:16 
GeneralRe: Releasing a VB application for use in a Win PE Pin
Slingshot II10-Aug-11 4:10
Slingshot II10-Aug-11 4:10 
GeneralRe: Releasing a VB application for use in a Win PE Pin
Eddy Vluggen10-Aug-11 10:48
professionalEddy Vluggen10-Aug-11 10:48 
QuestionPlease look at this discussion Pin
User 76894774-Aug-11 20:22
User 76894774-Aug-11 20:22 
AnswerRe: Please look at this discussion Pin
Andy_L_J4-Aug-11 20:54
Andy_L_J4-Aug-11 20:54 
AnswerRe: Please look at this discussion Pin
Dalek Dave23-Aug-11 11:26
professionalDalek Dave23-Aug-11 11:26 
QuestionDouble Firing Event Pin
eddieangel4-Aug-11 13:10
eddieangel4-Aug-11 13:10 
AnswerRe: Double Firing Event Pin
Dave Kreskowiak4-Aug-11 13:56
mveDave Kreskowiak4-Aug-11 13:56 
GeneralRe: Double Firing Event Pin
eddieangel5-Aug-11 6:19
eddieangel5-Aug-11 6:19 

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.