Closed MarcoRoccagliSigma closed 1 year ago
I couldn't reproduce it with the latest 0.8.22323.102-beta version.
What version are you using?
Hi using the 0.8.22127.96 that comes with standard .NET templates. Should i update to latest version?
Just to inform that i updated at same version that you suggested and the problem persists.
Same for me but in the other way around, downgraded to your version and still couldn't reproduce the issue.
Could you share your full projects files please?
That's a WeTransfer link because of size (around 140MB)
For your info, i'm using VS2022 forcing to compile to x64 (but i have the same issue forcing in x86)
I reproduced (only happens in windows) and fixed in #138, if all tests are successfully I will create a new beta version after merging.
PD:
That's a WeTransfer link because of size (around 140MB)
Next time remove bin
, obj
and .vs
folders before zipping ;)
Thanks i will try and let you know ASAP
Version 0.8.22349.103-beta has been published
Tried this version and seems to work correctly. Thanks for fixing.
Hi, I'm attemping to set a datareader listener to inbuilt topic "DCPSParticipant" and while executing the setlistener method, i receive the AccessViolationException. Here there is the snippet code that i'm trying to use:
static void Main(string[] args) { Ace.Init();
Of course CustomDCPSParticipantListener extends from DataReaderListener. Any clue for this?
Thanks