Search found 1 match
- 19 Dec 2009, 00:39
- Forum: CAD .NET
- Topic: NullReferenceExcpetion when reading from HPGL from stream
- Replies: 1
- Views: 10632
NullReferenceExcpetion when reading from HPGL from stream
Hi there, I can read a HPGL file using LoadFromFile without any problems, but as soon as I use LoadFromStream I receive a NullReferenceException in a method called from LoadFromStream accepting 1 stream argument. I can not see the name in the stacktrace ;-( The following code works fine for me: Stre...