Visual Web Ripper
»
Community Forum
»
API
»
Invalid license information
Groups: Registered
Joined: 9/1/2011 Posts: 2 Location: Ahmedabad
|
hi,
i have valid license version of Visual web ripper (for one Pc license) but still i'm getting this above error when i run follwing code in asp.net website
WrProject project = WrProject.Load(ripfilepath); project.DefaultCollector = WrProcessorTypeEnum.WebCrawler; WrProcessor processor = WrProcessor.RunProject(new WrProcessPars(project)); Response.Write(processor.Status.ToString());
|
|
|
|
|
|
Groups: Administrators
Joined: 4/10/2010 Posts: 1,239 Location: Sydney, Australia
|
Hi,
Are you running the project in the same machine VWR installed? Can you run the project file with VWR?
|
|
|
|
|
|
Groups: Registered
Joined: 9/1/2011 Posts: 2 Location: Ahmedabad
|
my rip file is working perfectly on my machine.
yes i'm running my project in the same machine where i have installed VWR
but still i'm getting same error when i run follwing code in asp.net website on same pc
WrProject project = WrProject.Load(ripfilepath);
project.DefaultCollector = WrProcessorTypeEnum.WebCrawler; WrProcessor processor = WrProcessor.RunProject(new WrProcessPars(project));
Response.Write(processor.Status.ToString());
|
|
|
|
|
|
Visual Web Ripper
»
Community Forum
»
API
»
Invalid license information
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.