I know this may not be the best place to ask, but I figure that there's a decent number of developers on here as well as others like myself who manage outsourced teams.
I'm looking for ideas on suggestions on what you guys do when you run into a bug or problem that's way above your head and you cannot solve it. I'm not talking the kind of things where you can search on Google and Stackoverflow and find a solution or hire some random coder off an outsourcing site to fix it for you, but something where there truly isn't any easily available answer.
Currently it's exactly the situation I'm facing, without outing myself too badly I'll try and explain it:
What do/would you do in a situation like this? Is there some sort of private place where I can crowdsource or put a bounty on a fix? This issue is way above the level of Odesk/Freelancer/Elance. Is there somewhere I'm missing you can go to find highly specialized developers.
I'm looking for ideas on suggestions on what you guys do when you run into a bug or problem that's way above your head and you cannot solve it. I'm not talking the kind of things where you can search on Google and Stackoverflow and find a solution or hire some random coder off an outsourcing site to fix it for you, but something where there truly isn't any easily available answer.
Currently it's exactly the situation I'm facing, without outing myself too badly I'll try and explain it:
Normally I'd just make a new Odesk/Elance posting to fix, ask a question on a coding forum, or have a different one of my developers look at it. In this case however, I've already had 3 excellent developers all completely baffled. I'm told Stackoverflow won't even allow a question like mine as it'd involve pasting hundreds or more lines of code and is a device specific thing. I'm also hesitant to publicly post my code anywhere as I'm doing something that's genuinely unique and I really don't want competitors figuring it out.A part of my project involved the development of a universal driver, lets say for Printers. When I install this driver via Windows Device Manager, it works beautifully, every single time. However, when I try to install it through my own software program, or even through the Windows Driver Package Installer, it LOOKS like it works, prompts for the security alert on the code signing certificate, device manager identifies the right device, installs the driver, and claims its working properly... the only catch... it doesn't actually Work, ie. it won't print. The only notable difference in working vs non working I can see if when I do a manual install and it works, when I later go to uninstall the driver, it forces me to restart my computer to remove it, while when my automatic non-working install that looks right happens, itll uninstall without any prompt about needing to restart. The same is true for any printer and any windows version.
TLDR version: for some reason, my driver only works when its installed manually, even though Windows thinks it likes the driver when its done automatically
What do/would you do in a situation like this? Is there some sort of private place where I can crowdsource or put a bounty on a fix? This issue is way above the level of Odesk/Freelancer/Elance. Is there somewhere I'm missing you can go to find highly specialized developers.