896 results found
---------------------------Response from advancedsearch------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => ok ) [pkeys] => SimpleXMLElement Object ( [@attributes] => Array ( [pages] => 1 [total] => 4 ) [pkey] => Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405786 [key] => ***** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no => riddhesh_raval@yahoo.com ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405089 [key] => ****** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405088 [key] => ********** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1404916 [key] => ********* [acts] => 2 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) ) ) ) --------------------------------------------FindKey------------------------------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array ( [code] => 1 [msg] => Product key not found. ) ) ) -------------------------------------------------------------Code----------------------------------FindKey--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKey($version_id, $_POST['email'])); ----------------------------------Advanced search--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKeyAll($version_id, $_POST['email'])); LimeLM function -------------public static function FindPKey($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.find', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } public static function FindPKeyAll($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.advancedSearch', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } Thanks
Here's what a quick google search shows up: Launching GUI App from Windows Service.
To find crashed networkadapter, open windows device manager by typing "DeviceManager" in the windows search bar. In the device manager,click "Network Adapters" to expand the dropdown and if anadapter isnt functioning it will have a yellow triangle with anexclamation point inside it.
We type “[Product Name] drivers” in a search engine and we get a direct link to the page with the latest drivers for that product name.
Then I go> to this forum just to find another thread on the first page asking "Is> wyBuild still alive?"
[ related to forum topic https://wyday.com/forum/t/3909/ta_pdetsfrombytearray-returns-ta_fail-for-plugins/ ] For example in our application we have these areas where protection is needed: 1) exe, with license check, i.e. a structure is created with constructor and destructor calls (see below) 2) dll plugin can be called from exe, the license (constructor + destructor) is also checked inside dll.
This is pretty well documented on many forum posts.BUT, if a user enters an “expired” code into TurboActivate it will first come back as valid, then the software would have to intercept again and invalidate.
For any other developers that read this forum, you probably already know that version 4 has been touted for almost a year now as the solution to many known bugs.
So, i have: Old Path: C:\Fairbridge Projects\ColdChain\ReleaseBuild\Version <number>, where number is the date of the release, the new path needs to be: D:\ColdChain - 2011-04-08\ReleaseBuild\Version <number> I spoke back in 2009 about this here: https://wyday.com/forum/t/944/project-relocation/, and back then you linked the wyp spec file, now looking at it the file is still valid, but was wondering if there's a tool to change the base directory, or easily modify the wyp file?
PS: Thanks for aply I can pay per hour or for completing my project.I hope this is allowed announcement and I will not get ban as on wojo forum for this, as i'm looking for someone but not possible to find last 90days of my research so its kind of headage for me.thanks
Okay, just tried the suggestion over at the Oculus forum, and it worked! I'm able to build on VS 2012 Express using the WinDDK you can download at the link below.
(I know the one you copied and pasted is not correct, but I assume that's just because you don't want your username on this forum). Try to open the file from a terminal session with a terminal "text editing" app using the path that's in those quotes.
I apologize in advance if the solution is posted somewhere else on the forum; I did some searching this morning and couldn't find anything that appeared to address this.
A better handling is listed here, and will be included in TurboActivate 4.0 and newer as part of the example code: https://wyday.com/forum/t/3013/isgenuineex-returns-an-eror-while-is-isactivated-doesnt/#post-14766
With that said, I followed the steps included in the following page: https://wyday.com/forum/t/188/menuitem-devexpress-ribbon/I am including wyDay.Controls in my namespace.
See this post: https://wyday.com/forum/t/3991/app-crash-when-using-setcustomproxy/#post-19061 I'll see if I can reproduce what you're seeing on Linux, but that will be later today.
The current and proposed API Key restrictions (Max of 3 IP Addresses per 72 Hours - https://wyday.com/forum/t/4205/current-limelm-server-status/#post-19959) are not compatible with services hosted on Azure App Service (https://docs.microsoft.com/en-us/azure/app-service/) and possibly other hosting/PAAS solutions or Function/Lambda services.
(Also, in the future don't post the same message to forum and all of our emails -- one will suffice).
>> "[as an aside, I tried searching for similar topics, but the filtering and sorting options didn't seem to work so I got lost in too many other results!]" Yeah, the forum software we currently use is a dumpster fire.
I have noticed on your forum that there are people who are using LimeLM for their VSTO app - and that's why I've not given up LimeLM yet.