Categories
Chrome Google HOW TO Internet Explorer Microsoft Mozilla Firefox Tips & Tricks

Microsoft Download Center Download button is missing

You want download a file or software from Microsoft Download Center.

In the Install Instructions section is written:

Download the appropriate file for your computer's processor by clicking one of the links below. You can run the package directly from the link or you can also save it on your local disk to install later.

But you cannot see any link or Download button.

Microsoft Download Center Download button is missing

Solution 1:
Change the URL of the page using https:// rather than http://

Solution 2 (from sam2030):
Download Button Unavailable on Windows Update Web Site

Solution 3 (from Ryan):
Try using Google Chrome

Did my solution solve your problem? Leave a comment.

Categories
Dynamics NAV Microsoft Tips & Tricks

Method not found

Microsoft Dynamics NAV
—————————

Method ‘Page43.a60Action123a62_a45_OnAction’ not found.
—————————
OK
—————————

Method not found

Method not found

Solution:

  1. open in Design the Page as from the error message (in my case it was Page 43)
  2. press Ctrl+Alt+F4 or go in View -> Page Actions
  3. delete the value from the column “Name” (in my case it was Release)
  4. exit and save the object

Tips & Tricks: To find what is the action the error message is referring, in the message, after the word “Action” there is the value of the ID property (in my case it was 123)

Did my solution solve your problem? Leave a reply.