No announcements
Found 3650476 threads
-
0 Votes
Random System.Xaml.XamlObjectWriterException while loading or persisting workflow: Cannot create unknown type '{http://schemas.microsoft.com/winfx/2006/xaml/presentation}Point'
Hi, Check the workaround in following thread to see if it applies to your scenario: URGENT - Cannot create unknown ...Answered | 3 Replies | 5494 Views | Created by Ravi Pathak - Friday, August 10, 2012 2:20 PM | Last reply by Tim Lovell-Smith - Wednesday, August 15, 2012 4:48 AM -
2 Votes
URGENT - Cannot create unknown type '{http://schemas.microsoft.com/winfx/2006/xaml/presentation}PointCollection'
The problem can be avoided by removing the view state information from the Workflow Xaml Definition and by excluding the SAP / SAP2010 libraries from the AppDomain when instancing ...Answered | 6 Replies | 12391 Views | Created by MatthewVB - Tuesday, February 2, 2010 8:29 PM | Last reply by andreioros - Tuesday, March 6, 2018 4:49 PM -
2 Votes
Could not resolve type {http://schemas.microsoft.com/winfx/2006/xaml/presentation}PointCollection error
Hi I receive randomly the following error: 'Cannot create unknown type ...Answered | 10 Replies | 13412 Views | Created by MatthewVB - Wednesday, December 23, 2009 3:43 AM | Last reply by Pier357 - Monday, July 19, 2010 5:11 PM -
0 Votes
Namespace Mapping with http://schemas.microsoft.com/winfx/2006/xaml/presentation - Drawbacks?
- You cannot differ between controls made by you and those from WPF.Answered | 2 Replies | 4775 Views | Created by Firewire918 - Wednesday, April 29, 2009 12:17 PM | Last reply by Firewire918 - Tuesday, May 19, 2009 12:20 PM -
0 Votes
ERROR: 'Cannot create unknown type '{http://schemas.microsoft.com/netfx/2009/xaml/activities}Variable({clr-namespace:
HI, Kiran Series article created by Rory could be helpful to ...Answered | 3 Replies | 5707 Views | Created by kiran1208 - Thursday, July 7, 2011 3:15 PM | Last reply by Andrew_Zhu - Thursday, July 14, 2011 3:01 AM -
0 Votes
Cannot create unknown type when loading WF Service from loose Xaml with ActivityXamlServices
http://stackoverflow.com/questions/2330762/wf4-rc-cannot-create-unknown-type-when-loading-wf-service-from-loose-xaml-withAnswered | 3 Replies | 11041 Views | Created by racingcow - Thursday, February 25, 2010 12:42 AM | Last reply by racingcow - Tuesday, March 16, 2010 3:08 PM -
0 Votes
call a xaml activity loaded while a workflow is running
DynamicActivity is the activity type returned from ActivityXamlServices.load when loading a XAML file that defines a x:Class actvity.Answered | 10 Replies | 6615 Views | Created by nickwin - Sunday, June 28, 2009 10:33 AM | Last reply by AmyMac - Thursday, September 17, 2009 11:10 PM -
0 Votes
What is the best practice to debug pure XAML workflows?
Rather than copy/pasting the XAML into your unit tests you should be loading the XAML from the XAML file you created in the designer.Answered | 4 Replies | 6443 Views | Created by Instriker - Monday, October 26, 2009 2:37 PM | Last reply by Instriker - Wednesday, October 28, 2009 2:31 PM -
5 Votes
XAML Namespace http://schemas.microsoft.com/expression/blend/2008 is not resolved.
<UserControl x:Class="SilverlightApplication1.MainPage" ...Answered | 4 Replies | 23375 Views | Created by Anton Swanevelder ZA - Friday, October 16, 2009 7:58 AM | Last reply by Motor0l2 - Monday, July 20, 2015 7:53 PM -
1 Votes
Loading XAML at runtime
Hi jmdeb, Here is a sample about how to Load Xaml at runtime you can refer to: 1.test.xaml file( Location ...Answered | 2 Replies | 4251 Views | Created by jmdeb - Thursday, March 14, 2013 5:59 PM | Last reply by jmdeb - Tuesday, March 19, 2013 12:11 PM -
0 Votes
Need help deserializing a XAML workflow.
An updated version of that post for beta2 is available here: http://blogs.msdn.com/mwinkle/archive/2009/10/23/types-metatypes-and-bears-redux.aspx That siad, ...Answered | 2 Replies | 6380 Views | Created by notnow117 - Tuesday, December 8, 2009 8:48 PM | Last reply by Matt Winkler -- MSFT - Friday, December 11, 2009 5:43 PM -
0 Votes
Run 3.5 xoml-only workflows in WWF 4.0?
Other than that you cannot load 3.5 WFs with 4.0 APIs.Answered | 1 Replies | 5207 Views | Created by KirillPomortsev - Friday, December 25, 2009 1:20 PM | Last reply by bshyam - Tuesday, April 27, 2010 4:58 AM -
0 Votes
Create a variable of a custom type and use it to call a method
Here's the resulting xaml after making your suggested change:Answered | 3 Replies | 4338 Views | Created by S. Brown - Tuesday, May 18, 2010 2:38 PM | Last reply by S. Brown - Thursday, May 20, 2010 2:37 PM -
0 Votes
Using TypeResolve to provide Types referenced in XAML
Hello Xavier, I want to be able to create the myGrid type, based on its use in the XAML.Answered | 5 Replies | 557 Views | Created by johndaintree at work - Tuesday, October 6, 2015 3:47 PM | Last reply by johndaintree at work - Thursday, October 8, 2015 8:58 AM -
0 Votes
Re-hosted workflow designer - for XAML Only
What I am looking for is to be able to re-host the designer for XAML only (XAML activation) workflows.Answered | 4 Replies | 3547 Views | Created by Etowah_man - Thursday, December 25, 2008 3:39 PM | Last reply by Etowah_man - Friday, January 2, 2009 10:24 PM -
0 Votes
How to parse xaml file having a custom class, so as to get the list of all UI elements in the xaml?
All I want to do is load a xaml file (located in some other assembly), and iterate through the different elements/objects to check for a certain attribute value.Answered | 2 Replies | 7149 Views | Created by deedee0107 - Tuesday, November 1, 2011 4:28 PM | Last reply by deedee0107 - Friday, November 18, 2011 10:20 PM -
0 Votes
Create array of picture in XAML?
This is how to create an array of Image in XAML: <Window x:Class="WpfApplication61.View.Window3" ...Answered | 2 Replies | 4624 Views | Created by Bipin Bhandari - Saturday, August 18, 2012 3:51 PM | Last reply by Pete Laker - Saturday, August 18, 2012 8:14 PM -
0 Votes
Save / Load XAML containing User Controls
You stated: Didn't even have to try and load the XAML!Answered | 8 Replies | 9245 Views | Created by delmarco - Monday, August 17, 2009 5:52 PM | Last reply by delmarco - Tuesday, August 18, 2009 10:34 PM -
0 Votes
Possible Bug - Custom Persistence with workflow blocking on multiple bookmarks causes an exception.
When creating a workflow that has a Pick activity with two branches each triggered by a custom NativeActivity which simply creates a bookmark the runtime raises an exception ...Answered | 3 Replies | 5703 Views | Created by taylorza - Monday, November 23, 2009 8:59 PM | Last reply by taylorza - Wednesday, December 2, 2009 5:26 PM -
0 Votes
Load Xaml File using XamlReader with multiple versions of same assembly
I'm using Assembly.Load(byte[]) to load the assemblies and XamlReader.Load() to load a xaml fragment which references the assembly.Answered | 4 Replies | 1197 Views | Created by Dharmaraju Balasubramanya - Tuesday, June 2, 2015 12:27 PM | Last reply by Andy ONeill - Tuesday, June 2, 2015 1:46 PM - Items 1 to 20 of 3650476 Next ›
No announcements