No announcements
Found 1971682 threads
-
1 Votes
the type or namespace name 'dynamic' could not be found
Please check more about this keyword via the following official library: http://msdn.microsoft.com/en-us/library/bb383973.aspx.Answered | 5 Replies | 9708 Views | Created by Hitesh1508 - Monday, January 30, 2012 12:56 PM | Last reply by Konrad Neitzel - Saturday, February 4, 2012 7:09 PM -
0 Votes
Entity Framework and dynamic model extension/adding new types at runtime
As far as I know, it is OK, Entity Framework (EF) is an object-relational mapper that enables us to work with relational data using domain-specific objects. there is no conflicts ...Answered | 3 Replies | 2417 Views | Created by JoWi85 - Monday, March 30, 2015 7:22 PM | Last reply by Fred Bao - Tuesday, April 7, 2015 5:48 AM -
0 Votes
PropertyGrid and dynamic types of objects
I've run into another problem; When the type of the object I assign to myField is a custom type (i.e a class that I defined by myself, or some built in complex ...Answered | 3 Replies | 4113 Views | Created by MarinaSkar - Friday, December 4, 2009 12:54 AM | Last reply by MarinaSkar - Tuesday, December 8, 2009 6:56 PM -
0 Votes
Is it possible to use dynamic types with Azure?
You can then convert that type into whatever user-defined type you want (using theAnswered | 4 Replies | 1167 Views | Created by mcd023 - Tuesday, February 4, 2014 2:40 AM | Last reply by mcd023 - Wednesday, February 5, 2014 2:14 PM -
3 Votes
dll(dynamic link library)
JK, A Dynamic Link Library or named as .DLL is a library that contains code and data that can be used by more than one program at the same time.Answered | 3 Replies | 2512 Views | Created by a.jayakumar - Tuesday, October 18, 2011 7:32 AM | Last reply by Lingaraj Mishra - Tuesday, October 18, 2011 10:07 AM -
5 Votes
How Can load a non-completely managed c++ assembly in runtime
Thank you i checked that and the File Type = Assembly i should load this in runtime from memoryAnswered | 11 Replies | 4562 Views | Created by Hosein1373 - Saturday, July 9, 2011 11:13 AM | Last reply by Morpher - Monday, November 28, 2011 11:22 PM -
0 Votes
Can Azure be our registrar and incoming mx host?
As Gary mentioned, you cannot transfer the domain registration to Azure, since Azure is not a domain registrar.Answered | 8 Replies | 554 Views | Created by dluco - Tuesday, August 29, 2017 9:00 AM | Last reply by AshokPeddakotla-MSFT - Wednesday, August 30, 2017 11:46 AM -
1 Votes
Problem On Dynamic Loading
There is an example here.Answered | 2 Replies | 1467 Views | Created by Joseph1988 - Tuesday, September 25, 2012 8:09 AM | Last reply by Joseph1988 - Monday, October 8, 2012 1:43 AM -
1 Votes
dynamic keywod and runtime determined property names
The object can be anything, not neccessary an expando or any dynamic object.Answered | 3 Replies | 3287 Views | Created by kataik - Wednesday, December 1, 2010 2:10 PM | Last reply by Louis.fr - Wednesday, December 1, 2010 5:49 PM -
0 Votes
how load different types of file in SSIS
Hi SubhadipRoy, SSIS doesn’t support dynamic data access provider or metadata.Answered | 2 Replies | 2104 Views | Created by SubhadipRoy - Wednesday, April 23, 2014 9:43 AM | Last reply by Mike Yin - Friday, April 25, 2014 3:26 PM -
1 Votes
Dynamically generated view loading in wpf prism unity..
By using view injection as described here: http://msdn.microsoft.com/en-us/library/ff921098(v=pandp.40).aspx You define a region in the shell and then inject ...Answered | 2 Replies | 3008 Views | Created by Suresh.Kumar.S - Friday, December 20, 2013 2:40 AM | Last reply by Franklin Chen - Friday, December 27, 2013 8:17 AM -
0 Votes
Dynamically Building Storyboards at RunTime
I'm sure that's something to do with the visual tree being modified dynamically, and possibly the reason I can't get it to work with the content template as I can't find ...Answered | 4 Replies | 882 Views | Created by Firkinfedup - Saturday, April 5, 2014 3:56 PM | Last reply by Firkinfedup - Thursday, April 17, 2014 10:01 AM -
0 Votes
Libraries loaded by DoDragDrop() in ole.dll
Calling LoadLibrary() would mean that I know the libraries to load.Answered | 6 Replies | 763 Views | Created by Azboul - Friday, January 29, 2016 12:09 PM | Last reply by RLWA32 - Monday, February 8, 2016 5:01 PM -
1 Votes
VB LOAD INTO PICTUREBOX AT RUNTIME
HOW DO I LOAD .GIF IMAGES INTO A PICTUREBOX DURNG RUNTIME IN VISUAL BASIC?Answered | 2 Replies | 4895 Views | Created by MAXIMOOCH - Thursday, November 1, 2012 1:02 AM | Last reply by Restoration Management Software - Tuesday, November 6, 2012 12:19 AM -
0 Votes
Type library exporter could not find the type library for 'Microsoft.Office.Interop.Excel.Worksheet'
The actual AddIn that this error was happening in, also didnt stay loaded on my clients computer.Answered | 9 Replies | 1367 Views | Created by npsavidge - Tuesday, August 18, 2015 4:27 PM | Last reply by npsavidge - Monday, August 24, 2015 10:14 AM -
0 Votes
Microsoft Visual C++ Runtime Library
I need help with an error messege that started to come out evertime i start my computer: Microsoft Visual C++ Runtime Library Runtime ...Answered | 1 Replies | 5233 Views | Created by Ahmad Abu-Halimah - Tuesday, May 11, 2010 6:38 PM | Last reply by «_Superman_» - Tuesday, May 11, 2010 6:58 PM -
0 Votes
Load dll dynamically
The loaded assembly must to be included in the appx package and be known when the package is created.Answered | 1 Replies | 646 Views | Created by PrabuViji - Wednesday, August 26, 2015 10:40 AM | Last reply by Magnus (MM8) - Wednesday, August 26, 2015 2:00 PM -
0 Votes
How can I dynamically invoke the correct method at runtime C#
The part it does not answer is - at runtime how can I ensure that DerviedClassApp.DoSomething() gets called ALWAYS instead of BaseClassApp.DoSomething()?Answered | 9 Replies | 5279 Views | Created by kenster10 - Friday, November 19, 2010 12:18 PM | Last reply by kenster10 - Friday, November 19, 2010 1:14 PM -
1 Votes
Loading XAML graphics dynamically
Hi jmdeb, As for your first concern, you could save your object as xaml content, and then you could use XamlWriter to save and load it by XamlReader, refer to this document ...Answered | 2 Replies | 2572 Views | Created by jmdeb - Friday, February 24, 2012 8:41 PM | Last reply by Sheldon _Xiao - Tuesday, March 6, 2012 6:11 AM -
0 Votes
Change Connection Type dynamically in SSIS
#1 A process to get/set the variable #2 A dataflow for loading from the database #3 A dataflow for loading from the ...Answered | 8 Replies | 2275 Views | Created by wirelessbrain - Thursday, October 6, 2016 5:54 AM | Last reply by Anthony Mattas - Friday, October 7, 2016 2:27 PM
No announcements