GIS Converter -EnsureDebugArgs -Records files logs
Regarding, this ticket: https://learn.microsoft.com/en-us/answers/questions/5666900/gis-converter-ensuredebugargs-in-console-app You recommended: "However, it would be a better practice to save these data because you will never know if it's useful…
Developer technologies | C#
ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal
I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…
Developer technologies | ASP.NET | Other
GIS Converter - Converters Tests Coverage
First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Can you please look on the Converters tests and see if I cover all the needed tests ? If…
Developer technologies | C#
GIS Converter -Model Tests Code
1.In continue to https://learn.microsoft.com/en-us/answers/questions/5667627/gis-converter-model-code , can you please check if I cover all tests in best way, if not please provide the fixes ? 2.The files: Model Tests Code README.md.txt Model…
Developer technologies | C#
Git Converter - Logging Tests
In continue to ticket : https://learn.microsoft.com/en-us/answers/questions/5665977/gis-converter-logging-code can you please read the README.md and see if I cover correctly all the tests ? If not please give the needed fixes. Thanks in…
Developer technologies | C#
GIS Converter - Program App -Failed Test
Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Can you please why this test is failed? This test failed in ProgramTests.txt ? Can you please…
Developer technologies | C#
GIS Converter - Console App -Final code
Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands Can you please look on all code and see if it ok ? Files Program code: GitConverter ConsoleApp…
Developer technologies | C#
GIS Converter -Console App -Tests Coverage
Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Can you please look if I added all the tests, if not please add me the needed files wit…
Developer technologies | C#
GIS Converter -Unit Tests Projects -Set Aspose License.
Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1,How do I set the Aspose license to all my unit tests in one place ? 2.This the code I used in…
Developer technologies | C#
GIS Converter - Factories Tests Coverage
First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Can you please look on the Converters tests and see if I cover all the needed tests ? If…
Developer technologies | C#
GIS Converter - ConverterUtils.BuildOutputPath not handle properly outFileExt
First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Caller:Converters\UniversalGisConverter.cs // Step 5: Build output path var outputPath =…
Developer technologies | C#
GIS Converter - EnsureDebugArgs in Console App
Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Do I used EnsureDebugArgs in a best way ? if not give please me the fixes code…
Developer technologies | C#
Gis Converter - SupportedFormats
In continue to: https://learn.microsoft.com/en-us/answers/questions/5679504/gis-converter-ensuredebugargs-records-files-logs?comment=answer-12455904&page=1#comment-2412314 1.I added new class SupportedFormats.cs in my Lib/Model ,the location is it…
Developer technologies | C#
Guest user: Authentication every x hours (For API ) and works when opening via Sharepoint
When I authenticate using OAuth API and generate an acess token and then hit the get by shared url api, this give me { "message" : "There has been an error authenticating the request.", "error" : { …
Developer technologies | Small BASIC
AMSI.DLL stack overflow exception is shown in MFC VC++ based desktop application unexpected crash
SUMMARY Our MFC VC++ based desktop application (OmniServer) is crashing unexpectedly and showing the errors related to amsi.dll, and our application crashes in the Windows event viewer logs and application crash dump logs, indicating a stack overflow…
Developer technologies | C++
Visual Studio 2026 - New Features In Debugging
Hi, Can you please lists all the new Features in Visual Studio with Debugging. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | Visual Studio | Testing
Why, when I install WebBuildTools via Visual Studio 2019 and select almost all components, are WebApplications and other web-related directories missing?
Install in the container command: Start-Process "\\xxxxxxxx.com\xxxx$\SOURCE\vslayout2019\vs_setup.exe" -ArgumentList @('--quiet','--wait','--norestart','--noweb','--config','C:\webBuildTools.vsconfig','--installPath',…
Developer technologies | Visual Studio | Setup
Visual Studio Code Generator Hanging
I implemented a Visual Studio code generator that uses the Microsoft.VisualStudio.TextTemplating.VSHost.BaseCodeGeneratorWithSite in the Visual Studio SDK. When running in Visual Studio 2026, the following code hangs: var p =…
Developer technologies | Visual Studio | Extensions
Adding OLE object (.zip file) in word application using OpenXML
I have a requirement where I need to attach a zip file as OLE object in word file using OpenXML. I do not want to use Interop word since I don't want to install word in server and no COM support is there is server. Can somebody help me to write a code in…
Developer technologies | C#
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…