User Profile & Activity

Andre DeMattia Member
Page
of 8
Posted: January 24, 2011 9:48 AM

HI, I fully uninstalled the software (I did not do an upgrade and don’t forget to delete your license keys first) and then rebooted, then downloaded the newest version from dev2.intersoftpt.com with the last postdate of 1/12/2011.  I then installed the newest version. After that I still had to go to the registry and delete Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions\ since the uninstaller did not remove it.  After that I was working again.

Posted: January 20, 2011 10:50 AM

Ok, i got it to work, thank you.  The only issue that i have is to find the  Original support documentation on webdesktop, the one that looked like Microsoft documentation.  That had all the methods.

Thanks

Posted: January 20, 2011 10:42 AM

HI, The code above is causing an error object expected.  I can no longer find the support page for web desktop that shows me all the methods so I can not figure out the answer. http://support.intersoftpt.com/ is the support page, but where is the methods located?

 

Can you help me find the code to fix this issue and point me to the old support information?

Thanks

Posted: January 11, 2011 12:38 PM

I spoke to quick.

 

The above fix did let me put my key in the License Manager and all is good there.  Now when I go to use the controls I get the screen that says "this software is running in trial mode"  I have the correct key in License manager and I have already added my licenses.islicx.

Now what do i do :(

andre

Posted: January 11, 2011 9:52 AM

Interesting.....  but it worked.

 

thank you

Posted: January 10, 2011 11:00 AM

Hello, I totally uninstalled Intersoft and reinstalled it and still have the same issue.

  The first time when I had the issue I used the full installer, this time I used the web installer.  I am still getting the old screen that will not allow me to use my clientui key.

 Also,

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intersoft Solutions\ClientUI\4.0.5000 is found in my registery.

Can you email me the correct .exe? please Zip it up since my email will block the .exes

 

Posted: January 10, 2011 9:29 AM

Hi thank you.  It appears the upgrade didn't upgrade correctly.  I will have to uninstall and start all over.

 

The file, ISNet.WebUI.LicenseManager.exe, should be available and has 204 KB in Size and has 2010, August 31 05:40 PM in the “Date modified” property.


Mine says August 31, 2010, 6:40:02 AM.  Product Version 3.0.5000.500 Maybe I downloaded the install before you updated it.  I will download a new version and try again.

Posted: December 13, 2010 9:45 AM

hmm, seems that a reboot fixed it.  I guess just a bug in VS 2010.

Posted: November 19, 2010 4:51 PM

HI, just one more question.  using the code:

private void UXStackButton1_Drop(object sender, Intersoft.Client.UI.Controls.Interactivity.DragEventArgs e)
{
   DragDropEventData data = e.Data as DragDropEventData;
   if (data != null && !data.Cancel)
   {
      if (data.Sender.IsRemove())
      {
         MessageBox.Show("The item is removed.");
      }
      else
         MessageBox.Show("The item is moved.");
      }
}
 
How do i find what element was deleted?  
I have created my own template and i have added a Navigation button.  on click to find the sender of the click event i use this.
   UXNavigationButton s = sender as UXNavigationButton;
                  var ss = s.DataContext as myobject;
 
but the code you sent me the sender is the stack button. I need to know find what control was removed so I an update the database.  thanks
Posted: November 18, 2010 10:08 AM

 

Thank you

All times are GMT -5. The time now is 12:29 AM.
Previous Next