Welcome Guest Search | Active Topics | Sign In | Register

'CrashDataEventArgs' does not contain a definition for 'Data' on 20.1.30 Options
mhoblit
Posted: Thursday, April 30, 2020 10:15:43 AM
Rank: Member
Groups: Member

Joined: 3/25/2020
Posts: 10
Downloaded the new nuget package 20.1.30 but when I compile I get the following error:

Quote:
Error CS1061 'CrashDataEventArgs' does not contain a definition for 'Data' and no accessible extension method 'Data' accepting a first argument of type 'CrashDataEventArgs' could be found (are you missing a using directive or an assembly reference?)


Line can be commented out to compile but we need it for crash logging.

Quote:
EO.Base.Runtime.CrashDataAvailable += (o, c) => { ReportErrorEO(c.Data); };


Re: Manually getting crash data: https://www.essentialobjects.com/doc/common/crash_report.aspx

Any ideas?
eo_support
Posted: Thursday, April 30, 2020 1:12:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

Sorry about the problem. Yes. This was due to an error in the obfuscating process. We have fixed the problem and posted another update build. Please download the new build (.31) instead.

Thanks!
mhoblit
Posted: Thursday, April 30, 2020 1:46:34 PM
Rank: Member
Groups: Member

Joined: 3/25/2020
Posts: 10
Thank you. That worked!
eo_support
Posted: Thursday, April 30, 2020 4:08:47 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Great!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.