Click here to Skip to main content
15,887,346 members
Home / Discussions / C#
   

C#

 
QuestionData binding in wpf Pin
rajeevanagaraj25-Oct-14 2:16
rajeevanagaraj25-Oct-14 2:16 
AnswerRe: Data binding in wpf Pin
Mycroft Holmes25-Oct-14 13:32
professionalMycroft Holmes25-Oct-14 13:32 
QuestionUpload and Save Image Using Webservice Pin
ASPnoob24-Oct-14 23:59
ASPnoob24-Oct-14 23:59 
AnswerRe: Upload and Save Image Using Webservice Pin
CAReed25-Oct-14 4:25
professionalCAReed25-Oct-14 4:25 
GeneralRe: Upload and Save Image Using Webservice Pin
ASPnoob25-Oct-14 7:05
ASPnoob25-Oct-14 7:05 
AnswerRe: Upload and Save Image Using Webservice Pin
Nathan Minier27-Oct-14 1:53
professionalNathan Minier27-Oct-14 1:53 
QuestionApplication could not start error 0xC0000006 starting C# .NET 2.0 program Pin
eljainc24-Oct-14 9:12
eljainc24-Oct-14 9:12 
AnswerRe: Application could not start error 0xC0000006 starting C# .NET 2.0 program Pin
Dave Kreskowiak24-Oct-14 10:26
mveDave Kreskowiak24-Oct-14 10:26 
You MUST have .NET 2.0 installed and, by default, code running from network sources is not trusted. Your code is running in a very restricted sandbox.

So, either you have to tell the machine to trust the network source, or move the .EXE to the local hard drive and run it from there. Running from a network source isn't the greatest idea if you're going to be replacing the .EXE since the file is locked when the code is running on any machine.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Application could not start error 0xC0000006 starting C# .NET 2.0 program Pin
eljainc24-Oct-14 10:39
eljainc24-Oct-14 10:39 
GeneralRe: Application could not start error 0xC0000006 starting C# .NET 2.0 program Pin
Garth J Lancaster24-Oct-14 11:55
professionalGarth J Lancaster24-Oct-14 11:55 
GeneralRe: Application could not start error 0xC0000006 starting C# .NET 2.0 program Pin
eljainc26-Oct-14 1:50
eljainc26-Oct-14 1:50 
GeneralRe: Application could not start error 0xC0000006 starting C# .NET 2.0 program Pin
Dave Kreskowiak26-Oct-14 5:17
mveDave Kreskowiak26-Oct-14 5:17 
QuestionApplication has stopped responding Pin
eljainc24-Oct-14 7:31
eljainc24-Oct-14 7:31 
AnswerRe: Application has stopped responding Pin
Richard Andrew x6425-Oct-14 9:34
professionalRichard Andrew x6425-Oct-14 9:34 
QuestionC sharp and CRC's and polynomials Pin
turbosupramk324-Oct-14 3:13
turbosupramk324-Oct-14 3:13 
AnswerRe: C sharp and CRC's and polynomials Pin
BillWoodruff24-Oct-14 3:42
professionalBillWoodruff24-Oct-14 3:42 
GeneralRe: C sharp and CRC's and polynomials Pin
turbosupramk324-Oct-14 5:42
turbosupramk324-Oct-14 5:42 
GeneralRe: C sharp and CRC's and polynomials Pin
Pete O'Hanlon24-Oct-14 6:08
mvePete O'Hanlon24-Oct-14 6:08 
GeneralRe: C sharp and CRC's and polynomials Pin
turbosupramk324-Oct-14 6:47
turbosupramk324-Oct-14 6:47 
GeneralRe: C sharp and CRC's and polynomials Pin
BillWoodruff24-Oct-14 9:22
professionalBillWoodruff24-Oct-14 9:22 
GeneralRe: C sharp and CRC's and polynomials Pin
turbosupramk324-Oct-14 13:21
turbosupramk324-Oct-14 13:21 
Questionproblem in insert image in sql with janus control use Pin
fatemehsoleimani24-Oct-14 2:27
fatemehsoleimani24-Oct-14 2:27 
AnswerRe: problem in insert image in sql with janus control use Pin
Pete O'Hanlon24-Oct-14 3:44
mvePete O'Hanlon24-Oct-14 3:44 
GeneralRe: problem in insert image in sql with janus control use Pin
fatemehsoleimani24-Oct-14 3:59
fatemehsoleimani24-Oct-14 3:59 
Questionrun application c# Pin
Ibrahim.elh24-Oct-14 2:03
Ibrahim.elh24-Oct-14 2:03 

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.