Here, I am having a problem while converting ogg file to mp3 format. Reading ogg file is done successfully but while encoding it is throwing exception like,"Exception from HRESULT: 0xC00D3E85". Presently I am working on windows server 2012(64 bit). public byte[] DecodeOGG(byte[] data,string trgtfilename,int bitrate) { byte[] dt = null; [...] read more