Click here to Skip to main content
15,888,030 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help Pin
OriginalGriff11-Feb-13 6:01
mveOriginalGriff11-Feb-13 6:01 
GeneralRe: Help Pin
Amir Mohammad Nasrollahi29-Jul-13 22:21
professionalAmir Mohammad Nasrollahi29-Jul-13 22:21 
AnswerRe: Help Pin
Pete O'Hanlon11-Feb-13 6:14
mvePete O'Hanlon11-Feb-13 6:14 
GeneralRe: Help Pin
Jibesh11-Feb-13 6:30
professionalJibesh11-Feb-13 6:30 
GeneralRe: Help Pin
Dave Kreskowiak11-Feb-13 7:27
mveDave Kreskowiak11-Feb-13 7:27 
GeneralRe: Help Pin
PIEBALDconsult11-Feb-13 15:30
mvePIEBALDconsult11-Feb-13 15:30 
GeneralRe: Help Pin
Dave Kreskowiak11-Feb-13 18:51
mveDave Kreskowiak11-Feb-13 18:51 
QuestionC# error message SystemCertificates\Disallowed Pin
classy_dog11-Feb-13 5:13
classy_dog11-Feb-13 5:13 
In a C# 2008 windows application, I am getting the following error messages:

Process 9528 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\TrustedPeople
Process 8880 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\TrustedPeople
Process 9528 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\My
Process 8880 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\My
Process 9528 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\Disallowed
Process 8880 (\Device\HarddiskVolume2\Program Files (x86)\red\sampleclient.exe) has opened key \REGISTRY\USER\S-1-5-21-11-222-333\Software\Microsoft\SystemCertificates\Disallowed

There is no code in the appliation to use registry, thus the only thing I think can be wrong is something about the connection string to the database.

Here is the connection string in the database to a sql server 2008 r2 database:
<connectionStrings>
<add name="eConnectionString" connectionString="Data Source=DEV;Initial Catalog=DEVDB;User Id=TESTUSER;Password=xxxxxx;"providerName="System.Data.SqlClient" />
</connectionStrings>

The account that is being used is setup for an applicaiton by using a sql server login. The account also has some kind of rights to windows.

Thus can you tell what how you think I can change the connection string to the database and/or tell me what you think can be wrong?

modified 11-Feb-13 12:30pm.

AnswerRe: C# error message SystemCertificates\Disallowed Pin
Abhinav S11-Feb-13 5:16
Abhinav S11-Feb-13 5:16 
AnswerRe: C# error message SystemCertificates\Disallowed Pin
Dave Kreskowiak11-Feb-13 5:49
mveDave Kreskowiak11-Feb-13 5:49 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
classy_dog11-Feb-13 6:37
classy_dog11-Feb-13 6:37 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
Dave Kreskowiak11-Feb-13 7:26
mveDave Kreskowiak11-Feb-13 7:26 
AnswerRe: C# error message SystemCertificates\Disallowed Pin
jschell11-Feb-13 8:14
jschell11-Feb-13 8:14 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
classy_dog11-Feb-13 16:40
classy_dog11-Feb-13 16:40 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
jschell12-Feb-13 14:17
jschell12-Feb-13 14:17 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
classy_dog12-Feb-13 11:19
classy_dog12-Feb-13 11:19 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
jschell12-Feb-13 14:20
jschell12-Feb-13 14:20 
GeneralRe: C# error message SystemCertificates\Disallowed Pin
classy_dog12-Feb-13 16:18
classy_dog12-Feb-13 16:18 
QuestionHow to sent/receive sms in C# application? Pin
Anand Gunasekaran11-Feb-13 3:43
professionalAnand Gunasekaran11-Feb-13 3:43 
AnswerRe: How to sent/receive sms in C# application? Pin
José Amílcar Casimiro11-Feb-13 4:28
José Amílcar Casimiro11-Feb-13 4:28 
AnswerRe: How to sent/receive sms in C# application? Pin
Abhinav S11-Feb-13 5:21
Abhinav S11-Feb-13 5:21 
AnswerRe: How to sent/receive sms in C# application? Pin
jschell11-Feb-13 8:15
jschell11-Feb-13 8:15 
GeneralRe: How to sent/receive sms in C# application? Pin
Anand Gunasekaran11-Feb-13 23:21
professionalAnand Gunasekaran11-Feb-13 23:21 
AnswerRe: How to sent/receive sms in C# application? Pin
Amir Mohammad Nasrollahi29-Jul-13 22:23
professionalAmir Mohammad Nasrollahi29-Jul-13 22:23 
QuestionConstructor issue Pin
antrock10111-Feb-13 2:41
antrock10111-Feb-13 2:41 

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.