Hi All,
I'm trying to use the GetImage method in a ASP.NET project that I've created
but I keep getting an error stating:
The name 'GetImage' does not exist in the class or namespace ...
The project includes System.Drawing and I've even tried specifying the fully
qualified name System.Drawing. ToolboxBitmapAt tribute.GetImag e but the
IntelliSense feature doesn't even list the GetImage method when I enter the
period after ToolboxBitmapAt tribute.
I checked MSDN and there is a reference to the GetImage method at
I have to admit that I'm more than a little puzzled at the moment. Do any of
you gurus out there have any ideas?
Thanks,
Kris
I'm trying to use the GetImage method in a ASP.NET project that I've created
but I keep getting an error stating:
The name 'GetImage' does not exist in the class or namespace ...
The project includes System.Drawing and I've even tried specifying the fully
qualified name System.Drawing. ToolboxBitmapAt tribute.GetImag e but the
IntelliSense feature doesn't even list the GetImage method when I enter the
period after ToolboxBitmapAt tribute.
I checked MSDN and there is a reference to the GetImage method at
I have to admit that I'm more than a little puzzled at the moment. Do any of
you gurus out there have any ideas?
Thanks,
Kris
Comment