Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing HashTable at ButtonClick Level Pin
mrfalk10-Jul-12 11:14
mrfalk10-Jul-12 11:14 
SuggestionRe: Accessing HashTable at ButtonClick Level Pin
Matt T Heffron10-Jul-12 14:22
professionalMatt T Heffron10-Jul-12 14:22 
GeneralRe: Accessing HashTable at ButtonClick Level Pin
mrfalk11-Jul-12 10:46
mrfalk11-Jul-12 10:46 
QuestionQuestion... loading unmanaged dll in x64 system Pin
Blubbo9-Jul-12 9:25
Blubbo9-Jul-12 9:25 
AnswerRe: Question... loading unmanaged dll in x64 system Pin
Ian Shlasko9-Jul-12 9:51
Ian Shlasko9-Jul-12 9:51 
GeneralRe: Question... loading unmanaged dll in x64 system Pin
Luc Pattyn9-Jul-12 10:38
sitebuilderLuc Pattyn9-Jul-12 10:38 
Generalodd Custom control size issue Pin
Blubbo9-Jul-12 6:37
Blubbo9-Jul-12 6:37 
GeneralRe: odd Custom control size issue Pin
Pete O'Hanlon9-Jul-12 7:20
mvePete O'Hanlon9-Jul-12 7:20 
GeneralRe: odd Custom control size issue Pin
Blubbo9-Jul-12 8:09
Blubbo9-Jul-12 8:09 
GeneralRe: odd Custom control size issue Pin
Pete O'Hanlon9-Jul-12 8:51
mvePete O'Hanlon9-Jul-12 8:51 
AnswerRe: odd Custom control size issue Pin
Luc Pattyn9-Jul-12 8:58
sitebuilderLuc Pattyn9-Jul-12 8:58 
QuestionAnimation on ContentPresenter ContenSource Changed Pin
ezazazel9-Jul-12 4:16
ezazazel9-Jul-12 4:16 
QuestionHow to return a DataSet reuslt from LINQ class Pin
Ahmed_Worke9-Jul-12 3:57
Ahmed_Worke9-Jul-12 3:57 
QuestionExcel line-column combination chart using C#. Pin
Member 91698878-Jul-12 21:10
Member 91698878-Jul-12 21:10 
AnswerRe: Excel line-column combination chart using C#. Pin
dan!sh 8-Jul-12 22:07
professional dan!sh 8-Jul-12 22:07 
GeneralRe: Excel line-column combination chart using C#. Pin
Member 91698878-Jul-12 22:58
Member 91698878-Jul-12 22:58 
GeneralRe: Excel line-column combination chart using C#. Pin
dan!sh 8-Jul-12 23:19
professional dan!sh 8-Jul-12 23:19 
Questionexcel chart Pin
Member 91698878-Jul-12 20:23
Member 91698878-Jul-12 20:23 
AnswerRe: excel chart Pin
Abhinav S8-Jul-12 20:30
Abhinav S8-Jul-12 20:30 
GeneralRe: excel chart Pin
Member 91698878-Jul-12 20:57
Member 91698878-Jul-12 20:57 
QuestionExpire Sessions via Session Id in ASP.Net C#? Pin
Mohammad Dayyan8-Jul-12 19:29
Mohammad Dayyan8-Jul-12 19:29 
AnswerRe: Expire Sessions via Session Id in ASP.Net C#? Pin
Abhinav S8-Jul-12 20:07
Abhinav S8-Jul-12 20:07 
GeneralRe: Expire Sessions via Session Id in ASP.Net C#? Pin
Mohammad Dayyan8-Jul-12 20:31
Mohammad Dayyan8-Jul-12 20:31 
AnswerRe: Expire Sessions via Session Id in ASP.Net C#? Pin
Pete O'Hanlon10-Jul-12 23:42
mvePete O'Hanlon10-Jul-12 23:42 
QuestionException in VideoStreamGetFrameOpen Pin
Anandagowda8-Jul-12 16:25
Anandagowda8-Jul-12 16:25 
Hi, i am working on a project named object tracking in video files as part of my academics.

I used "A Simple C# Wrapper for the AviFile Library" for working with Avi Files.

It is working well in my system for my inputs and getting output as expected.

My system configuration

os: windows 7

.net version: Visual studio 2010(version 4)

And when i tried to run the same code on different system with same
configuration as mine it is not working.

and also i tried to do with different configuration as shown below.

os: windows XP Service pack 2

.net version: Visual studio 2008 (version 3.5)

it is also not working.

no errors.

no warnings.


I'm getting exception showing "process or thread has changed since last step"

exception at

" if(getFrameObject == 0){ throw new Exception("Exception in
VideoStreamGetFrameOpen!"); }" in VideoStream.cs file.


I'm not getting the solution what changes i've make to run the code on
other system.

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.