Click here to Skip to main content
15,903,362 members

Comments by ChrisHD22 (Top 4 by date)

ChrisHD22 22-Oct-16 18:41pm View    
You are casting a boolean, that's why you get an invalid cast. You cannot convert a bool to a decimal.
ChrisHD22 22-Oct-16 15:57pm View    
Use debugging and improve your question with the error and the code that is creating conflict.
ChrisHD22 21-Oct-16 17:47pm View    
First of all, which audio library are you using? Which musicTagReader library are you using? And we cannot tell you how to optimize your code if we have not seen it yet.
ChrisHD22 21-Oct-16 17:41pm View    
As NotPolliticallyCorrect said, use the debugger to know which lines of code are creating conflict and what is the error thrown. Then you should post the question saying what is the problem occurring in your project.