Hello,I am experiencing an issue related to the generic.shared.xaml file.
If I use this file I am not able to use the designer view of a WPF usercontrol since I get the following error.
I use a dirty trick when I need to change the layout, I comment the line referring to that file:
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/Assets/ApplicationStyles.xaml"/> <!--<ResourceDictionary Source="/Assets/generic.shared.xaml"/>--> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
and then I am able to correctly see the page again.
Now the app works as expected so this is only a designer issue,
but I want you to signal in case you're able to fix it
This is the error I get.
Best Regards
Roberto Dalmonte
System.Reflection.TargetInvocationException
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
System.ArgumentException
'{DependencyProperty.UnsetValue}' is not a valid value for the 'System.Windows.Controls.Control.Template' property on a Setter.
at System.Windows.Setter.Seal()
at System.Windows.SetterBaseCollection.Seal()
at System.Windows.Style.Seal()
at System.Windows.StyleHelper.UpdateStyleCache(FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle, Style& styleCache)
at System.Windows.FrameworkElement.OnStyleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp)
at System.Windows.FrameworkElement.UpdateStyleProperty()
at System.Windows.FrameworkElement.OnInitialized(EventArgs e)
at System.Windows.FrameworkElement.TryFireInitialized()
at System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
at System.Windows.FrameworkElement.AddLogicalChild(Object child)
at System.Windows.Controls.UIElementCollection.AddInternal(UIElement element)
at System.Windows.Controls.UIElementCollection.Add(UIElement element)
at Infragistics.Controls.Schedules.ScheduleTimeControlBase.InitializeTemplatePanel(Canvas templatePanel)
at Infragistics.Controls.Schedules.ScheduleControlBase.OnApplyTemplate()
at Infragistics.Controls.Schedules.ScheduleTimeControlBase.OnApplyTemplate()
at Infragistics.Controls.Schedules.XamDayView.OnApplyTemplate()
at System.Windows.FrameworkElement.ApplyTemplate()
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.Controls.Border.MeasureOverride(Size constraint)
at System.Windows.Controls.Control.MeasureOverride(Size constraint)
at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
at MS.Internal.Designer.ZoomableViewPresenter.DesignerBackground.MeasureOverride(Size constraint)
at Microsoft.Windows.Design.Interaction.DesignerView.MeasureOverride(Size constraint)
at MS.Internal.Designer.Viewport.MeasureOverride(Size availableSize)
at System.Windows.Controls.ScrollContentPresenter.MeasureOverride(Size constraint)
at System.Windows.Controls.ScrollViewer.MeasureOverride(Size constraint)
at System.Windows.Interop.HwndSource.SetLayoutSize()
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
at MS.Internal.DeferredHwndSource.ProcessQueue(Object sender, EventArgs e)
Hello Roberto,
I followed the steps you suggested and was unable to reproduce the behavior you're describing. I created a sample using the XamSchedule in a User Control and included the generic.shared.xaml file in the Merged Dictionaries for the application. I then opened the Main Page in design view and the Calendar appeared as expected
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 11.2.20112.1012 in NetAdvantage for WPF 2011 Volume 2.
If the project does show the product feature working correctly, this indicates a possible problem in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if I can provide any further assistance.
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello Valerie,thanks for your sample.
I am targeting a different assembly version (11.2.20112.2046) and no, I was not able to see your UserControl in design view. Since I customized the generic.shared.xaml file I thought this might be the cause so I resored (in my application) the default one. Unfortunately the result was the same.
As for your sample, this is the message I see:
'0,0,0,1' string cannot be converted to Length.
at System.Windows.LengthConverter.FromString(String s, CultureInfo cultureInfo) at System.Windows.ThicknessConverter.FromString(String s, CultureInfo cultureInfo) at System.Windows.ThicknessConverter.ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object source) at Microsoft.Expression.Platform.WPF.TypeConverters.ThicknessConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) at Microsoft.Expression.Platform.WPF.InstanceBuilders.DocumentNodeObjectReader.get_Value() at System.Xaml.XamlWriter.WriteNode(XamlReader reader) at System.Windows.Markup.WpfXamlLoader.TransformNodes(XamlReader xamlReader, XamlObjectWriter xamlWriter, Boolean onlyLoadOneNode, Boolean skipJournaledProperties, Boolean shouldPassLineNumberInfo, IXamlLineInfo xamlLineInfo, IXamlLineInfoConsumer xamlLineInfoConsumer, XamlContextStack`1 stack, IStyleConnector styleConnector) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
Do you have any ideas about what might be the cause?Best Regards.
Roberto
I tested on build 11.2.20112.2046 and was unable to reproduce the behavior you are seeing.
Please let me know more about the environment you are running in (ex Operating System,etc) so that I can test further.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Please provide me with the additional information so that I can attempt to reproduce your issue.
Hello Valerie,
VISUAL STUDIO REPORT:
Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.0.30319 SP1Rel
Installed Version: Professional
Microsoft Office Developer Tools 01018-532-2002102-70934
Microsoft Office Developer Tools
Microsoft Visual Basic 2010 01018-532-2002102-70934
Microsoft Visual Basic 2010
Microsoft Visual C# 2010 01018-532-2002102-70934
Microsoft Visual C# 2010
Microsoft Visual C++ 2010 01018-532-2002102-70934
Microsoft Visual C++ 2010
Microsoft Visual F# 2010 01018-532-2002102-70934
Microsoft Visual F# 2010
Microsoft Visual Studio 2010 Team Explorer 01018-532-2002102-70934
Microsoft Visual Studio 2010 Team Explorer
Microsoft Visual Web Developer 2010 01018-532-2002102-70934
Microsoft Visual Web Developer 2010
Add Reference Dialog Plus! 1.0
An significantly enhanced Add Reference dialog for managed code projects.
AlignAssignments 1.0
Command for aligning assignments.
AutoBraceComplete 1.0
auto brace complete
CodeSmith Generator 6.0
CodeSmith Tools Visual Studio Add-in Package
Crystal Reports Templates for Microsoft Visual Studio 2010
Document Well 2010 Plus 1.0.10916.0
This package provides configurable behavior for the Document Well and its tabs. Please be sure to let us know what you like/dislike about this extension.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2522890) KB2522890
This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2522890.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2529927) KB2529927
For more information, visit http://support.microsoft.com/kb/2529927.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2547352) KB2547352
For more information, visit http://support.microsoft.com/kb/2547352.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2548139) KB2548139
For more information, visit http://support.microsoft.com/kb/2548139.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2549864) KB2549864
For more information, visit http://support.microsoft.com/kb/2549864.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2565057) KB2565057
For more information, visit http://support.microsoft.com/kb/2565057.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2581319) KB2581319
For more information, visit http://support.microsoft.com/kb/2581319.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2615527) KB2615527
For more information, visit http://support.microsoft.com/kb/2615527.
Infragistics NetAdvantage Reporting 1.0
Visual Studio extension for Infragistics NetAdvantage Reporting.
Infragistics Version Utility 1.0
This utility lets you set the Infragistics version that a specific project is using.
Microsoft Visual Studio 2010 Professional - ENU Service Pack 1 (KB983509) KB983509
This service pack is for Microsoft Visual Studio 2010 Professional - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/983509.
Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.40219
Microsoft Visual Studio 2010 SharePoint Developer Tools
Microsoft.VisualStudio.QuickAccess.Package 1.0
Awesome search bar.
OptionsPageImpl 1.0
Information about my package
QuickFind 1.0
Visual Studio 2010 Quick Incremental Find Extension
Snippet Designer 1.3.1
Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets inside the IDE
MY SYSTEM:
OS Name Microsoft Windows 7 Ultimate
Version 6.1.7601 Service Pack 1 Build 7601
Other OS Description Not Available
OS Manufacturer Microsoft Corporation
System Name ACER64
System Manufacturer Acer
System Model Aspire 5538G
System Type x64-based PC
Processor AMD Athlon(tm) X2 Dual Core Processor L310, 1200 Mhz, 2 Core(s), 2 Logical Processor(s)
BIOS Version/Date Acer V1.18, 12/03/2010
SMBIOS Version 2.6
Windows Directory C:\Windows
System Directory C:\Windows\system32
Boot Device \Device\HarddiskVolume1
Locale Italia
Hardware Abstraction Layer Version = "6.1.7601.17514"
User Name ACER64\acer64
Time Zone W. Europe Standard Time
Installed Physical Memory (RAM) 4,00 GB
Total Physical Memory 4,00 GB
Available Physical Memory 2,81 GB
Total Virtual Memory 7,99 GB
Available Virtual Memory 6,70 GB
Page File Space 4,00 GB
Page File C:\pagefile.sys
DIRECTX DIAGNOSTIC: ------------------
System Information
------------------
Time of this report: 1/17/2012, 20:45:12
Machine name: ACER64
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.110622-1506)
Language: Italian (Regional Setting: Italian)
System Manufacturer: Acer
System Model: Aspire 5538G
BIOS: InsydeH2O Version V1.18
Processor: AMD Athlon(tm) X2 Dual Core Processor L310 (2 CPUs), ~1.2GHz
Memory: 4096MB RAM
Available OS Memory: 4092MB RAM
Page File: 1331MB used, 6850MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode
------------
DxDiag Notes
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
Card name: ATI Mobility Radeon HD 4300 Series
Manufacturer: ATI Technologies Inc.
Chip type: ATI display adapter (0x9552)
DAC type: Internal DAC(400MHz)
Device Key: Enum\PCI\VEN_1002&DEV_9552&SUBSYS_026F1025&REV_00
Display Memory: 2296 MB
Dedicated Memory: 506 MB
Shared Memory: 1790 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: unknown
Monitor Id: AUO31EC
Native Mode: 1366 x 768(p) (60.014Hz)
Output Type: Internal
Driver Name: atiumd64.dll,atidxx64.dll,atiumdag,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
Driver File Version: 8.14.0010.0678 (English)
Driver Version: 8.632.1.2000
DDI Version: 10.1
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 8/18/2009 01:15:58, 4059648 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71EE2-D612-11CF-3371-6522A1C2C535}
Vendor ID: 0x1002
Device ID: 0x9552
SubSys ID: 0x026F1025
Revision ID: 0x0000
Driver Strong Name: oem2.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_M9x:8.632.1.2000:pci\ven_1002&dev_9552
Rank Of Driver: 00E62001
Video Accel: ModeMPEG2_A ModeMPEG2_C
Deinterlace Caps: {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Not Supported
DXVA-HD: Not Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
-------------
Sound Devices
Description: Speakers (Realtek High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_1025026F&REV_1000
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.5830 (English)
Date and Size: 4/10/2009 16:00:12, 1757088 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
Description: Realtek Digital Output (Realtek High Definition Audio)
Default Sound Playback: No
Default Voice Playback: No
---------------------
Sound Capture Devices
Description: Stereo Mix (Realtek High Definition Audio)
Default Sound Capture: Yes
Default Voice Capture: Yes
Cap Flags: 0x1
Format Flags: 0xFFFFF
Description: Microphone (Realtek High Definition Audio)
Default Sound Capture: No
Default Voice Capture: No
-------------------
DirectInput Devices
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Poll w/ Interrupt: No
-----------
USB Devices
+ USB Root Hub
| Vendor/Product ID: 0x1002, 0x4397
| Matching Device ID: usb\root_hub
| Service: usbhub
----------------
Gameport Devices
PS/2 Devices
+ Standard PS/2 Keyboard
| Matching Device ID: *pnp0303
| Service: i8042prt
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
+ PS/2 Compatible Mouse
| Matching Device ID: *pnp0f13
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
------------------------
Disk & DVD/CD-ROM Drives
Drive: C:
Free Space: 38.5 GB
Total Space: 99.9 GB
File System: NTFS
Model: Hitachi HTS545050B9A300 ATA Device
Drive: D:
Free Space: 289.9 GB
Total Space: 376.9 GB
Drive: Z:
Model: MATSHITA DVD-RAM UJ892AS ATA Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Italian), , 0 bytes
--------------
System Devices
Name: Atheros AR5B93 Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_002A&SUBSYS_E01F105B&REV_01\4&365648C7&0&0020
Driver: n/a
Name: AMD Address Map Configuration
Device ID: PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&2&C1
Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_026F1025&REV_00\3&2411E6FE&2&98
Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_026F1025&REV_02\4&44C86BE&0&0028
Name: AMD HyperTransport(tm) Configuration
Device ID: PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&2&C0
Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_026F1025&REV_00\3&2411E6FE&2&90
Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1022&DEV_9605&SUBSYS_026F1025&REV_00\3&2411E6FE&2&28
Name: High Definition Audio Controller
Device ID: PCI\VEN_1002&DEV_AA38&SUBSYS_026F1025&REV_00\4&1615E71&0&0110
Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_026F1025&REV_00\3&2411E6FE&2&9A
Device ID: PCI\VEN_1022&DEV_9604&SUBSYS_026F1025&REV_00\3&2411E6FE&2&20
Name: ATI Mobility Radeon HD 4300 Series
Device ID: PCI\VEN_1002&DEV_9552&SUBSYS_026F1025&REV_00\4&1615E71&0&0010
Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_026F1025&REV_00\3&2411E6FE&2&92
Device ID: PCI\VEN_1022&DEV_9603&SUBSYS_026F1025&REV_00\3&2411E6FE&2&10
Name: PCI standard ISA bridge
Device ID: PCI\VEN_1002&DEV_439D&SUBSYS_026F1025&REV_00\3&2411E6FE&2&A3
Name: Standard AHCI 1.0 Serial ATA Controller
Device ID: PCI\VEN_1002&DEV_4391&SUBSYS_026F1025&REV_00\3&2411E6FE&2&88
Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_9600&SUBSYS_026F1025&REV_00\3&2411E6FE&2&00
Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_1002&DEV_439C&SUBSYS_026F1025&REV_00\3&2411E6FE&2&A1
Name: ATI I/O Communications Processor SMBus Controller
Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_026F1025&REV_3C\3&2411E6FE&2&A0
Name: AMD Miscellaneous Configuration
Device ID: PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&2&C3
Device ID: PCI\VEN_1002&DEV_4399&SUBSYS_026F1025&REV_00\3&2411E6FE&2&A5
Name: ATI I/O Communications Processor PCI Bus Controller
Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_00\3&2411E6FE&2&A4
Name: AMD DRAM and HyperTransport(tm) Trace Mode Configuration
Device ID: PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&2&C2
Device ID: PCI\VEN_1002&DEV_4398&SUBSYS_026F1025&REV_00\3&2411E6FE&2&91
Device ID: PCI\VEN_1002&DEV_4383&SUBSYS_026F1025&REV_00\3&2411E6FE&2&A2
DirectShow Filters
Nero Digital:
Nero Digital Renderer,0x00100000,1,0,NeroDigital.dll,5.05.0027.0000
Nero Digital MP4 Muxer,0x00100000,1,1,NeroDigital.dll,5.05.0027.0000
Nero Digital AAC Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0027.0000
Subpic Encoder,0x00100000,1,3,NeroDigital.dll,5.05.0027.0000
Watermark,0x00200000,1,1,NeroDigital.dll,5.05.0027.0000
AMR Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0027.0000
Nero Digital AVC Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0027.0000
Media Type Adjustment,0x00200000,1,1,NeroDigital.dll,5.05.0027.0000
Nero Digital DMO Wrapper,0x00200000,1,1,NeroDigital.dll,5.05.0027.0000
Nero Digital SP/ASP Encoder,0x00100000,1,1,NeroDigital.dll,5.05.0027.0000
VideoTee,0x00200000,1,2,NeroDigital.dll,5.05.0027.0000
PreviewRenderer,0x00400000,1,0,NeroDigital.dll,5.05.0027.0000
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Expression Encoder Screen Codec 2,0x00600800,1,1,Microsoft.Expression.Encoder.EEScreen.Codec.dll,4.00.1651.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
Nero Digital Audio Encoder 8,0x00200000,1,2,NeNDAud.ax,5.05.0027.0000
Nero Digital Muxer 8,0x00200000,2,1,NeNDMux.ax,5.05.0027.0000
Nero Digital File Writer 8,0x00200000,1,0,NeNDMux.ax,5.05.0027.0000
Nero Digital Null Renderer 8,0x00200000,1,0,NeNDMux.ax,5.05.0027.0000
Nero Digital Subpicture Enc 8,0x00200000,1,0,NeNDMux.ax,5.05.0027.0000
Nero Digital Video Enc 8,0x00200000,1,2,NeNDVid.ax,5.05.0027.0000
Nero Sound Switcher,0x00200000,1,1,NeSoundSwitch.ax,5.05.0027.0000
Nero QuickTime(tm) Audio Decoder,0x00400000,1,1,NeQTDec.ax,5.05.0027.0000
Nero File Source (Async.),0x00400000,0,1,NeFileSourceAsync.ax,5.05.0027.0000
Nero Subpicture Decoder,0x00200000,1,1,NeSubpicture.ax,5.05.0027.0000
Nero Audio Decoder 2,0x00600000,1,1,NeAudio2.ax,5.05.0027.0000
Nero AV Synchronizer,0x00200000,1,1,NeAVSync.ax,5.05.0027.0000
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.04.2499.0000
Nero Frame Capture,0x00200000,1,1,NeCapture.ax,5.05.0027.0000
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
Nero Splitter,0x00600000,1,3,NeSplitter.ax,5.05.0027.0000
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
Nero Vobu Generator,0x00200000,1,0,NeroVobuGenerator.ax,5.05.0027.0000
Nero Audio Renderer,0x00200000,1,0,NeAudioRender.ax,5.05.0027.0000
Nero Subtitle,0x00200000,1,1,NeSubtitle.ax,5.05.0027.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Nero Teletext Filter,0x00200000,1,1,NeTeletext.ax,5.05.0027.0000
Nero Video Processor,0x00200000,1,1,NeroVideoProc.ax,5.05.0027.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Nero DVD Navigator,0x00600000,0,14,NeDVD.ax,5.05.0027.0000
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
DV Scenes,0x00200000,1,1,NVDV.dll,3.00.0007.0001
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
Nero Resize,0x00400000,1,1,NeResize.ax,5.05.0027.0000
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
DV Source Filter,0x00400000,0,1,NVDV.dll,3.00.0007.0001
Nero Colorspace Converter,0x00200000,1,1,NeColorspace.ax,5.05.0027.0000
Nero Video Analyzer,0x00200000,2,0,NeVideoAnalyzer.ax,5.05.0027.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
Nero Audio CD Navigator,0x00200000,0,1,NeAudCD.ax,5.05.0027.0000
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Nero Video Renderer,0x00200000,1,0,NeVideoRenderer.ax,5.05.0027.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Nero Scene Detector 2,0x00200000,2,0,NeSceneDetector.ax,5.05.0027.0000
Nero FLV Splitter,0x00600000,1,1,NeFLVSplitter.ax,5.05.0027.0000
Nero Stream Buffer Sink,0x00200000,0,0,NeSBE.ax,5.05.0027.0000
Nero PresentationGraphics Decoder,0x00600000,2,1,NeBDGraphic.ax,5.05.0027.0000
Nero MP2 Audio Encoder,0x00200000,1,1,NeMP2AudioEnc.ax,5.05.0027.0000
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
Nero Mpeg2 Encoder,0x00200000,2,1,NeVCR.ax,5.05.0027.0000
Nero HD Audio Mixer,0x00200000,3,1,NeHDAudioMixer.ax,5.05.0027.0000
Nero PS Muxer,0x00200000,1,1,NePSMuxer.ax,5.05.0027.0000
Nero Scene Detector,0x00200000,1,0,NeSceneDetector.ax,5.05.0027.0000
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
Nero Elementary Stream Parser,0x00200000,1,1,NeESParser.ax,5.05.0027.0000
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
DivX Decoder Filter,0xff800000,1,1,DXdec.ax,
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
DivX H.264 Decoder,0x00800000,1,1,h264dec.ax,8.02.0000.0026
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
Nero Audio Transcoder,0x00200000,1,1,NeTranscoder.ax,5.05.0027.0000
Nero Vcd Navigator,0x00600000,0,2,NeVCD.ax,5.05.0027.0000
Nero Deinterlace,0x00200000,1,1,NeDeinterlace.ax,5.05.0027.0000
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
Nero TS Muxer,0x00200000,1,1,NeTSMuxer.ax,5.05.0027.0000
Nero Framerate Converter,0x00200000,1,1,NeFramerate.ax,5.05.0027.0000
Nero DVD Decoder,0x00600000,2,1,NeVideo.ax,5.05.0027.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
Nero Mpeg Video Encoder,0x00200000,1,1,NeMpegVideoEnc.ax,5.05.0027.0000
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
Nero Video Decoder HD,0x00200000,1,2,NeVideoHD.ax,5.05.0027.0000
Nero QuickTime(tm) Video Decoder,0x00400000,1,1,NeQTDec.ax,5.05.0027.0000
WAV Dest,0x00000000,0,0,,
Expression Encoder Screen Codec 2,0x00600000,0,0,Microsoft.Expression.Encoder.EEScreen.Codec.dll,4.00.1651.0000
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
Nero Stream Buffer Source,0x00200000,0,0,NeSBE.ax,5.05.0027.0000
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
Nero Audio CD Filter,0x00200000,0,1,NeAudCD.ax,5.05.0027.0000
Nero MP3 Encoder,0x00200000,1,1,NeMp3Encoder.ax,5.05.0027.0000
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
Nero Audible Decoder,0x00200000,1,1,NeAudible.ax,5.05.0027.0000
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
Nero VMR Modules Filter,0x00200000,1,0,NeroVMRModules.dll,5.05.0027.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Nero InteractiveGraphics Decoder,0x00600000,1,1,NeBDGraphic.ax,5.05.0027.0000
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Nero Photo Source,0x00200000,0,1,NePhotoSource.ax,5.05.0027.0000
Nero Thumbnail Decoder,0x00600000,1,1,NeBDThumbnail.ax,5.05.0027.0000
MPC - Mpeg Splitter (Gabest),0x00600001,1,1,MpegSplitter.ax,1.04.2499.0000
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
Nero Ogg Splitter,0x00400000,1,1,NeOggSplitter.ax,5.05.0027.0000
Nero MP4 Splitter,0x00600000,1,1,NeMP4Splitter.ax,5.05.0027.0000
Nero Sound Processor,0x00200000,1,1,NeSoundProc.ax,5.05.0027.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Nero Video Decoder,0x00600000,2,1,NeVideo.ax,5.05.0027.0000
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
Nero DV Splitter,0x00200000,1,2,NeDVSplitter.ax,5.05.0027.0000
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
STANDARDPLAY,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
Audio Capture Sources:
Stereo Mix (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
WDM Streaming Capture Devices:
,0x00000000,0,0,,
WebCam,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
WDM Streaming Rendering Devices:
Realtek HDA HDMI Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Video Capture Sources:
Google Camera Adapter 0,0x00000000,0,0,,
Google Camera Adapter 1,0x00000000,0,0,,
Multi-Instance Capable VBI Codecs:
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
WDM Streaming Communication Transforms:
Audio Renderers:
Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
EVR Power Information
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Decode Power Usage: 0
Hello,
This issue appears to be due to the locale setting. I will create a private case for you and log a development issue for this.