This topic is locked
[SOLVED]

Cannot find module './dbMSSQL'

12/30/2024 4:18:59 PM
ASPRunner.NET General questions
R
raymueller authorDevClub member

I just loaded version 42749 and I started to receive the error "Cannot find module './dbMSSQL'"

I was able to verify the error by loading ASP.NET Runner on another computer with the same error when attempting to connect to a MS SQL server.

Error
Cannot find module './dbMSSQL'
Require stack:

  • D:\Users\rmueller\AppData\Local\ASPRunnerNet11\app-11.0.14\resources\app.asar\dist\out-tsc\server\src\database\dbManager.js
  • D:\Users\rmueller\AppData\Local\ASPRunnerNet11\app-11.0.14\resources\app.asar\dist\out-tsc\server\src\projectApi\projectController.js
  • D:\Users\rmueller\AppData\Local\ASPRunnerNet11\app-11.0.14\resources\app.asar\dist\out-tsc\runner\src\app\transport\projecttransportfused.js
  • D:\Users\rmueller\AppData\Local\ASPRunnerNet11\app-11.0.14\resources\app.asar\dist\out-tsc\runner\src\app\start.js

Thanks
Ray

Sergey Kornilov admin 12/31/2024

This issue was fixed in build 42752.

R
raymueller authorDevClub member 1/2/2025

Sergey - Happy New Year! I can confirm that the issue is fixed. Thank you
Ray