In order to get this to run on a non-dev runtime box, you’ll need to install multiple of not all of these runtimes located here: https://learn.microsoft.com/en-gb/cpp/windows/latest-supported-vc-redist?view=msvc-170I think the 2005VCRuntime along with the 2015-2019VCRuntime got it working on my Server 2019 Core setup. Here is a sample HTML5 socket webpage if you’d like to access it …
Category Archives: Uncategorized
Getting IIS Express to listen on a network LAN IP with visual studio.
Normally my post arnt so short but this burned 45 minutes of my time as I struggled to get a native IIS express deployment from VS2022 to use a lan port for debugging remote connections. Navigate to \RootProjectDirectory\.vs\{ProjectName}\config\applicationhost.config Run Visual Studio as Administrator, this is critical.Delete the file after backing it up, then while in …
Continue reading “Getting IIS Express to listen on a network LAN IP with visual studio.”
Using LLamaSharp with RAG.
So, The data appears to take 6x-7x the amount of space to archive into the SQLlite memory storage. Clearing history with a Chatsession does not appear to work correctly so I swapped over to a stateless built which helped so long that the RAG only needs to be called once per question. If additional questions …
Installing windows 10 on a Mid 2012 Mac Book without Bootcamp assistant
Download Rufus: https://rufus.ie/downloads/ Download windows 10: https://www.microsoft.com/en-us/software-download/windows10 – Create an .ISO to burn with Rufus When using Rufus to burn the image to the thumbdrive, it is critical that you select MBR partitioning and that BIOS / Legacy mode is selected. WARNING: If this step is not followed and UEFI is used, which is the …
Continue reading “Installing windows 10 on a Mid 2012 Mac Book without Bootcamp assistant”