Click here to Skip to main content
15,914,608 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: VB.NET Service find Window with the WIN32 API Function "FindWindow" Pin
kl_ko10-May-09 23:17
kl_ko10-May-09 23:17 
GeneralRe: VB.NET Service find Window with the WIN32 API Function "FindWindow" Pin
Dave Kreskowiak11-May-09 11:57
mveDave Kreskowiak11-May-09 11:57 
QuestionAsp.Net server code problem Pin
maria oni7-May-09 0:08
maria oni7-May-09 0:08 
QuestionMutex Releasing [modified] Pin
Tristan Rhodes6-May-09 23:11
Tristan Rhodes6-May-09 23:11 
QuestionRe: Mutex Releasing Pin
datenkabel6-May-09 23:39
datenkabel6-May-09 23:39 
AnswerRe: Mutex Releasing Pin
Tristan Rhodes7-May-09 0:14
Tristan Rhodes7-May-09 0:14 
QuestionSystem.Data.SqlserverCe dll version conflict. Pin
crazylad6-May-09 14:58
crazylad6-May-09 14:58 
AnswerRe: System.Data.SqlserverCe dll version conflict. Pin
Simon P Stevens8-May-09 4:37
Simon P Stevens8-May-09 4:37 
crazylad wrote:
Apparently, I couldn't find the dll System.Data.SqlServerCe with version # 9.0.242.0


What this error means is that the Microsoft.Practices.EnterpriseLibrary.Data.SqlCe assembly is trying to reference System.Data.SqlServerCe, Version=9.0.242.0 but your main application assembly is trying to reference System.Data.SqlServerCe, Version=3.5.0.0. It's not that it can't find the assembly, it's because you can't load references to two different versions of the same assembly at the same time in one app domain.

The simplest thing to do is make sure everything references the same version of the assembly.

This is weird I know, but:
9.0.242.0 is the old version used by SQL CE 3.1
3.5.1.0 is the newer one used by SQL CE 3.5

Which version of the enterprise library are you using? Perhaps you need to upgrade to the latest version of the enterprise library which I assume will target 3.5.1.0 of the SQL CE assembly.

Also check the app.config file and see if there are any config elements that target the SQL CE assembly and check the version numbers listed. You could try making sure that they are all 3.5.1.0

Simon

Questionilove u Pin
manoj mehra6-May-09 4:25
manoj mehra6-May-09 4:25 
QuestionApplication gives an error only if it's started at system startup Pin
Luis_codeProject6-May-09 0:43
Luis_codeProject6-May-09 0:43 
AnswerRe: Application gives an error only if it's started at system startup Pin
Giorgi Dalakishvili6-May-09 1:19
mentorGiorgi Dalakishvili6-May-09 1:19 
GeneralRe: Application gives an error only if it's started at system startup Pin
Luis_codeProject6-May-09 1:28
Luis_codeProject6-May-09 1:28 
GeneralRe: Application gives an error only if it's started at system startup Pin
Giorgi Dalakishvili6-May-09 4:09
mentorGiorgi Dalakishvili6-May-09 4:09 
GeneralRe: Application gives an error only if it's started at system startup Pin
Luis_codeProject6-May-09 4:37
Luis_codeProject6-May-09 4:37 
GeneralRe: Application gives an error only if it's started at system startup Pin
Giorgi Dalakishvili6-May-09 19:58
mentorGiorgi Dalakishvili6-May-09 19:58 
GeneralRe: Application gives an error only if it's started at system startup Pin
Luis_codeProject7-May-09 1:33
Luis_codeProject7-May-09 1:33 
GeneralRe: Application gives an error only if it's started at system startup Pin
Giorgi Dalakishvili7-May-09 2:28
mentorGiorgi Dalakishvili7-May-09 2:28 
QuestionChanging the middle/wheel click to click-n-drag Pin
f.eskafi5-May-09 17:54
f.eskafi5-May-09 17:54 
AnswerRe: Changing the middle/wheel click to click-n-drag Pin
LCARS x3225-May-09 0:06
LCARS x3225-May-09 0:06 
QuestionSuppress reading data after DataBinding.WriteValue() Pin
ezeew4-May-09 21:27
ezeew4-May-09 21:27 
AnswerRe: Suppress reading data after DataBinding.WriteValue() Pin
Danny.net4-May-09 23:27
Danny.net4-May-09 23:27 
QuestionHOW CAN I COUNT TRANSACTION TIME AND NUMBER OF TRANSACTION?? Pin
TARAK NATH ROY4-May-09 19:23
TARAK NATH ROY4-May-09 19:23 
AnswerRe: HOW CAN I COUNT TRANSACTION TIME AND NUMBER OF TRANSACTION?? Pin
Not Active5-May-09 1:46
mentorNot Active5-May-09 1:46 
JokeRe: HOW CAN I COUNT TRANSACTION TIME AND NUMBER OF TRANSACTION?? Pin
Vasudevan Deepak Kumar7-May-09 21:10
Vasudevan Deepak Kumar7-May-09 21:10 
AnswerRe: HOW CAN I COUNT TRANSACTION TIME AND NUMBER OF TRANSACTION?? Pin
Dave Kreskowiak5-May-09 4:53
mveDave Kreskowiak5-May-09 4:53 

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.