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

.NET (Core and Framework)

 
QuestionWSS 3.0 and .NET HELP! Pin
paulkeys29-Nov-07 20:39
paulkeys29-Nov-07 20:39 
AnswerRe: WSS 3.0 and .NET HELP! Pin
paulkeys29-Nov-07 20:41
paulkeys29-Nov-07 20:41 
QuestionCan I load an XPath result XmlNodeList into a DataSet/DataGrid? Pin
jack8091829-Nov-07 7:53
jack8091829-Nov-07 7:53 
GeneralRe: Can I load an XPath result XmlNodeList into a DataSet/DataGrid? Pin
ReactiveX3-Dec-07 18:23
ReactiveX3-Dec-07 18:23 
QuestionAnyone using FCKeditor? Pin
#realJSOP29-Nov-07 6:11
professional#realJSOP29-Nov-07 6:11 
GeneralRe: Anyone using FCKeditor? Pin
Pete O'Hanlon3-Dec-07 10:40
mvePete O'Hanlon3-Dec-07 10:40 
GeneralRe: Anyone using FCKeditor? Pin
johnboker7-Dec-07 17:07
johnboker7-Dec-07 17:07 
QuestionCrash on running clr console application with MFC support Pin
carabutnicolae123429-Nov-07 5:37
carabutnicolae123429-Nov-07 5:37 
(A) I have a MFC static library that defines some classes that do some speciffic work.

(B) I have a C++ CLR console application that uses the library from A. Both are compiled to use MFC as shared library. The target of this project is to prove that the code in A is working in .NET, and the code from A can be reused.


When running B, it crashes with this error:
[...........]
An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module.
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
[...........]


The Output console contains:
[...........]
'PipeManagerDotNetTesterServer.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', No symbols loaded.
First-chance exception at 0x78375508 (mfc80ud.dll) in PipeManagerDotNetTesterServer.exe: 0xC0000005: Access violation reading location 0x00000000.
A first chance exception of type 'System.AccessViolationException' occurred in Unknown Module.
An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module.

Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
[...........]



Any ideas ? because the code in A was tested in an usual(no .NET) C++ console application with MFC support and it works well.


thanks
AnswerRe: Crash on running clr console application with MFC support Pin
Dave Kreskowiak29-Nov-07 8:27
mveDave Kreskowiak29-Nov-07 8:27 
QuestionProgrammatic .NET Language Translation Pin
Fahad Sadah29-Nov-07 5:08
Fahad Sadah29-Nov-07 5:08 
GeneralRe: Programmatic .NET Language Translation Pin
Helge Kalnes6-Dec-07 11:49
Helge Kalnes6-Dec-07 11:49 
GeneralRe: Programmatic .NET Language Translation Pin
Fahad Sadah9-Dec-07 1:07
Fahad Sadah9-Dec-07 1:07 
Questionhow can i make setup of my project with trial version Pin
Ravi_2128-Nov-07 21:25
Ravi_2128-Nov-07 21:25 
AnswerRe: how can i make setup of my project with trial version Pin
Fahad Sadah29-Nov-07 5:23
Fahad Sadah29-Nov-07 5:23 
GeneralRe: how can i make setup of my project with trial version Pin
ReactiveX3-Dec-07 18:26
ReactiveX3-Dec-07 18:26 
GeneralRe: how can i make setup of my project with trial version Pin
Mark Churchill4-Dec-07 4:05
Mark Churchill4-Dec-07 4:05 
QuestionRegex - specify a max. length? Pin
boy.pockets28-Nov-07 19:57
boy.pockets28-Nov-07 19:57 
AnswerRe: Regex - specify a max. length? Pin
gericooper28-Nov-07 20:26
gericooper28-Nov-07 20:26 
GeneralRe: Regex - specify a max. length? [modified] Pin
gericooper28-Nov-07 20:36
gericooper28-Nov-07 20:36 
GeneralRe: Regex - specify a max. length? Pin
boy.pockets28-Nov-07 21:33
boy.pockets28-Nov-07 21:33 
AnswerRe: Regex - specify a max. length? Pin
mabo4229-Nov-07 1:14
mabo4229-Nov-07 1:14 
GeneralRe: Regex - specify a max. length? Pin
Fahad Sadah29-Nov-07 5:13
Fahad Sadah29-Nov-07 5:13 
GeneralRe: Regex - specify a max. length? Pin
mabo4229-Nov-07 6:58
mabo4229-Nov-07 6:58 
GeneralRe: Regex - specify a max. length? Pin
boy.pockets29-Nov-07 12:21
boy.pockets29-Nov-07 12:21 
Question.Net frame work in windows 98 Pin
Ravi_2128-Nov-07 18:12
Ravi_2128-Nov-07 18:12 

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.