Search found 3 matches

by dvonfeldt
Fri May 21, 2010 5:16 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: CryptographicException when impersonating
Replies: 3
Views: 8924

Re: CryptographicException when impersonating

I am developing in windows 7 and .Net 3.5 sp1 The line of code that generates the error is different during different debugging sessions. It has failed on the construction of the VintasoftImage object, the addition of the vintasoftimage object to the imaging.imagecollection, and it has also thrown t...
by dvonfeldt
Thu May 20, 2010 1:18 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: CryptographicException when impersonating
Replies: 3
Views: 8924

CryptographicException when impersonating

I am recieving the error: CryptographicException was unhandled. The system cannot find the path specified. This is occuring intermittenly while working with the VintasoftImage object when I am impersonating as an elevated user and also when I attempt to use the vintasoft image object after impersona...
by dvonfeldt
Thu Apr 29, 2010 12:06 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Windows XP -TiffPage - GetImage() - IndexOutOfRangeException
Replies: 1
Views: 6326

Windows XP -TiffPage - GetImage() - IndexOutOfRangeException

When calling the TiffPage.GetImage() method I am getting an IndexOutOfRangeException. When I run the exact same code on my development box, which is running Windows 7 I do not get this error. For intPageNumber As Integer = 0 To m_oDentalXRayInMemoryTiffImage.Pages.Count - 1 Try avImage.Images.Add(m_...