Click here to Skip to main content
15,913,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ambiguous Pin
Paulo Zemek15-Dec-09 0:30
Paulo Zemek15-Dec-09 0:30 
GeneralRe: Ambiguous Pin
ddecoy15-Dec-09 1:56
ddecoy15-Dec-09 1:56 
GeneralRe: Ambiguous Pin
Paulo Zemek15-Dec-09 2:25
Paulo Zemek15-Dec-09 2:25 
GeneralRe: Ambiguous Pin
ddecoy15-Dec-09 2:44
ddecoy15-Dec-09 2:44 
GeneralRe: Ambiguous Pin
morten11216-Dec-09 1:13
morten11216-Dec-09 1:13 
AnswerRe: Ambiguous Pin
#realJSOP15-Dec-09 7:34
professional#realJSOP15-Dec-09 7:34 
GeneralRe: Ambiguous Pin
ddecoy16-Dec-09 1:29
ddecoy16-Dec-09 1:29 
GeneralRe: Ambiguous Pin
BurnerX17-Feb-10 6:33
BurnerX17-Feb-10 6:33 
Did you resolve this problem? We have this same prombem on one project.
Error 1 The call is ambiguous between the following methods or properties: 'Microsoft.DirectX.DirectSound.WaveFormat.WaveFormat()' and 'Microsoft.DirectX.DirectSound.WaveFormat.WaveFormat()'
Error 2 The call is ambiguous between the following methods or properties: 'Microsoft.DirectX.DirectSound.CaptureBufferDescription.CaptureBufferDescription()' and 'Microsoft.DirectX.DirectSound.CaptureBufferDescription.CaptureBufferDescription()'

Project compiles fine but IDE show this annoying error all time when you toutch code after rebuild.

You can get this with Microsoft.DirectX.DirectSound.WaveFormat waveFormat = new Microsoft.DirectX.DirectSound.WaveFormat();

I think this cause by some Ms DLL:s. Maybe some reason this same namespace some also from another dll than C:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectSound.dll Or there is some kind version confict.
Anyways looks that this is some kind bug that this cannot show why it give this error.
And it is not any kind new thing that DirectSound is full of bugs. Secondarybyffer.PlayPosition and CaptureBuffer.GetCurrentPosition give some times random "Application Exeption" exeptions when computer is on heavy load.
Most of buffer pointers are broken so if name is read position it can mean that it is inner buffer write position so you must read at least one block behid of it or you get random null bytes. etc etc. So when you program with ds just keep it mind that is something does not work it is about 50%/50% possibility that bug is on ds not on your code Smile | :)
GeneralRe: Ambiguous Pin
LimitedAtonement9-Feb-11 16:56
LimitedAtonement9-Feb-11 16:56 
QuestionConvert String to int zero is missing.... Pin
spalanivel14-Dec-09 23:58
spalanivel14-Dec-09 23:58 
AnswerRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 0:21
ddecoy15-Dec-09 0:21 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:39
spalanivel15-Dec-09 0:39 
GeneralRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 1:45
ddecoy15-Dec-09 1:45 
AnswerRe: Convert String to int zero is missing.... Pin
OriginalGriff15-Dec-09 0:36
mveOriginalGriff15-Dec-09 0:36 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:45
spalanivel15-Dec-09 0:45 
GeneralRe: Convert String to int zero is missing.... PinPopular
OriginalGriff15-Dec-09 0:53
mveOriginalGriff15-Dec-09 0:53 
JokeWrong forum Pin
dan!sh 15-Dec-09 1:16
professional dan!sh 15-Dec-09 1:16 
GeneralRe: Wrong forum Pin
Luc Pattyn15-Dec-09 1:35
sitebuilderLuc Pattyn15-Dec-09 1:35 
GeneralRe: Wrong forum Pin
dan!sh 15-Dec-09 1:42
professional dan!sh 15-Dec-09 1:42 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:49
professional#realJSOP15-Dec-09 3:49 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:48
professional#realJSOP15-Dec-09 3:48 
AnswerRe: Convert String to int zero is missing.... Pin
Luc Pattyn15-Dec-09 1:39
sitebuilderLuc Pattyn15-Dec-09 1:39 
QuestionDownload first and last 1000 kb of a file? Pin
jafingi14-Dec-09 23:46
jafingi14-Dec-09 23:46 
AnswerRe: Download first and last 1000 kb of a file? Pin
Eduard Keilholz14-Dec-09 23:56
Eduard Keilholz14-Dec-09 23:56 
GeneralRe: Download first and last 1000 kb of a file? Pin
jafingi15-Dec-09 0:05
jafingi15-Dec-09 0:05 

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.