Search  
Sunday, September 07, 2008 ..:: Blogs ::.. Register  Login
Site Navigation

Bemused Musings
Author: KDollard Created: 5/13/2006
Ideas about current and future .NET directions, and things that don't fit elsewhere

CreateInstance requires an Instance binding flag
.NET Tips By Kathleen Dollard on 8/1/2006

I was beating my head against Activator.CreateInstance this morning. It was just telling me the constructor didn’t exist, when I knew it existed. The constructor in this case is private to prohibit any use outside the class. I’m using CreateInstance when I’m creating the class from its generic base class. It also has parameters, so the simplest overload I can use is

 

More...

Installing .NET on a VPC – mounting ISO images
Wheels on the Bus... By Kathleen Dollard on 7/19/2006
I got very frustrated trying to set up a simple environment for experimenting with DSL and WWF. Eventually it worked out.
More...

Blog_List
Search_Blog
Blog_Archive
Copyright (c) 2008 The Source For Information On Code Generation in Microsoft .NET   Terms Of Use  Privacy Statement