Page 1 of 1

Runtime Error in Sample Project - MVC Razor

Posted: Wed Nov 02, 2016 9:30 pm
by AlissonRS
Hello!

I just installed the trial version of GdPicture. In Start Menu, I found the GdPicture folder, and opened the samples folder (source code).

So far, so good. It built nicely, then I started debugging it. The project executes as expected, then I found a list of samples, and a big Launch Button, which of course, I pressed.

Then I got the error below. Am I missing something? I just ran the sample project, am I supposed to do anything more? Thanks in advance!

Re: Runtime Error in Sample Project - MVC Razor

Posted: Thu Nov 03, 2016 3:53 pm
by Cedric
Hello,

You should make sure the GdPicture.NET.12.WEB.DocuVieware reference is marked as Copy Local = True
For an unknown reason, Visual Studio seems to reset the Copy Local value to False the first time the project is open which is not correct.

Re: Runtime Error in Sample Project - MVC Razor

Posted: Fri Nov 04, 2016 11:12 pm
by AlissonRS
Hi Cedric!

You saved my day. I can't believe it was so simple.

Thanks a lot!!!!!