Hi,
I'm having a strange problem using WCL (.NET Version).
My program runs fine using proximity sender, but after (random) time, it launches a Windows error indicating memory access error.
In the moment of the error, I can't catch exception in .NET environment, and the app stops to works completely, the only option is to close it.
The only thing I can note is that if I comment this line on GetFiles event, the apps doesn't crash:
private void wclProximitySender_OnGetFiles(object sender, wclGetFilesEventArgs e)
{
// THIS LINE COMMENTED STOPS THE PROBLEM, BUT NO FILE IS SEND TO BLUETOOTH DEVICES, OF COURSE
e.Files.Add(sPathEnvFIle);
}
Important info about the error:
- proximity sender is working trying to send different files to different devices. In my actual tests, the file is the same to many devices, but it could be different;
- the devices doesn