How to install and use my HP Scanjet G2710 on Windows 11 operating system
I use a Windows 11 operating system but I am unable to install and use my HP Scanjet G2710. Please advise me on what to do.
Developer technologies | Universal Windows Platform (UWP)
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution. i tried with table extension with…
Developer technologies | Visual Studio | Extensions
Visusal Studio 2022 F8 for different user
I have two users using VS 2022 on the same PC. For the second user, F8 does not work to step through code. The advice I have found is to re-install PowerShell, but I have verified that both users are running the same installation.
Developer technologies | ASP.NET | ASP.NET Core
so client services cannot consume the wcf if thry are in different frsmeworks?
As long as we use .net Framework we can continue with WCF ...but when it comes to .NET Core and .NET 5+, hosting WCF services is not supported because the server components were never implemented outside of the .NET Framework. While client libraries for…
Developer technologies | .NET | Other
vs2022 error - The designer could not be shown for this file because none of the classes within it can be designed. The base class 'System.Void' cannot be designed.
migrating from VS2012 to vs2022 and get this error on VB project The designer could not be shown for this file because none of the classes within it can be designed. The base class 'System.Void' cannot be designed.
Developer technologies | Visual Studio | Setup
Not able to Visual Studio in Debug mode for a web page
Just installed Visual Studio Community 2026. Tried to run a simple "Hello World" web page and get the following: Access is denied. __Description:__An error occurred while accessing the resources required to serve this request. You might not…
Developer technologies | Visual Studio | Debugging
N-Tier Architecture Setup with Visual Studio
Hello everyone and thanks for the help in advance. I want to understand a little more about how enterprise level solutions are structured, specifically how models and data access are set up to maximize reusability. Specifically, are models, data…
Developer technologies | C#
Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?
Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?
Developer technologies | .NET | Other
Expression in RDLC row group to sort on other field
Hi Gurus, I have a rdlc report that has a group on one of the fields. I pass a parameter to the report which is used to specify sorting on another field but keeping the current grouping. Under Group Properties> Sorting I entered the following…
Developer technologies | VB
Which versions of .NET are under a eula instead of an open source license?
When did .NET change to being fully open source? I think earlier versions were under a mix of licensing but now it is MIT/Apache-2.0? Moved from: Microsoft Partner Center | Other
Developer technologies | .NET | Other
Removing Selection Indicator from CollectionView on Windows in .net maui
I need to remove the selected item indicator from collectionview in .net maui on windows platform. I tried overriding some colors in the App.xaml under the windows folder but it is not working. Could you help me please to solve the issue? Thanks
Developer technologies | .NET | .NET MAUI
Git error: there are no available repositories
I am unable to sync any changes. I keep getting an error message - Git error: there are no available repositories. Any ideas on how to fix?
Developer technologies | Visual Studio | Debugging
Microsoft Visual Studio 2022 has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?
Yes, there are questions and answers out there, but this is for VS 2022 I develop mainly BLAZOR Server applications at work. Beginning a couple updates ago, I've been getting this dialog: Microsoft Visual Studio has detected that an operation is…
Developer technologies | Visual Studio | Other
Invalid Token on password reset Asp.net Core Identity
I checked the token is identical but still showing error Invalid Token and password is not changes on Reset. here is the code [HttpGet] public IActionResult ForgotPassword() { ViewBag.ShowModelError = "collapse"; …
Developer technologies | ASP.NET | ASP.NET Core
TextBox overlay placed over Excel cell doesn't receive TextChanged events — Excel captures keystrokes (VSTO)
hi I created a VSTO add-in that displays a WPF TextBox overlay positioned exactly over the currently selected Excel cell so users can edit inline. The overlay is visible and aligned correctly, but when I type, Excel captures all keystrokes and the…
Developer technologies | C#
Script to track AD group changes and email
Hi all, I’m trying to set up a scheduled PowerShell script that: Monitors an on-prem AD security group (example: SG_App_Access) Runs every 4 hours via Task Scheduler Compares current membership to the last run Detects which users were Added or…
Developer technologies | .NET | .NET Runtime
Lost access to organization that published my VS Code extension
Hi, apparently I lost an access to my former organization that published my extension (https://marketplace.visualstudio.com/items?itemName=xvyslo05.cypress-open-testcase) I have accesses to both github and personal and work accounts that might be…
Developer technologies | Visual Studio | Extensions
the shared with me api does not work, why?
The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show
Developer technologies | XAML
MAUI: Unknown white circle on the UI when tap on Login Button.
I have a login page its xaml added below: <?xml version="1.0" encoding="UTF-8"?> <views:BaseContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
ContentControl doesnt show data
Hello I defined UserControl in UWP XAML, but It doesnt show any data: <UserControl x:Class="Financial_Planner.BSListView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" …