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

.NET (Core and Framework)

 
AnswerRe: File write times in .NET local drive vs. NAS drive Pin
Luc Pattyn15-Aug-11 11:39
sitebuilderLuc Pattyn15-Aug-11 11:39 
GeneralRe: File write times in .NET local drive vs. NAS drive Pin
MikeAngel15-Aug-11 12:10
MikeAngel15-Aug-11 12:10 
QuestionMessage Closed Pin
15-Aug-11 10:43
mwhardin15-Aug-11 10:43 
AnswerRe: Is Sql2Code.com a good developer tool? Would you use it? Pin
Richard MacCutchan15-Aug-11 22:34
mveRichard MacCutchan15-Aug-11 22:34 
GeneralRe: Is Sql2Code.com a good developer tool? Would you use it? Pin
mwhardin16-Aug-11 9:28
mwhardin16-Aug-11 9:28 
QuestionTHREE TIER WITH ASP.NET WEBSERVICES Pin
sheemap14-Aug-11 11:47
sheemap14-Aug-11 11:47 
AnswerPlease don't - Repost Pin
thatraja14-Aug-11 18:18
professionalthatraja14-Aug-11 18:18 
AnswerRe: THREE TIER WITH ASP.NET WEBSERVICES Pin
Not Active14-Aug-11 18:53
mentorNot Active14-Aug-11 18:53 
QuestionDATAREPEATER GUIDE Pin
AleBio10-Aug-11 3:36
AleBio10-Aug-11 3:36 
AnswerRe: DATAREPEATER GUIDE Pin
Dave Kreskowiak10-Aug-11 7:22
mveDave Kreskowiak10-Aug-11 7:22 
AnswerRe: DATAREPEATER GUIDE Pin
Eddy Vluggen10-Aug-11 12:34
professionalEddy Vluggen10-Aug-11 12:34 
AnswerRe: DATAREPEATER GUIDE Pin
sivakumat11-Aug-11 1:34
sivakumat11-Aug-11 1:34 
QuestionSystem Enumeration - CreateClassEnumerator Pin
SarahJMR8-Aug-11 8:52
SarahJMR8-Aug-11 8:52 
QuestionRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 5:20
professionalShameel10-Aug-11 5:20 
AnswerRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 5:36
SarahJMR10-Aug-11 5:36 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 5:54
professionalShameel10-Aug-11 5:54 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 6:02
SarahJMR10-Aug-11 6:02 
Hi,

Thanks for the super quick response.

The header file is for informational purposes only and is not needed for compilation. I merely lifted the definition of the System Device Enumeration GUIID from that file. I figure that whomever wants to look at the code in the future should know where I got that GUIID from. Also, C# does not support header files, so...

I am glad that the code works on your end and that Activator.CreateInstance does not return a null on your end. My thought is that either the version of Visual Studio, OS version, or some other difference.

I use Microsoft Windows 7 Professional, 64-bit and Visual Studio 2010.

It might be a Visual Studio 2010 thing. I know that Microsoft ditched DirectShow from Visual Studio 2010, not that I am using DirectShow or need to, so might not be related, but mention. The reason the thought crossed my head is only because Direct<whatever> touches hardware in some form or fashion and that System Device Enumeration also touches hardware, although I am creating a COM object instance at this point in the code, so Activator.CreateInstance should return something other than null.

Thanks in advance,

Sarah
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 6:10
professionalShameel10-Aug-11 6:10 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 6:17
SarahJMR10-Aug-11 6:17 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 9:10
professionalShameel10-Aug-11 9:10 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 9:11
SarahJMR10-Aug-11 9:11 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 9:14
professionalShameel10-Aug-11 9:14 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 9:18
SarahJMR10-Aug-11 9:18 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 9:22
professionalShameel10-Aug-11 9:22 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 9:24
SarahJMR10-Aug-11 9:24 

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.