No announcements
Found 3939706 threads
-
3 Votes
Assembly only used in xaml not copied to application folder
I am also experiencing this problem and the dll is set to copy local.Answered | 3 Replies | 5173 Views | Created by Peter-j-c - Thursday, October 7, 2010 8:39 AM | Last reply by farnked - Tuesday, October 26, 2010 6:42 PM -
0 Votes
Using dll assemblies
In the other project just add the reference to this dll and you should be able to use the class.Answered | 8 Replies | 1637 Views | Created by Mousavi - Thursday, February 16, 2012 12:43 PM | Last reply by Mousavi - Friday, February 17, 2012 5:04 AM -
6 Votes
how do i use Windows.ApplicationModel.Resources.ResourceLoader() from an assembly
2) If you have templated custom controls then you are probably using the Generic.xaml theme (without which your control cannot display itself) which ...Answered | 8 Replies | 12140 Views | Created by eric chauvet - Tuesday, October 4, 2011 11:13 PM | Last reply by Code Chief - Monday, January 21, 2013 2:10 AM -
0 Votes
XAML from Compiled Control?
I figured this wasn't possible, but asking the question has allowed me to learn more about how the XAML/BAML operate.Answered | 4 Replies | 3317 Views | Created by javaConvert - Wednesday, June 24, 2009 7:47 PM | Last reply by javaConvert - Friday, June 26, 2009 2:46 AM -
0 Votes
[WP8.1]Frame.Navigate() to a XAML Page in different assembly
Hi Jchrisss, I passed Frame object to ClassLibrary.Control.acvateabc method and used this Frame object within method, and could see the navigation successfully.Answered | 3 Replies | 621 Views | Created by jchrisss - Friday, June 5, 2015 12:03 PM | Last reply by Herro wong - Friday, June 12, 2015 5:51 AM -
0 Votes
Loading XAML with custom dll references
Hi, I'm not sure why, but I can't add controls to my designer from non-WPF assemblies in the GAC.Answered | 4 Replies | 6597 Views | Created by DotNetGuy1 - Monday, June 30, 2008 3:51 PM | Last reply by Matt Galbraith - Monday, June 30, 2008 10:51 PM -
0 Votes
How to Bring the DatePicker Control in XAML..
Luckily MS finally managed to (re-)introduce DatePicker in .NET ...Answered | 7 Replies | 8978 Views | Created by S.John Hawkins - Friday, June 29, 2007 6:57 AM | Last reply by Christopher84 - Thursday, May 12, 2011 1:49 PM -
0 Votes
Running tests assembled from multiple dlls with test agent/controller and MTM
I mean I have automated test solution assembled from multiple project.Answered | 3 Replies | 5289 Views | Created by Ido_ba - Thursday, July 15, 2010 6:51 AM | Last reply by UmeshSgh - Tuesday, February 14, 2012 2:22 PM -
0 Votes
how to dll use in wpf project
Add a new "WPF Custom Control Library" or "WPF User Control Library" to your solution.Answered | 2 Replies | 3401 Views | Created by wpfprofessional - Saturday, October 3, 2015 9:19 PM | Last reply by Magnus (MM8) - Sunday, October 4, 2015 7:28 PM -
0 Votes
Add .xaml files to DLL
Well, I saw MahApps.Metro, and the DLL contains some xaml to personalize the windows (I used .NET Reflector to see it).Answered | 5 Replies | 4897 Views | Created by José_Coelho - Sunday, October 7, 2012 1:10 PM | Last reply by José_Coelho - Monday, October 8, 2012 3:56 PM -
0 Votes
How to Assemble .il & .resources files to .dll
As mentioned in 2010, you should ask in one of theAnswered | 7 Replies | 13144 Views | Created by Sr.Polineni - Saturday, July 10, 2010 1:58 PM | Last reply by Just Karl - Tuesday, October 8, 2013 10:08 PM -
0 Votes
assembly vs dll
We can using P/Invoke to call functions exported from dll file.Answered | 5 Replies | 3067 Views | Created by It_s Meee - Monday, January 18, 2010 7:51 AM | Last reply by Harry Zhu - Thursday, January 21, 2010 7:16 AM -
0 Votes
convert c++ dll to .net assembly
there should be a command line tool to convert a standard dll to an assembly dll -- sorry I can not remember its nameAnswered | 5 Replies | 8509 Views | Created by Niraj.Shah - Thursday, May 27, 2010 12:33 PM | Last reply by Serup - Friday, May 18, 2018 11:07 AM -
1 Votes
How to place XAML-only resources in a Reference File to be used by WPF applications?
The easiest way to create an external assembly for your resource dictionaries is to create a WPF Custom Control Library.Answered | 4 Replies | 625 Views | Created by Travis Banger - Saturday, July 12, 2014 9:16 PM | Last reply by JayChase - Sunday, July 13, 2014 2:59 AM -
0 Votes
Bug accessing XAML-based control from a class library
In WinRT environment, the resources are no longer embedded in the assembly but are placed next to the dll as content.Answered | 12 Replies | 9492 Views | Created by Actipro Software - Monday, March 12, 2012 3:36 PM | Last reply by Matt Small - Tuesday, April 17, 2012 1:27 PM -
0 Votes
TFs 2013.4 XAML Custom Assemblies - Path Override
If "There's no syntax in the xaml you can use" is correct then yes the post is answered As for starting from scratch, this is not the ...Answered | 6 Replies | 587 Views | Created by Greg B Roberts - Thursday, March 10, 2016 5:23 AM | Last reply by Jesse Houwing - Tuesday, March 15, 2016 9:27 PM -
0 Votes
Image from resource to display in UI using XAML and code file...
This is used when two or more referenced assemblies with the same short name are loaded.Answered | 2 Replies | 1157 Views | Created by IamHuM - Thursday, December 26, 2013 2:17 PM | Last reply by IssueKiller - Friday, December 27, 2013 6:57 AM -
1 Votes
Error Creating an Assembly in SQL 2008 from a DLL
If you create a regular safe assembly you say (in a command-line window): csc /target:library myassem.cs And then you load the DLL with CREATE ...Answered | 17 Replies | 3137 Views | Created by SQLDev555 - Wednesday, August 8, 2012 10:31 AM | Last reply by Erland Sommarskog - Friday, August 10, 2012 10:14 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 | 1172 Views | Created by Dharmaraju Balasubramanya - Tuesday, June 2, 2015 12:27 PM | Last reply by Andy ONeill - Tuesday, June 2, 2015 1:46 PM -
0 Votes
Generating DLL assembly dynamically.
How to programmatically compile code using C# compiler .Answered | 1 Replies | 3338 Views | Created by Suresh Alapati - Wednesday, April 21, 2010 7:11 AM | Last reply by Ramesh Swaminathan - Wednesday, April 21, 2010 7:37 AM - Items 1 to 20 of 3939706 Next ›
No announcements