Click here to Skip to main content
15,886,873 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Calling e.Row.Parent.ClientID generate another ID for its GridView Pin
Pete O'Hanlon24-Aug-16 0:01
mvePete O'Hanlon24-Aug-16 0:01 
GeneralRe: Calling e.Row.Parent.ClientID generate another ID for its GridView Pin
Andrés Leiva24-Aug-16 4:07
Andrés Leiva24-Aug-16 4:07 
GeneralRe: Calling e.Row.Parent.ClientID generate another ID for its GridView Pin
Pete O'Hanlon24-Aug-16 5:21
mvePete O'Hanlon24-Aug-16 5:21 
QuestionAssembly - SQL Server 2008 Pin
equelna21-Aug-16 23:30
equelna21-Aug-16 23:30 
AnswerRe: Assembly - SQL Server 2008 Pin
Richard Deeming22-Aug-16 2:00
mveRichard Deeming22-Aug-16 2:00 
GeneralRe: Assembly - SQL Server 2008 Pin
equelna22-Aug-16 4:41
equelna22-Aug-16 4:41 
GeneralRe: Assembly - SQL Server 2008 Pin
Richard Deeming22-Aug-16 10:01
mveRichard Deeming22-Aug-16 10:01 
Question_Type.GetProperty Pin
Derek Tortonian19-Aug-16 10:40
Derek Tortonian19-Aug-16 10:40 
Hi, everyone,
For some odd reason, I cannot figure this one out.
I'm writing an unmanaged application, in assembly language. Most of the application works fine,...it's really just a big COM application for accessing .NET Framework classes by calling COM interface methods that expose these methods.
To summarize: I've done all the set-up. I've loaded the Version 4 CLR and MsCorLib in my Default Domain. I've retrieved COM pointers for several assemblies that I've loaded in the AppDomain (System, System.Core, and System.Web). I've retrieved COM pointers for various types and methods contained within the System Assembly, by first calling, _Assembly.GetTypes, and, then calling various _Type methods. This all works well.
Now, I'm at the point when I'd like to access some information from the: System.Net.NetworkInformation Namespace, which is largely contained in System Assembly. I am able to retrieve a _Type pointer to System.Net.NetworkInformation.IPGlobalProperties, and, to NetworkInformationPermission, but, I am failing to get a return from _Type.GetProperty for either of these .NET objects.
Do I need to call the constructor on these .NET objects first, before accessing properties and methods ??? Or, am I using the
Binding Flags
incorrectly ??? I think I've tried every possible combination (of BindingFlags), and I still get a returned pointer with a NULL value.
I'd post some code,...but, it really is a large amount of source (most of it is irrelevant to this problem),...and, well,...it's in assembly language.

modified 19-Aug-16 17:13pm.

AnswerRe: _Type.GetProperty Pin
Gerry Schmitz20-Aug-16 4:25
mveGerry Schmitz20-Aug-16 4:25 
QuestionString was not recognized as a valid DateTime. Pin
abdul subhan mohammed14-Aug-16 21:15
professionalabdul subhan mohammed14-Aug-16 21:15 
AnswerRe: String was not recognized as a valid DateTime. Pin
Richard MacCutchan14-Aug-16 21:16
mveRichard MacCutchan14-Aug-16 21:16 
GeneralRe: String was not recognized as a valid DateTime. Pin
abdul subhan mohammed14-Aug-16 21:20
professionalabdul subhan mohammed14-Aug-16 21:20 
AnswerRe: String was not recognized as a valid DateTime. Pin
Slacker00717-Aug-16 1:18
professionalSlacker00717-Aug-16 1:18 
GeneralRe: String was not recognized as a valid DateTime. Pin
#realJSOP17-Aug-16 3:05
mve#realJSOP17-Aug-16 3:05 
GeneralRe: String was not recognized as a valid DateTime. Pin
Slacker00717-Aug-16 3:39
professionalSlacker00717-Aug-16 3:39 
GeneralRe: String was not recognized as a valid DateTime. Pin
#realJSOP17-Aug-16 4:25
mve#realJSOP17-Aug-16 4:25 
GeneralRe: String was not recognized as a valid DateTime. Pin
Slacker00717-Aug-16 4:32
professionalSlacker00717-Aug-16 4:32 
GeneralRe: String was not recognized as a valid DateTime. Pin
#realJSOP17-Aug-16 5:30
mve#realJSOP17-Aug-16 5:30 
GeneralRe: String was not recognized as a valid DateTime. Pin
Gerry Schmitz17-Aug-16 5:58
mveGerry Schmitz17-Aug-16 5:58 
GeneralRe: String was not recognized as a valid DateTime. Pin
Richard MacCutchan17-Aug-16 3:42
mveRichard MacCutchan17-Aug-16 3:42 
GeneralRe: String was not recognized as a valid DateTime. Pin
Slacker00717-Aug-16 4:12
professionalSlacker00717-Aug-16 4:12 
GeneralRe: String was not recognized as a valid DateTime. Pin
#realJSOP17-Aug-16 4:26
mve#realJSOP17-Aug-16 4:26 
GeneralRe: String was not recognized as a valid DateTime. Pin
Slacker00717-Aug-16 4:33
professionalSlacker00717-Aug-16 4:33 
GeneralRe: String was not recognized as a valid DateTime. Pin
#realJSOP17-Aug-16 5:27
mve#realJSOP17-Aug-16 5:27 
GeneralRe: String was not recognized as a valid DateTime. Pin
ch.nagaraju18-Aug-16 18:34
ch.nagaraju18-Aug-16 18:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.