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....
Sam Holder's user avatar
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 ...
DeannaD's user avatar
  • 1,535
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 (...
Cody's user avatar
  • 1,879
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
SOF User's user avatar
  • 7,836
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/...
bekkou68's user avatar
  • 852
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], ...
wjk's user avatar
  • 1,249
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/...
tinonetic's user avatar
  • 8,034
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 ...
nneonneo's user avatar
  • 180k
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". ...
mikeps34's user avatar
  • 349
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 ...
patrick's user avatar
  • 9,782
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 ...
Michael Revlis's user avatar
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 ...
ClassA's user avatar
  • 2,710
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 ...
Pavel Tupitsyn's user avatar
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 ...
Diljeet's user avatar
  • 1,976
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 ...
Yoshi's user avatar
  • 459

15 30 50 per page
1
3 4
5
6 7
483573