Folks,
I'm not quite sure if this is the correct newsgroup to post it, but I'm sure
there are experts here that might have an answer to my question.
I have developed a .net isapi DLL (Web Service) that uses a COM object to
cut and merge WAV files.
Now, the Web Service and the COM object work fine on my XP machine, writing
the file as it should.
However, when I run the complete system on a Win2000 machine, my writefile
in the COM object acts strangely.
It should write some buffer to a file, and the BytesWritten returns exactly
the number of bytes that need to be written, but my file does not grow. I'm
offering a total amount of 20 MB to write (in 4096 kB buffers) but the file
stays 1 kB. This 1 kB is from a previous WriteFile action that writes a WAV
header to the file.
So, after writing the wave header, every call to writefile does not result
in file growth.
Does anyone have similar experience or has seen this kind of behavior
before?
I appreciate any response.
Thanks in advance!
Rob Vermeulen.