the_future21
09-19-2006, 12:47 PM
Dim p As System.Security.Principal.WindowsPrincipal = CType(ConversionHelpers.AsWorkaround(System.Threading.Thread.CurrentPrincipal, GetType(System.Security.Principal.WindowsPrincipal)), System.Security.Principal.WindowsPrincipal)
I converted this piece of code from C# to VB and I am getting an error ConversionHelpers not Declared. How can i fix this???
I converted this piece of code from C# to VB and I am getting an error ConversionHelpers not Declared. How can i fix this???