Author Topic: Microsoft.NET Framework BadDeviceid  (Read 1032 times)

0 Members and 1 Guest are viewing this topic.

PegLegTV

  • $upporter
  • Hero Member
  • *****
  • Posts: 500
  • Karma: 43
    • View Profile
Microsoft.NET Framework BadDeviceid
« on: April 04, 2023, 12:49:36 AM »
I'm working on setting up a new HTPC (windows 11), I coppied my VC build from my current HTPC (Windows 10) and Im getting a Microsoft.NET Framework work error, but I'm not sure what is causing it

Error:
Quote
Microsoft.NET Framework

Unhandled exception has occurred in your application. if you click
Continue the application will ignore this error and attempt to continue. if
you click Quit, the application will close immediately


BadDeviceid calling waveOutOpen

Details: https://pastebin.com/HPVGbSip

I had to install Microsoft visual c++ 2010 Redistributable > https://www.microsoft.com/en-us/download/details.aspx?id=26999
(Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported))

The error never pops up when I'm at the pc, so I havent been able to find whats causing it.

I will post the log when I see a response, I know you guys are busy and I dont want my log sitting out in the open for any longer than needed

Thanks

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Microsoft.NET Framework BadDeviceid
« Reply #1 on: April 05, 2023, 10:31:40 AM »
It's a dependency.

Just install VoxCommando once (to any folder) with the installer and it should automatically install it for you.

You can delete the installation folder afterwards if you want.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Microsoft.NET Framework BadDeviceid
« Reply #2 on: April 05, 2023, 10:36:07 AM »
Hopefully that will work. I have used VC on Windows 11, but it was a machine that had Windows 10 with VC on it that I upgraded to Windows 11.

That machine after the upgrade to 11 was horrible, and VC was a bit unstable on it. I eventually sucked it up and reinstalled windows 10 on it again from scratch, and I'm super happy that I did. Everything runs great again.

PegLegTV

  • $upporter
  • Hero Member
  • *****
  • Posts: 500
  • Karma: 43
    • View Profile
Re: Microsoft.NET Framework BadDeviceid
« Reply #3 on: April 05, 2023, 10:48:45 AM »
thanks for the reply

I installed VC in a new folder and got these popups

Quote
VoxCommando Installer/Updater (Version 2.303)

You don't have the 'Microsoft Visual C++ 2010 Redistributable' library installed and
its necessary to run this program.

do you want to download it?


Quote
VoxCommando Installer/Updater (version 2.303)

could not download Visual Studio 2010 Redist: none of the mirrors appear to be functional

this pc started with windows 11, so no rolling back for me

as stated in the first post I've downloaded and install Microsoft visual c++ 2010 Redistributable, but apparently it didnt take.

I also have a laptop running windows 11 but It started as windows 10 and I selected to update to windows 11 on first boot, and vc runs fine

do you think it would make a differance if I run "vcredist_x64.exe" as administrator, to install it?

thanks