H
*Herr Lucifer
Hi,
Whenever I add images to imagelist and running my application I
encounter this error:
-------
An unhandled exception of type
'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
Additional information: Exception has been thrown by the target of an
invocation.
Then it highlights the following line in my application code:
Me.ImageList1.ImageStream =
CType(resources.GetObject("ImageList1.ImageStream"),
System.Windows.Forms.ImageListStreamer)
--------
Also, the value of "Me.ImageList1.ImageStream" is "Nothing".
I have looked up some Microsoft site for this, but couldn't really
solve this problem since it happens for images of every size .
Thanks in advance
---
OS = WinXP Pro
VS.Net 2003
Framework 1.1
PS: Where is all those.....Net Microsoft talked about? If they know
that DI cracks with so many exceptions, then why did they release
their product ? Doesn't any MS guy take responsibility for all these
mistakes?I have paid money for their product, you know?
Whenever I add images to imagelist and running my application I
encounter this error:
-------
An unhandled exception of type
'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
Additional information: Exception has been thrown by the target of an
invocation.
Then it highlights the following line in my application code:
Me.ImageList1.ImageStream =
CType(resources.GetObject("ImageList1.ImageStream"),
System.Windows.Forms.ImageListStreamer)
--------
Also, the value of "Me.ImageList1.ImageStream" is "Nothing".
I have looked up some Microsoft site for this, but couldn't really
solve this problem since it happens for images of every size .
Thanks in advance
---
OS = WinXP Pro
VS.Net 2003
Framework 1.1
PS: Where is all those.....Net Microsoft talked about? If they know
that DI cracks with so many exceptions, then why did they release
their product ? Doesn't any MS guy take responsibility for all these
mistakes?I have paid money for their product, you know?