on 2024 Mar 21 3:32 PM
I have a UWP application targeted for the x64 platform using Visual studio 2019. I am using the Ultralite.winrt reference within my project. I am using the latest version of Microsoft.NetCore.UniversalWindowsPlatform. I will be sideloading the application. I have a Ultralite database that is valid(I can access the database using SQL17 DEVELOPER).
When I call the method UltraLite.DatabaseManager.Init() I get the following error 'The specified module could not be found. (Exception from HRESULT: 0x8007007E)" Upon inspection of the Exception error class, it states the following Source-"System.Private.CoreLib" Stacktrace -"at System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)\\r\\n at UltraLite.DatabaseManager.Init()\\r\\n at WEMobileDataAccessV2.TNT_DataAccess.ConnectConfig() in C:\\Users\\eunderwood\\Documents\\Wellington\\ServanywhereMobile\\WellingtonV2\\WEMobileDataAccessV2\\WEMobileDataAccessV2\\TNT_DataAcess.cs:line 286"
I can't get past the first call to the Ultralite object. Any help would be appreciated.
User | Count |
---|---|
69 | |
13 | |
10 | |
9 | |
9 | |
8 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.