Search found 4 matches

by tq2production
Thu Mar 29, 2018 1:39 pm
Forum: Device Detection Issues
Topic: Getting Logical Resolution
Replies: 1
Views: 27357

Getting Logical Resolution

I feel like this is a pretty simple question, but I'm having trouble figuring it out. I want to determine the logical resolution of devices, such as the iPad. I am currently using the resolution_width property, which gives me a value of 1536. I assumed I could use the density_class property to find ...
by tq2production
Mon Aug 26, 2013 1:18 pm
Forum: .NET API
Topic: KeyNotFoundException in EnsureUserAgent
Replies: 6
Views: 38023

Re: KeyNotFoundException in EnsureUserAgent

Yes, the email address on my forum account is good for contacting me. Thanks!
by tq2production
Thu Aug 22, 2013 2:55 pm
Forum: .NET API
Topic: KeyNotFoundException in EnsureUserAgent
Replies: 6
Views: 38023

Re: KeyNotFoundException in EnsureUserAgent

When I examine my web logs, it seems that these exceptions occur when I receive a request with a blank user agent. Any idea why I would receive a blank user agent?
by tq2production
Thu Aug 15, 2013 7:52 am
Forum: .NET API
Topic: KeyNotFoundException in EnsureUserAgent
Replies: 6
Views: 38023

KeyNotFoundException in EnsureUserAgent

Our production application has started getting an exception when calling GetDeviceInfo(). The call stack is below. Any ideas? System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at ScientiaMob...