.net sdk和runtime版本的疑问
我总是将我的 dotnet SDK 更新到最新版本以开发 WPF 应用程序。这是否意味着运行我的应用程序的客户也需要安装最新的运行时? 例如,我现在使用的是 SDK 8.0.401,如果客户电脑使用的是运行时 8.0.0,这有关系吗?还是需要更新到运行时 8.0.8?
开发人员技术 | .NET | 其他
Visual Studio Community 2019 下载链接不可用
我通过官方提供的链接登录进入下载页面: https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/ 希望下载Visual Studio Community 2019以适配Unreal Engine 4.27的构建,但是下载页面显示不可用: 并且没有提供为什么不可用的信息,该如何下载2019版本的VS呢?
开发人员技术 | Visual Studio | 其他
how to learrn c# as soon as possible
Understand the Basics of Programming (if you're new) Get Familiar with Syntax: Learn basic concepts like variables, data types, conditionals, loops, and functions. Object-Oriented Programming (OOP): C# is an OOP language, so you should understand the…
开发人员技术 | C#
MFC 调试代码时出现this是nullptr 读取访问权限冲突怎么解决?
ID2D1HwndRenderTarget** hwndRenderTarget; ID2D1Factory* pFactory; CPaintDC dc(this); RECT rc; ::GetClientRect(m_hWnd, &rc); D2D1_SIZE_U size = D2D1::SizeU(rc.right - rc.left, rc.bottom - rc.top); HRESULT hr = S_OK; hr =…
开发人员技术 | C++
关于C#引用类型的疑问
public panelS GetPanelS(Grid panelGrid) { //Grid panelGrid = _lbls.Parent as Grid; Canvas pageGrid = panelGrid.Parent as Canvas; ScrollViewer scrollViewer = pageGrid.Parent as ScrollViewer; …
开发人员技术 | C#
CreateGridPatterentBrush的ID2D1RenderTarget* pRenderTarget调用CreateCompatibleRenderTarget 出现this 是 nullptr怎么解决?
ID2D1RenderTarget* m_pRenderTarget; ID2D1RenderTarget* pRenderTarget; ID2D1BitmapBrush** ppBitmapBrush; ID2D1BitmapRenderTarget* pCompatibleRenderTarget; ID2D1Bitmap* pBitmap; HRESULT CreateGridPatterentBrush(ID2D1RenderTarget*…
开发人员技术 | C++
解决方案配置错误,出现很多不确定性重载和函数列表参数不匹配等问题,如何恢复?
之前在运行此解决方案时正常运行,后来在手动下载了单个组件中的sdk,板本10.0.20348.0。后在调试运行时出现此问题。但是后续尝试卸载此组件,或者直接重新安装vs2022,依然无法解决此问题。
Windows 开发 | Windows 应用 SDK
开发人员技术 | Visual Studio | 调试
开发人员技术 | Visual Studio | 其他
Unable to load DLL 'Microsoft.CognitiveServices.Speech.core.dll' or one of its dependencies: 找不到指定的程序
asp.net core web项目,.NET 5.0框架, Azure Speech 1.3.35包,已经引用了Speech包,系统是WIN7,开发环境是VS2019,提示错误System.DllNotFoundException:“Unable to load DLL 'Microsoft.CognitiveServices.Speech.core.dll' or one of its dependencies: 找不到指定的程序。 (0x8007007F)”,求解决
开发人员技术 | ASP.NET | ASP.NET Core
开发人员技术 | Visual Studio | 调试
Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 用户体验 | 其他
把visual studio从2022重装到2019驱动开发环境搭建后启动提示Driver Testing Could not load test information. Error: 未能加载文件或程序集
因为visual studio2022开发驱动没有minifilter模版,我重装到了2019,sdk和wdk的版本一致,但启动提示Driver Testing Could not load test information. Error: 未能加载文件或程序集,怎么解决?
开发人员技术 | Visual Studio | 其他
c#调试弹出的dos窗口的大小如何改变默认值
Microsoft Visual Studio调试控制台,此窗口每次启动都会以1920*1000的大小弹出。对标题栏右键设置改变大小不起效果。
开发人员技术 | Visual Studio | 其他
python+pywin32+SAPGUI,不能为SAPGUI的GuiComboBox赋值?
python+pywin32访问SAPGUI的GuiComboBox控件, cmbRF05A=SAPSession.findById("wnd[0]/usr/cmbRF05A-BUSCS") #cmbRF05A-BUSCS为GuiComboBox keyValue=cmbRF05A.key SAPSession.findById("wnd[0]/usr/cmbRF05A-BUSCS")…
开发人员技术 | Windows 窗体
创建空白应用(ipad)时引发异常“System.Exception"无法创建
创建空白应用(ipad)时引发异常“System.Exception"无法创建
开发人员技术 | Visual Studio | 其他
在 AutoGeneratingColumn 期间将 CheckBox 设置为 UWP DataGrid 列标题
你好 我想将 Community Toolkit DataGrid 列标题设置为 CheckBox。 我想在 AutoGeneratingColum 事件中执行此操作。我正在尝试这样的代码: private void AutoGeneratingColumn(object sender, DataGridAutoGeneratingColumnEventArgs e) { if(e.PropertyName == "IsSelected") { …
开发人员技术 | 通用 Windows 平台 (UWP)

如何移除文本框的焦点边框?
我个人不喜欢文本框获得焦点时的厚边框。有什么办法可以去掉它吗? 此问题由How remove focus borders of TextBox? 总结而来
开发人员技术 | 通用 Windows 平台 (UWP)

Visual Studio Installer安装提示 “你的参数包含多个错误。第一个错误: 选项“handle”未知。 使用情况: setup.exe <命令> [选项] ”
如图,请问如何解决,谢谢
开发人员技术 | Visual Studio | 安装
Maui for Android 默认字体大小
大家好。 如果我有一个 Entry 控件,但我没有设置它的字体大小。我如何以编程方式获取它的字体大小。换句话说,我如何获得包含文本的控件的默认字体大小。谢谢 谢谢 此问题整理于:https://learn.microsoft.com/en-us/answers/questions/1666021/maui-for-android-default-font-size
开发人员技术 | .NET | .NET MAUI
USB 的格式..........
你好 USB有哪些格式 ? “NTFS”, “FAT32” ?更多 谢谢 此问题整理于:https://learn.microsoft.com/en-us/answers/questions/1855118/kinds-of-format-of-usb
开发人员技术 | .NET | .NET MAUI
无网络时代码退出,无法捕获异常
你好 此代码在在有网络时完美运行,当离线未连接到互联网时,我想分配静态引脚,但此代码正在退出并且没有使用 list1 加载问题。 异常: Exception thrown: 'System.Net.Sockets.SocketException' in System.Private.CoreLib.dll Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll The program…