Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
GeneralRe: Format SQL statement into C# string. Pin
RK KL19-Oct-09 10:13
RK KL19-Oct-09 10:13 
GeneralRe: Format SQL statement into C# string. Pin
Brady Kelly19-Oct-09 11:21
Brady Kelly19-Oct-09 11:21 
GeneralRe: Format SQL statement into C# string. Pin
Not Active19-Oct-09 11:51
mentorNot Active19-Oct-09 11:51 
GeneralRe: Format SQL statement into C# string. Pin
PIEBALDconsult19-Oct-09 15:37
mvePIEBALDconsult19-Oct-09 15:37 
AnswerRe: Format SQL statement into C# string. PinPopular
AspDotNetDev19-Oct-09 10:25
protectorAspDotNetDev19-Oct-09 10:25 
GeneralRe: Format SQL statement into C# string. Pin
Mycroft Holmes19-Oct-09 12:23
professionalMycroft Holmes19-Oct-09 12:23 
QuestionA problem with namespace? Pin
George Quarton19-Oct-09 5:15
George Quarton19-Oct-09 5:15 
AnswerRe: A problem with namespace? Pin
Luc Pattyn19-Oct-09 6:12
sitebuilderLuc Pattyn19-Oct-09 6:12 
Hi,

there seem to be a couple of issues.

the PenDriveBackup error means you have more than one type of that name; that could be classes, structs, enums, etc. Or even two copies of the same code (did you recently copy/paste PenDriveBackup code?).

the Context disconnected error is a run-time error (I don't get how you could get it as you are getting the previous error at compile time, so your app can't run). Are you using threads, and/or doing things regarding AppartmentState? You're not the first today having this problem, I personally never have seen it happen. It could be a COM component referring to a managed object that is no longer around.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


GeneralRe: A problem with namespace? Pin
George Quarton19-Oct-09 6:31
George Quarton19-Oct-09 6:31 
GeneralRe: A problem with namespace? Pin
Luc Pattyn19-Oct-09 6:48
sitebuilderLuc Pattyn19-Oct-09 6:48 
GeneralRe: A problem with namespace? Pin
Luc Pattyn19-Oct-09 9:16
sitebuilderLuc Pattyn19-Oct-09 9:16 
GeneralRe: A problem with namespace? Pin
George Quarton19-Oct-09 11:50
George Quarton19-Oct-09 11:50 
QuestionReplication Classes Pin
md_refay19-Oct-09 4:37
md_refay19-Oct-09 4:37 
QuestionCustomer user control load screen Pin
gdub19-Oct-09 4:24
gdub19-Oct-09 4:24 
AnswerRe: Customer user control load screen Pin
Not Active19-Oct-09 4:55
mentorNot Active19-Oct-09 4:55 
AnswerRe: Customer user control load screen Pin
benjymous19-Oct-09 4:55
benjymous19-Oct-09 4:55 
GeneralRe: Customer user control load screen Pin
Not Active19-Oct-09 5:47
mentorNot Active19-Oct-09 5:47 
GeneralRe: Customer user control load screen Pin
gdub19-Oct-09 7:23
gdub19-Oct-09 7:23 
GeneralRe: Customer user control load screen Pin
Not Active19-Oct-09 7:49
mentorNot Active19-Oct-09 7:49 
QuestionLow priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 3:42
LimitedAtonement19-Oct-09 3:42 
AnswerRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Luc Pattyn19-Oct-09 5:09
sitebuilderLuc Pattyn19-Oct-09 5:09 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 5:33
LimitedAtonement19-Oct-09 5:33 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Dave Kreskowiak19-Oct-09 5:43
mveDave Kreskowiak19-Oct-09 5:43 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Luc Pattyn19-Oct-09 5:46
sitebuilderLuc Pattyn19-Oct-09 5:46 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 7:30
LimitedAtonement19-Oct-09 7:30 

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.