You just have explicitly added Version, Culture and PublicKeyToken to my example though all they are optional as far as I know.
No, I did not. Your actual type name was incorrect. Use the typeof(ViewData<>).FullName trick I mentioned earlier in this thread and you will produce the actual
correct mangled name for the type.
levib
Star
7702 Points
1099 Posts
Microsoft
Re: Typed ViewPage Using Generics Without Code Behind
Oct 22, 2008 07:02 PM|LINK
No, I did not. Your actual type name was incorrect. Use the typeof(ViewData<>).FullName trick I mentioned earlier in this thread and you will produce the actual correct mangled name for the type.