Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

GUID error - InvalidCastException: Unable to cast object of type 'System.Decimal' to type 'System.Int64'.

$
0
0

hi guys,
I am using GUID identifiers to track certain activities in cookies and checking to see if it exists in the db, but I am getting the error

InvalidCastException: Unable to cast object of type 'System.Decimal' to type 'System.Int64'.

Here is my code

string Cookies2 = Request.Cookies["Upload_Guid"].ToString();

Guid Cookie_Guid = Guid.Parse(Cookies2);// GEt the value of cookie and parse it to a GUID


var GID_Variable = await _context.Upload_Transaction
.SingleOrDefaultAsync(m => m.Cookie_GUID == Cookie_Guid);


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>