Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListViewItemCollection's implementation of interfaces... Pin
Shy Agam20-Mar-07 9:25
Shy Agam20-Mar-07 9:25 
AnswerRe: ListViewItemCollection's implementation of interfaces... Pin
Shy Agam20-Mar-07 10:29
Shy Agam20-Mar-07 10:29 
GeneralRe: ListViewItemCollection's implementation of interfaces... Pin
Edmundisme20-Mar-07 11:04
Edmundisme20-Mar-07 11:04 
GeneralRe: ListViewItemCollection's implementation of interfaces... Pin
Shy Agam20-Mar-07 11:06
Shy Agam20-Mar-07 11:06 
QuestionProject Namespace/Folder setup Question Pin
jubilanttiger20-Mar-07 7:12
jubilanttiger20-Mar-07 7:12 
QuestionGridview with dropdownlist. Pin
peter.bellen@qsm-europe.com20-Mar-07 7:06
peter.bellen@qsm-europe.com20-Mar-07 7:06 
QuestionExtend FileDialog Class Pin
aamir22au20-Mar-07 6:20
aamir22au20-Mar-07 6:20 
QuestionMultiThreading Error in C# Pin
Ollie198620-Mar-07 6:13
Ollie198620-Mar-07 6:13 
Hey

When I run my application on windows 2000 I get this exception. But I can't even catch the error! It's something in windows (don't know).

The strange thing is that I can run the application perfect on a windows XP computer...
And when I remove all my threads from my application it works fine to D'Oh! | :doh:
My application has 1 thread for the GUI and on for the domain (I just start a threadpoll in my panel which calls my facade to do something). On windows XP it works but not on the rest Frown | :(

Thx for the help!

&<log4net:events version="1.2" xmlns:log4net="http://logging.apache.org/log4net/schemas/log4net-events-1.2"><event logger="InterfaceCollector.domain.DAL.ApplicationDirector" timestamp="2007-03-19T21:02:14.2479872+01:00" level="INFO" thread="4" domain="Data Collector II.exe" username="AGVMSTUDENT\Administrator"><message>Collecting interfaces...<properties>
<event logger="InterfaceCollector.domain.DAL.WindowsSystemScan" timestamp="2007-03-19T21:02:15.8603056+01:00" level="ERROR" thread="4" domain="Data Collector II.exe" username="AGVMSTUDENT\Administrator"><message>Error processing .Ink File.<properties><exception>System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
at InterfaceCollector.domain.DAL.IShellLinkA.GetPath( StringBuilder pszFile, Int32 cchMaxPath, WIN32_FIND_DATAA& pfd, SLGP_FLAGS fFlags)
at InterfaceCollector.domain.DAL.ShellShortcut.get_Pa th() in C:\Documents and Settings\AWYDZ\My Documents\Visual Studio 2005\Projects\Data Collector II\Data Collector II\domain\DAL\MainFlow\ShellShortcut.cs:line 80
at InterfaceCollector.domain.DAL.WindowsSystemScan.pr ocessInk(FileInfo nextFile) in C:\Documents and Settings\AWYDZ\My Documents\Visual Studio 2005\Projects\Data Collector II\Data Collector II\domain\DAL\MainFlow\WindowsSystemScan.cs:line 172
&<log4net:events version="1.2" xmlns:log4net="http://logging.apache.org/log4net/schemas/log4net-events-1.2"><event logger="InterfaceCollector.domain.DAL.ApplicationDirector" timestamp="2007-03-19T21:03:58.7482512+01:00" level="INFO" thread="8" domain="Data Collector II.vshost.exe" username="AGVMSTUDENT\Administrator"><message>Collecting interfaces...<properties>
<event logger="InterfaceCollector.domain.DAL.WindowsSystemScan" timestamp="2007-03-19T21:03:59.5994752+01:00" level="ERROR" thread="8" domain="Data Collector II.vshost.exe" username="AGVMSTUDENT\Administrator"><message>Error processing .Ink File.<properties><exception>System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at InterfaceCollector.domain.DAL.IShellLinkA.GetPath( StringBuilder pszFile, Int32 cchMaxPath, WIN32_FIND_DATAA& pfd, SLGP_FLAGS fFlags)
at InterfaceCollector.domain.DAL.ShellShortcut.get_Pa th() in C:\Documents and Settings\Administrator\Desktop\Data Collector II\Data Collector II\domain\DAL\MainFlow\ShellShortcut.cs:line 80
at InterfaceCollector.domain.DAL.WindowsSystemScan.pr ocessInk(FileInfo nextFile) in C:\Documents and Settings\Administrator\Desktop\Data Collector II\Data Collector II\domain\DAL\MainFlow\WindowsSystemScan.cs:line 163
&

Olivier! Thx!
AnswerBad Ram? Pin
Ennis Ray Lynch, Jr.20-Mar-07 7:21
Ennis Ray Lynch, Jr.20-Mar-07 7:21 
GeneralRe: Bad Ram? Pin
Ollie198620-Mar-07 11:53
Ollie198620-Mar-07 11:53 
GeneralRe: Bad Ram? Pin
Ennis Ray Lynch, Jr.20-Mar-07 12:23
Ennis Ray Lynch, Jr.20-Mar-07 12:23 
QuestionRe: Bad Ram? Pin
Ollie198620-Mar-07 12:26
Ollie198620-Mar-07 12:26 
QuestionDesign-Time code debugging... Pin
Shy Agam20-Mar-07 6:12
Shy Agam20-Mar-07 6:12 
AnswerRe: Design-Time code debugging... Pin
Ollie198620-Mar-07 6:15
Ollie198620-Mar-07 6:15 
AnswerRe: Design-Time code debugging... Pin
Dave Kreskowiak20-Mar-07 6:28
mveDave Kreskowiak20-Mar-07 6:28 
AnswerRe: Design-Time code debugging... Pin
Shy Agam20-Mar-07 7:45
Shy Agam20-Mar-07 7:45 
GeneralRe: Design-Time code debugging... Pin
Zoltan Balazs20-Mar-07 9:37
Zoltan Balazs20-Mar-07 9:37 
GeneralRe: Design-Time code debugging... Pin
Shy Agam20-Mar-07 10:47
Shy Agam20-Mar-07 10:47 
QuestionImplement C++ in C# projects Pin
laura131620-Mar-07 6:08
laura131620-Mar-07 6:08 
AnswerRe: Implement C++ in C# projects Pin
Saikek20-Mar-07 12:55
Saikek20-Mar-07 12:55 
QuestionI want to get the create table query of existing table in access Pin
jesusara20-Mar-07 5:12
jesusara20-Mar-07 5:12 
QuestionopenDialog filters Pin
sinosoidal20-Mar-07 4:42
sinosoidal20-Mar-07 4:42 
AnswerRe: openDialog filters Pin
m@u20-Mar-07 4:51
m@u20-Mar-07 4:51 
Questionhashtable Pin
arkiboys20-Mar-07 4:27
arkiboys20-Mar-07 4:27 
AnswerYes Pin
Ennis Ray Lynch, Jr.20-Mar-07 5:27
Ennis Ray Lynch, Jr.20-Mar-07 5:27 

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.