我有一个WPF应用程序,直到上周才在生产环境中正常运行。没有任何变化,但它开始变慢并崩溃,并出现以下错误。这是在.NET 4.0上构建的,已经投入生产多年。任何关于这方面的意见都是非常感谢的。尝试了许多方法从开发环境中复制,但根本没有发生。
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
at System.Windows.Dependenc
SSMS一直关闭,没有任何可检测的模式,通常在30秒内打开应用程序。对如何修复有什么想法吗?下面是事件日志中的错误:
Application: Ssms.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArithmeticException
at System.Double.Equals(System.Object)
at System.Object.Equals(System
我想将此项目添加到html页面中,并在标识windows版本后重定向到指定的站点。
示例: Windows 7> siteX.com - Windows 10 > siteY.com
if(navigator.appVersion.indexOf("Windows ")!=-1){
os = getWindowsOS();
}else{
os = navigator.platform;
}
function getWindowsOS(){
// http://msdn.microsoft.com/en-us/library/ms537503
在Visual 2015中,用于制作Windows应用程序的项目类型多种多样。它们是:
Windows ->通用
Windows 8 ->通用
Windows 8 -> Windows
Windows 8 -> Windows
问题:如果我使用选项1 (Windows ),应用程序会运行在:
Windows电话8.0手机
Windows 8.0平板
Windows 8.0桌面
Windows Phone 8.1手机
Windows 8.1平板
Windows 8.1桌面
视窗电话10部
Windows 10平板
我已经在这个问题上挣扎了好几天了,似乎什么都没有。
我已经在我的个人电脑(windows )上使用了视觉工作室18个月,而且它工作得很好,但是最近visual (2010)还没有完全打开就开始崩溃了。
我尝试过完全卸载vs2010,然后重新安装,但它只是在做同样的事情。
事件查看器中记录的错误消息是devenv运行时.net错误。
这是完整的错误信息.
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exceptio
此问题发生在使用WPF的版本13.0.4 () (32位)上。
我正在使用WPF水晶报表查看器。如果我单击“打印”按钮,应用程序就会崩溃,显示窗口,告诉您可以将此信息发送到microsoft。
为了避免任何其他错误的机会,我开发了一个示例应用程序,其中有一个只显示标签的报告。然后,该问题发生在Windows服务包3的计算机上。
编辑:我跟踪了以下堆栈跟踪
at System.Windows.Size..ctor(Double, Double)
at SAPBusinessObjects.WPF.Viewer.ReportPaginator.GetPage(Int32)
at System.Wi
在客户机上,我收到了这个错误。有人能给我提个建议吗?可能的问题是什么?
以下是该问题的完整堆栈跟踪:
Error Message
Field not found: 'Microsoft.Windows.Controls.DataGrid.DeleteCommand'.
Stack Trace
at ABC.MyNameSpace.DataGridGridUserControl.OnCanExecuteDelete(Object sender, CanExecuteRoutedEventArgs e)
at System.Windows.Input.CanExecut
在下面的代码中,如何用preg_match()函数替换eregi()函数?
function getOS($userAgent) {
// Create list of operating systems with operating system name as array key
$oses = array (
'iPhone' => '(iPhone)',
'Windows 3.11' => 'Win16',
'Windows 95'
据我们所知..通过简单的php代码很容易检测到访问者的操作系统和版本。
function getOS($userAgent) {
// Create list of operating systems with operating system name as array key
$oses = array (
'iPhone' => '(iPhone)',
'iPad' => 'iPad',
'Android' => 'Android',
'Wind
出于测试的原因,我总是在对我的(测试机) exe进行更改后(在我的开发机上)替换它。直到最近,当我突然尝试这样做时,我得到了这个错误,直到最近,这似乎还很好。我不能立即得到它-我的应用程序有选项卡控制,错误不会出现在所有的选项卡上,只出现在其中的一些选项卡上(特定的选项卡,一直重现)。
奇怪的是,安装的EXE不会发生这种情况。它也可以在我的开发机器上以调试模式完美运行(所以远程调试没有帮助)。仅当我尝试用新编译的exe替换安装程序exe时,才会出现此错误。并且仅当我单击其中一个特定选项卡时。
> Description: The process was terminated due to
在上一篇文章中,我使用了临时表中的所有数据,如
select * from #MyTempEmployeeTable
数据:
version count1 productname
------------------------------------------
10.0 2 Windows client Update
10.0 10 Windows client Update
10.0 486 Windows client Update
10.0.1 1 Windows client U
例如,我的.NET 4应用程序使用了我增强的WPF TreeView来启用键盘导航和延迟加载。我的问题是,很少会抛出下面显示的异常。这种情况在我开发的几个月中只发生过一次,而且我有几个客户的错误报告,他们偶尔也会收到这样的报告。这是非常罕见的,我不能改变一些东西,玩一段时间的应用程序,并知道问题是否已经解决。
但是我的主要问题是:堆栈跟踪只显示微软代码,里面没有我的任何东西。这是.NET/WPF中的错误吗?有机会找到根本原因吗?
Type: System.NullReferenceException
Message: Object reference not set to an instanc
复制步骤:
WindowRunLook 创建新的WPF项目Set AllowsTransparency="True"到系统日志
在我的例子中,我在两台windows 7个人电脑上都有日志:
Application: WpfApplication1.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at S
我遇到了一个奇怪的问题,有时我的WPF应用程序在BindingList<>.OnListChanged()调用中会死锁(永远阻塞)。
我创建了自己的类,是BindingList的子类
public class SortableBindingList<tItem> : BindingList<tItem>
{
//I provide an implementation of ApplySortCore so that the list can be sorted
protected override void ApplySortCore(Pro
我有一个包含windows os版本的字典,例如:
{
"64-bit Microsoft Windows NT 6.2.9200": 1,
"32-bit Microsoft Windows NT 6.2.9137": 2,
"64-bit Microsoft Windows NT 6.1.3700": 3,
"64-bit Microsoft Windows NT 6.1.1200": 4
}
我有一张映射windows NT 6.*到windows 7或windows 8的地图,例如:
Microsoft W
输入文件-测试1
Failed ,abc, /clients/FORD_1030PM_EST_Windows2008, Windows File System
Failed ,abc, /clients/FORD_1030PM_EST_Windows2008 ,Windows File System
Completed, abc /clients/FORD_1030PM_EST_Windows2008, Windows File System
Failed ,def ,/clients/FORD_1030PM_EST_Windows2008 ,Windows File System
Fail
在一个教程中,有这样的文本:
Windows 1.03和Windows 2.0分别于1985年和1987年发布。Windows 95和Windows 98是后续版本。然后出现了Windows 2000和Windows Xp。Windows Vista是该系列的最新版本。
它使用Windows [\d.]+\b进行匹配,但为什么结果仅为
Windows 1.03
Windows 2.0
Windows 95
Windows 98
Windows 2000
我想知道[\d.]是什么意思?
下面的代码用于根据忽略列表选择目录:
mypath = 'c:\\Windows\\help'
ignorelist = ['mui', 'en-US']
for root, directories, filenames in walk(mypath):
for directory in directories :
if not any(ignorestring in directory for ignorestring in ignorelist):
print(join(root,directo
我使用绑定到dataGrid的可观察集合来使用所选客户的库存刷新网格。
我正在循环返回的集合,并使用foreach循环,以便UI了解新项。
请注意,我把这段代码放在一个按钮下只是为了测试,并确保我没有一些时髦的重新进入的东西正在进行。
// Grab the customer ID
int customerID = ((Customer)cboCustomer.SelectedItem).Customer_ID;
ocInventoryItems.Clear();
ObservableColle
我在windows窗体上有一个数据网格。
当我最初更新该网格以包含数据,然后单击它时,我得到以下异常。
值得注意的是,该异常位于窗体的窗口处理的深层,因此在启动窗体时捕获了该异常。
请注意,我必须在调用堆栈中勾选“显示外部代码”才能显示下面的调用堆栈,否则它只会显示外部代码。
在预感/故障排除步骤方面,我认为这可能是由一条消息引起的,该消息是为选择的项目然后是现在选择的项目触发的,因此我尝试在更新数据后在DataGridView上执行.SelectAll();操作,结果是相同的。
例外情况是:
IndexOutOfRangeException
{"Index -1 does not h
我正在尝试在Windows Forms项目中使用模式实现一个场景(我知道我很疯狂)。考虑以下视图模型:
public class MasterViewModel
{
public BindingList<DetailViewModel> Details { get; set; }
public DetailViewModel SelectedDetail
{
get
{
//
}
set
{
// raises SelectedD
我有一个WPF应用程序,它被几个人使用,有时我会收到一封带有此错误的电子邮件,但我无法重现它。有谁知道怎么处理这个错误吗?
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at System.Windows.Input.StylusLogic.PromoteStoredItemsToMouse(StylusTouchDevice touchDevice)
at System.Windows.In
我正在尝试根据操作系统将用户重定向到不同的页面,但一直收到以下警告:
PHP警告: preg_match()函数.preg-match:第292行/index.php中的未知修饰符“2”
似乎只有Windows NT 5.1和MSIE 8.0浏览器配置才会出现这种情况:
function getOS($userAgent) {
// Create list of operating systems with operating system name as array key
$oses = array (
'iPhone' => '
使用Linux,我希望筛选出只有XP匹配的机器的数据,并删除连续的"nmap扫描报告“行。
Nmap scan report for 13.93.27.138
445/tcp open microsoft-ds Microsoft Windows XP microsoft-ds
| OS: Windows XP (Windows 2000 LAN Manager)
Nmap scan report for 13.93.27.139
Nmap scan report for 13.93.27.140
Nmap scan report for 13.93.27.141
Nmap sc