.net - Problem with RDPSND.DLL -


I have an application in Visual Basic, which is using the .NET Framework 2.0. This application runs on the thin client using the Windows Terminal Services on the client site. This is a type of off-of-the-box, and when the object is successfully scanned it makes the sound.

In a remote desktop, we have enabled sound on the local computer.

It is working fine till now, but for the last few days this is a problem. After scanning some lines (never after fixed lines) - the app crashes

Checking the event viewer I found the following:

The Faulting App Bonus .XA, version 2.0.0.0, Stamp 4A683010, Faulting module RDS & DL, version 5.2.3790.0, stamp 3e8024be, debug? 0, Mistake address 0x000029d5

After this, I tried to run the sound without any application and it worked.

How can I fix this problem? Any ideas?

PS: After the accident, if we restart the application, it has actually slowed down, it takes approximately 30 seconds to scan a line - where it otherwise takes less than a second.

I experienced it is like a strange case, and I wanted to share it, just this help (Although this is an old post):

Symptoms: In my case the source of the problem was due to the mix of managed DLL with unmanaged code. To resolve this problem, I changed the order used for input leak in the link section (initially managed), and fixed the problem.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -