Unanswered Questions
7,253,592 questions with no upvoted or accepted answers
35
votes
2
answers
876
views
Why do my PDB's for my VB6 project not match the generated dll?
I have a VB6 project and have enabled it to generate pdb files (this shows how to do that). However I can't debug with them and when I check them with symcheck I get this output:
>SYMCHK: MyFile....
34
votes
1
answer
2k
views
UnhandledErrorDetected: Unspecified error COMException
Struggling with an error that freezes the app and only occurs on the tablet (never on my laptop). Seems to be related to quickly switching the hamburger menu. I got one stack trace that incriminated ...
34
votes
1
answer
1k
views
Android: Loading Custom Midi Instruments DLS files into Sonivox EAS
I'm creating an Android midi application using the popular billthefarmer driver package. With the help of Markus Kauppinen in this thread I was able to make my app generate and control midi events (...
34
votes
0
answers
1k
views
Azure SDK Upgrade from 2.2 to 2.6
MS Build crashed once I upgraded Azure SDK from 2.2 to 2.6 SDK. I get the following error during MS build.... can anyone help me with what is an actual issue in 2.6
Click here to enlarge image
34
votes
0
answers
2k
views
Can I set offset in lookup of iTunes API? (I'd like to paginate lookup result)
I'd like to paginate lookup result. So can I set offset in lookup of iTunes API?
The API document says no offset parameter, but, in search API, we can set offset likes below.
https://itunes.apple.com/...
34
votes
1
answer
1k
views
Clang Error: Reference to NSUTF8StringEncoding is ambiguous
I am trying to create unit tests using the new XCTest framework introduced in Xcode 5. I have a line in one of my test cases that looks like this:
XCTAssertEqual([self.client stringEncoding], ...
34
votes
2
answers
5k
views
ASP.Net Core 1 Logging Error - The description for Event ID xxxx from source Application cannot be found
I would like to write to the Windows Event Log from an ASP.Net Core application's Controller method.
The issue I have is that, where I expect log information to be written I keep getting the error/...
34
votes
1
answer
7k
views
Reading RGB images with an ImageReader
I'm trying to use an ImageReader to get RGB images from the camera. I'm using the Camera2 API from Android 5.0 "L" on a Nexus 5 running the developer preview. Note that I am not asking how ...
34
votes
4
answers
4k
views
Invalid WS Security Header - IRS ACA SOAP Request
I'm in the process of submitting a RequestSubmissionStatusDetail request from the IRS.
Here's my problem. When submitting the following document to the IRS, I always get "Invalid WS Security Header". ...
34
votes
1
answer
4k
views
How can I force Xcode to retain my indentation when I copy and paste?
I find myself wasting so much time dealing with Xcodes auto indentation that I have to ask if there is something I just have wrong in my settings. Basically if I spend time indenting code within a ...
33
votes
1
answer
2k
views
Event Data Collected by Firebase Analytics DebugView Is Incomplete
I'm sending events to Firebase Analytics and find out that part of the event parameters is missing in DebugView.
Below are two identical events sending to Firebase and I've checked that all the ...
33
votes
0
answers
2k
views
Handle MediaCodec video with dropped frames
I'm currently doing fast precise seeking using MediaCodec. What I currently do to skip frame by frame is, I first get the total frames:
mediaInfo.totalFrames = videoTrack.getSamples().size();
Then I ...
33
votes
1
answer
1k
views
Open .NET Core 2.0 dump in lldb on Linux - which lldb version?
I'm trying to open a .NET Core 2.0 dump on Ubuntu 16.04, following instructions from http://blogs.microsoft.co.il/sasha/2017/02/26/analyzing-a-net-core-core-dump-on-linux/
Dump is created from ...
33
votes
0
answers
3k
views
Weird Native Crash - pid: 0, tid: 0 signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
I am getting this weird crash on android
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> com.oimvo.discdj <<<
backtrace:
#00 pc ...
33
votes
1
answer
657
views
In RubyMine, how to preview a file's contents by selecting it like in Sublime Text?
I'm new to RubyMine 7 on Mac.
I used to use Sublime Text 3 and I love RubyMine so far except its lack of file previewing.
In Sublime Text, when clicking a file in the sidebar (file explorer), the ...