在C#2008 Windows应用程序中,我收到以下错误消息:
进程9528(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ TrustedPeople 进程8880(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ TrustedPeople 进程9528(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ My 进程8880(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ My 进程9528(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ Disallowed 进程8880(\ Device \ HarddiskVolume2 \ Program Files(x86)\ red \ sampleclient.exe)已打开键\ REGISTRY \ USER \ S-1-5-21-11-222-333 \ Software \ Microsoft \ SystemCertificates \ Disallowed < / p>
应用程序中没有使用注册表的代码,因此我认为唯一可能是错误的是关于数据库的连接字符串。
以下是数据库中与sql server 2008 r2数据库的连接字符串:
使用sql server登录为应用程序设置正在使用的帐户。该帐户还拥有Windows的某种权利。
因此,你能告诉我你怎么认为我可以将连接字符串更改为数据库和/或告诉我你认为哪些是错的?