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

.NET (Core and Framework)

 
QuestionRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:25
KFC19721-Sep-11 0:25 
AnswerRe: Simple Visual Studio 2010 Question Pin
Pradeep Shukla21-Sep-11 2:15
professionalPradeep Shukla21-Sep-11 2:15 
AnswerRe: Simple Visual Studio 2010 Question Pin
Eddy Vluggen20-Sep-11 10:43
professionalEddy Vluggen20-Sep-11 10:43 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:29
KFC19721-Sep-11 0:29 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 0:41
mvePete O'Hanlon21-Sep-11 0:41 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:51
KFC19721-Sep-11 0:51 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 1:52
mvePete O'Hanlon21-Sep-11 1:52 
QuestionCall DLL in WinForms App Fails But Works In MFC App Pin
Jonnster20-Sep-11 0:15
Jonnster20-Sep-11 0:15 
I have a DLL written in Visual C++ 6.0. I have a MFC test application which calls this DLL and it works fine. I also have a .NET C# WinForms test app which calls this DLL. I am importing the DLL and calling it successfully. I can see that the DLL is called correctly and all parameters are passed successfully. The DLL works for a time and then fails when trying to create a COM component by calling CoCreateInstance. This fails with an Access Violation. This doesn't happen when called from the MFC app.



Why does this happen in the .NET app and how do I solve it?
AnswerRe: Call DLL in WinForms App Fails But Works In MFC App Pin
Daniel.Grondal20-Sep-11 0:40
Daniel.Grondal20-Sep-11 0:40 
QuestionCalling a delphi dll from VB.net Pin
Rijz13-Sep-11 0:37
Rijz13-Sep-11 0:37 
AnswerRe: Calling a delphi dll from VB.net Pin
Dave Kreskowiak13-Sep-11 4:36
mveDave Kreskowiak13-Sep-11 4:36 
AnswerRe: Calling a delphi dll from VB.net Pin
Eddy Vluggen13-Sep-11 8:11
professionalEddy Vluggen13-Sep-11 8:11 
Questiondatetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 1:21
schampacc12-Sep-11 1:21 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
MicroVirus12-Sep-11 2:18
MicroVirus12-Sep-11 2:18 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Alan N12-Sep-11 2:26
Alan N12-Sep-11 2:26 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 2:37
schampacc12-Sep-11 2:37 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
MicroVirus12-Sep-11 3:11
MicroVirus12-Sep-11 3:11 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 3:31
schampacc12-Sep-11 3:31 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Alan N12-Sep-11 3:49
Alan N12-Sep-11 3:49 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
jschell12-Sep-11 8:20
jschell12-Sep-11 8:20 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 20:50
schampacc12-Sep-11 20:50 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy [modified] Pin
Daniel.Grondal12-Sep-11 22:58
Daniel.Grondal12-Sep-11 22:58 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 23:44
schampacc12-Sep-11 23:44 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Dave Kreskowiak13-Sep-11 1:43
mveDave Kreskowiak13-Sep-11 1:43 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Pete O'Hanlon13-Sep-11 0:33
mvePete O'Hanlon13-Sep-11 0:33 

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.