Search found 50 matches

by PQSIK
Mon Feb 21, 2011 9:58 pm
Forum: General discussions
Topic: ResolveAssemblyReference
Replies: 6
Views: 6342

Re: ResolveAssemblyReference

Thanks again for your reply,
I have done all that and same error.

I downloaded the installer to another computer and it worked, so there maybe something wrong with the framework

I may reinstall it.

Thanks
by PQSIK
Mon Feb 21, 2011 5:51 pm
Forum: General discussions
Topic: ResolveAssemblyReference
Replies: 6
Views: 6342

Re: ResolveAssemblyReference

Thanks for your reply, I have removed gdpicture and installed it again, but same error. I started a new vb project .net 2.0 visual studio 2008 and added the reference to C:\Program Files\GdPicture.NET\Redist\32-bit\Framework 2.0\GdPicture.NET.dll same error, started a new project .net 3.5 added the ...
by PQSIK
Mon Feb 21, 2011 3:39 am
Forum: General discussions
Topic: ResolveAssemblyReference
Replies: 6
Views: 6342

ResolveAssemblyReference

Hi there I downloaded the new version to test and I cant run any demo error Error 1 The "ResolveAssemblyReference" task failed unexpectedly. System.Security.SecurityException: Requested registry access is not allowed. at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)...
by PQSIK
Thu Oct 22, 2009 11:31 pm
Forum: Example requests & Code samples
Topic: Edit PDF Resolution
Replies: 2
Views: 2410

Re: Edit PDF Resolution

Thanks for the code it works fine The problem I have now is using GdPicture its not Thread safe with pdf's and I have threads running for each folder that has images in them I may have to change the way I'm doing this For Each binfo As BatchInfo In BList If binfo IsNot Nothing Then Dim di As New IO....
by PQSIK
Wed Oct 21, 2009 7:42 pm
Forum: Example requests & Code samples
Topic: Edit PDF Resolution
Replies: 2
Views: 2410

Edit PDF Resolution

Hi All, And before I start I'm new to this stuff Can someone show me how to open a pdf file from a file, change the Resolution and save the changes in vb.net 2.0 I have Dim ImageID As Integer = Imaging1.CreateGdPictureImageFromFile(ThisFile.FullName) Imaging1.SetHorizontalResolution(ImageID, 200) Im...