Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 13:18
protectorAspDotNetDev19-Feb-10 13:18 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Giorgi Dalakishvili19-Feb-10 23:00
mentorGiorgi Dalakishvili19-Feb-10 23:00 
QuestionAny one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 11:20
Seraph_summer19-Feb-10 11:20 
AnswerMessage Closed Pin
19-Feb-10 11:40
stancrm19-Feb-10 11:40 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 22:50
Seraph_summer19-Feb-10 22:50 
AnswerRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
dybs19-Feb-10 18:12
dybs19-Feb-10 18:12 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer20-Feb-10 3:29
Seraph_summer20-Feb-10 3:29 
QuestionEmbed SQL Express Pin
eddieangel19-Feb-10 10:59
eddieangel19-Feb-10 10:59 
I am trying to package SQL Express with my application and am having some trouble with the installation. I keep getting an error in the error log that says "credentials not valid" in reference to the supplied account (Which is NT Authority\System). Which is an issue I have researched and found no solid answer for. Maybe because it is Windows 7, I am not sure.

Anyways, rather than supplying the account via command line can I supply it the same way it is supplied in the SQL Express setup, with a drop down list?

If so, does anyone have a pointer to code for something like this? I am not sure how to get the information from AD to begin with (a combobox with a LDAP datasource?). And then, what that information should like like in code? (e.g. cboAcct.text?)

Right now the code looks like this:

strCommandLine.Append(" /Timestamp=" + timeStamp);
strCommandLine.Append(" /Action=Install");
strCommandLine.Append(" /AddCurrentUserAsSQLAdmin");
strCommandLine.Append(" /Features=SQL,SSMS");
strCommandLine.Append(" /InstanceName=pcExpress");
strCommandLine.Append(" /q");
strCommandLine.Append(" /SQLSVCACCOUNT=NT AUTHORITY\\SYSTEM");
strCommandLine.Append(" /SQLSYSADMINACCOUNTS=BUILTIN\\ADMINISTRATORS");
strCommandLine.Append(" /SQLSVCSTARTUPTYPE=Automatic");
strCommandLine.Append(" /AGTSVCACCOUNT=NT AUTHORITY\\SYSTEM");
strCommandLine.Append(" /AGTSVCSTARTUPTYPE=Automatic");
strCommandLine.Append(" /RSSVCACCOUNT=NT AUTHORITY\\SYSTEM");
strCommandLine.Append(" /RSSVCSTARTUPTYPE=Automatic");
strCommandLine.Append(" /ASSVCACCOUNT=NT AUTHORITY\\SYSTEM");
strCommandLine.Append(" /ASSVCSTARTUPTYPE=Disabled");
strCommandLine.Append(" /ASSYSADMINACCOUNTS=BUILTIN\\ADMINISTRATORS");
strCommandLine.Append(" /ISSVCACCOUNT=NT AUTHORITY\\SYSTEM");
strCommandLine.Append(" /ISSVCSTARTUPTYPE=Disabled");


Any help would be appreciated.
AnswerRe: Embed SQL Express Pin
Not Active19-Feb-10 11:25
mentorNot Active19-Feb-10 11:25 
GeneralRe: Embed SQL Express Pin
eddieangel19-Feb-10 11:29
eddieangel19-Feb-10 11:29 
GeneralRe: Embed SQL Express Pin
Not Active19-Feb-10 11:38
mentorNot Active19-Feb-10 11:38 
GeneralRe: Embed SQL Express Pin
eddieangel19-Feb-10 11:43
eddieangel19-Feb-10 11:43 
QuestionHow to get path to public directory Pin
CTaylor8919-Feb-10 9:06
CTaylor8919-Feb-10 9:06 
AnswerRe: How to get path to public directory Pin
Dave Kreskowiak19-Feb-10 9:40
mveDave Kreskowiak19-Feb-10 9:40 
GeneralRe: How to get path to public directory Pin
CTaylor8919-Feb-10 10:50
CTaylor8919-Feb-10 10:50 
QuestionProgram in Client side is not working Pin
Said Ali Jalali19-Feb-10 8:12
Said Ali Jalali19-Feb-10 8:12 
AnswerRe: Program in Client side is not working Pin
Paulo Zemek19-Feb-10 10:24
mvaPaulo Zemek19-Feb-10 10:24 
GeneralRe: Program in Client side is not working Pin
Said Ali Jalali20-Feb-10 5:12
Said Ali Jalali20-Feb-10 5:12 
GeneralRe: Program in Client side is not working Pin
Paulo Zemek20-Feb-10 5:24
mvaPaulo Zemek20-Feb-10 5:24 
QuestionDesign Question for DataReader error Pin
galacticvoid19-Feb-10 7:04
galacticvoid19-Feb-10 7:04 
AnswerRe: Design Question for DataReader error Pin
PIEBALDconsult19-Feb-10 17:55
mvePIEBALDconsult19-Feb-10 17:55 
GeneralRe: Design Question for DataReader error Pin
galacticvoid22-Feb-10 4:30
galacticvoid22-Feb-10 4:30 
Questioncollapsible panel in c sharp? Pin
Pawan Kiran19-Feb-10 6:33
Pawan Kiran19-Feb-10 6:33 
AnswerRe: collapsible panel in c sharp? Pin
Not Active19-Feb-10 7:14
mentorNot Active19-Feb-10 7:14 
QuestionTimer Control [modified] Pin
dalila y19-Feb-10 5:20
dalila y19-Feb-10 5:20 

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.