Quantcast
Channel: MSDN Blogs
Viewing all 29128 articles
Browse latest View live

Dynamics 365 for Finance and Operations – How to delete a record in the Number sequence – Status List form

$
0
0

Seeing an unexpected number sequence record in the Status list form (from the Number sequence form) that you need to delete? Wondering where to find that ‘Delete’ (File>Delete record) option that used to exist in AX 2012?

That option no longer exists in Dynamics 365 for Finance and Operations.

For now, you would have to use ALT+F9 to delete selected record/s in the Status List form:

1. Mark the record that needs to be deleted and press ALT+F9 keys.

2. Click Yes to delete the selected record/s.

There is a plan to bring back the Delete option but until then, you can use this workaround.

 


You don’t need a publicist

$
0
0

If you are a Microsoft engineer, you are receiving your annual rewards around now. You might be wondering why you didn't get the promotion you sought or why someone else did. If you ask your manager why, she'll provide insightful feedback and might name several reasons. Among the most common and misunderstood reasons is that you need to be more visible. Having seen yourself in the mirror for years, you might question the veracity of this explanation. Your manager would clarify that more people, particularly your manager's peers and their managers, need to be aware of you and your work.

"Hold on! Isn't doing great work enough?" No, it isn't. "But my work should speak for itself!" Yeah, but it's drowned out by everyone else's great work. Managers stand in the middle of a crowd, with everyone proclaiming their work. Your great work is speaking, but it could use more visibility.

"How the heck do I make myself and my work more visible—hire a publicist?" You don't need a publicist, but as you rise to higher levels in your career, you do need to engage more people with your work, particularly managers beyond your own. "How do I do that? I'm a workhorse, not a show horse." That's a good thing; there's no need to be dramatic or grandiose. However, you might need to get outside your comfort zone in a different way.

I am a rock. I am an island.

Many engineers aren't looking to attract management attention. That kind of attention is often associated with disciplinary action, constraints, or other hassles. Engineers would rather get things done and let their work speak for itself.

Involving management can feel like self-promotion or asking for help. You may feel self-promotion is for shmucks and that asking for help is declaring you're unqualified at the very time you're seeking a promotion. Plus, you may feel you don't need the assistance, so why ask for it and all the autonomy-killing direction and obligation that comes with it?

You certainly can handle your current assignments and scope on your own. You've mastered your current role—that's why you believe you're ready for a promotion. However, your management believes you need to be more visible, which makes you feel slimy, incompetent, and burdened. Something is out of whack: your approach to being visible. Until you change your mindset, you're not ready for a promotion.

The tip of the iceberg

Mastering your current role is grounds for nice rewards and continued employment—not grounds for a promotion. To get promoted you need to show you can handle the role that’s a level above you. A higher-level role means broader scope and independence (for new college hires, independence comes first). Broader scope and independence require involving management across teams, not because you can't handle the role, but because you are handling it by involving the right people, gaining appropriate authority and air cover, and collaborating effectively across boundaries.

"But I've already involved everyone necessary on my current projects." Of course you have. You're good at your current projects at your current scope. However, you're seeking a promotion. That means you need to expand your scope.

"But I haven't been given the opportunity to work on broader projects. I need a bigger role and title to do so." That's garbage. As I discuss in Opportunity in a gorilla suit, you are awash in broader projects. There are so many that they are hard to see. Rather than find a new one, let's focus on your current projects.

Each of your current projects is part of a larger area and a deeper strategy. Each could be expanded technically (broader applicability or scale), tactically (greater consolidation and reuse), and strategically (broader service or customer base). The only things holding back the scope of these projects are your imagination and willingness to engage others beyond your current comfort level.

Eric Aside

For more on levels and promotions, read Level up.

Don't sell yourself short

When you expand the scope of your current and upcoming projects, you'll need to engage teams beyond those who know you. You could do so quietly, avoiding exposure to management and sticking with individual engineers. However, the broader your project, the riskier it is to arrange work without management consent. Failure soon follows, and while you'll want to blame the "bureaucracy" that shut you down, the truth is that the cause of your downfall was your unwillingness to engage teams officially and gain agreement.

When you work across teams—agreeing on plans, dependencies, rough timelines, and commitment—you naturally engage managers beyond your own. They get to know you, see how effectively you work, and can remark on your accomplishments. Sure, that's not why you do it, but come promotion time, those managers come in handy.

Get out of your comfort zone. Consider the broader impact your current and future projects could have. Reach out across teams to make progress on your goals. Negotiate and compromise.  You’ll get credit for making your projects successful even if (and often because) others do the work. Engage managers at all levels to support your efforts and escalate issues when needed. Doing so is hard at first, but it gets easier. By the time you've mastered it, your sought-after promotion will be a foregone conclusion.

Eric Aside

For more on negotiation, read "My way or the highway" (chapter 8). For more on talking to vice presidents, read The VP-geebees. For more on strategic thinking, read Lead, follow, or get out of the way and Solving the whole problem.

Git forks now in public preview

$
0
0

Forks - the ability to create a server-side copy of a Git repository - is rolling out across the service in public preview. If it's not on for you yet, it will be after the current deployment finishes. Forks will also be fully supported in the next major version of TFS. There, it's in preview until RTM lands.

A fork is a complete copy of a repository's contents (files, commits, branches, and tags). Don't worry, it's stored very efficiently on the back end. Forks are a great way to isolate experimental, risky, or confidential changes. Once you're ready to share changes, it's easy to use pull requests to get those changes back to the original repository. To get started, click the Fork button in your repository!

Fork button next to clone button

You can turn forks off on a per-repository basis (check Options in the Version Control admin area). If you aren't ready for forks in your account, you can disable it account-wide in the Preview Features area.

As we stated in the release notes, this is just the beginning for forks. Right now, you're limited to forking within a single VSTS account. A lot of our biggest customers have multiple accounts, and we plan to support forking across those accounts.

Also, you must have the "Create repository" permission in a project to successfully create the fork. Most users don't have that by default. Admins, we recommend creating a project as a container for forks and granting your developers the "Create repository" permission in it. We plan to build a "personal" area that will serve as the default target for forks.

We're very interested in your feedback! Feel free to comment here, or email me at mattc@xbox.com. Thanks.

Handy Tool When You Develop With Azure IoT

$
0
0

IoT Application Development is naturally more complicated than regular application development, in that even the simplest E2E IoT application involves a long chain from device layer, to communication layer, then to the cloud and beyond. This makes the development especially the testing and debugging difficult. Even though there are corresponding tools exist at each layer, switching development environment and tools is not a pleasant experience.

In a typical IoT Development scenario, for example, working with Azure IoT Hub, developers often need to work with the device connected to the IoT Hub, sending test messages between device and IoT Hub, and monitoring the message flow. Without a handy tool, developers have to print messages through Serial Monitor on device end, and use different set of tools or even the web browsers to trace the message sent and received from IoT Hub.

We are glad that a community contributor Jun Han, who is also Microsoft employee, donated his personal VS Code extension and converted it into official extension: "Azure IoT Toolkit"

It provides some key features that help IoT developers to easily interact with Azure IoT Hub, and the devices connected to it:

  • Device management
    • List devices
    • Get device info
    • Create device
    • Delete device
  • Interact with Azure IoT Hub
    • Send D2C message to IoT Hub
    • Monitor IoT Hub D2C message
    • Send C2D message to device
    • Monitor C2D message from IoT Hub
    • Invoke Direct Method
    • Get/update Device Twin

The tool is very easy to use:

Once installed from VS Code Marketplace or directly from within VS Code extension panel, a tab will show:

PolyBase export of datetime values does not use DATE_FORMAT

$
0
0

This topic came up on a recent support case I had worked on. The customer had stored the data in an Azure SQL Data Warehouse database, but needed to move it into Azure blob storage for consolidating data from different sources. This also required to write the datetime values in a specific format.

The idea was to use PolyBase and CETAS (Create External Table As Select) for exporting the data into an external table, with the external table pointing to Azure blob storage. The CETAS was configured with an External File Format specifying a DATE_FORMAT = N'yyyy-MM-dd HH:mm:ss'.

The export finished without any errors. But when selecting the same exported data from the same external table again, it failed with a conversion error:

Expected data type: DATETIME, Offending value: 2017-03-31 17:16:15.000  (Column Conversion Error), Error: Conversion failed when converting the NVARCHAR value '2017-03-31 17:16:15.000' to data type DATETIME.
It turned out that the datetime values were written in the default format of 'yyyy-MM-dd HH:mm:ss.fff', e.g. "2016-07-27 21:29:03.000" instead of the intended "2016-07-27 21:29:03". This means that PolyBase is unable to read data that it had written itself before.

 

This behaviour is by design. PolyBase indeed does not honour DATE_FORMAT for exporting to blob storage. Please note the following sentence in the middle of the CREATE EXTERNAL FILE FORMAT (Transact-SQL) documentation:
"PolyBase only uses the custom date format for importing the data. It does not use the custom format for writing data to an external file."
To work around this limitation, you should export the data on a different way. For example, you may use SSIS for exporting to a custom CSV format, then copy the CSV files to Azure Blob storage.

 

Sample Queries to reproduce the problem
-- Create a local table with sample rows
CREATE TABLE orders_local (id INT, dt1 DATETIME);
INSERT INTO orders_local VALUES (1, '2017-03-31 17:16:15');
INSERT INTO orders_local VALUES (2, '2017-04-30 17:16:15');

-- Create the external file format
CREATE EXTERNAL FILE FORMAT csv_customdate
WITH (
   FORMAT_TYPE = DELIMITEDTEXT,
   FORMAT_OPTIONS (
       FIELD_TERMINATOR = N',',
       STRING_DELIMITER = N'0x22',
       DATE_FORMAT = N'yyyy-MM-dd HH:mm:ss',
       USE_TYPE_DEFAULT = False
   ));

-- Create the external table - CETAS
CREATE EXTERNAL TABLE Orders
WITH (
   LOCATION='/orders/orders.tbl',
   DATA_SOURCE = external_table_blob_storage,
   FILE_FORMAT = csv_customdate)
AS (SELECT id, c1, dt1 FROM orders_local);

-- Check the result
SELECT ID, dt1 FROM Orders;

-- the SELECT command is failing with:
Msg 107090, Level 16, State 1, Line 37
Query aborted-- the maximum reject threshold (0 rows) was reached while reading from an external source: 1 rows rejected out of total 1 rows processed.
(/orders/orders.tbl/QID6002_20170516_133739_0.txt)Column ordinal: 2, Expected data type: DATETIME, Offending value: 2017-03-31 17:16:15.000  (Column Conversion Error), Error: Conversion failed when converting the NVARCHAR value '2017-03-31 17:16:15.000' to data type DATETIME.
References

Cumulative Update 54 for Microsoft Dynamics NAV 2013 has been released

$
0
0

Cumulative Update 53 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013.

The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in doubt about whether this cumulative update addresses your specific problem, or if you want to confirm whether any special compatibility, installation, or download issues are associated with this cumulative update, support professionals in Customer Support Services are ready to help you. For more information, see http://support.microsoft.com/contactus/.

The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions:

Where to find Cumulative Update 54

You can download the cumulative update from KB 4040567  – Cumulative Update 54 for Microsoft Dynamics NAV 2013.

Or you can download the cumulative update from the Microsoft Download Center.

Warning

Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.
  3. Note: Implementing this cumulative update can require a database upgrade.

Additional Information

For a list of all cumulative updates for this version, see Released Cumulative Updates for Microsoft Dynamics NAV 2013.

Cumulative Update 47 for Microsoft Dynamics NAV 2013 R2 has been released

$
0
0

Cumulative Update 47 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013 R2.

The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in doubt about whether this cumulative update addresses your specific problem, or if you want to confirm whether any special compatibility, installation, or download issues are associated with this cumulative update, support professionals in Customer Support Services are ready to help you. For more information, see http://support.microsoft.com/contactus/.

The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions:

Where to find Cumulative Update 47

You can download the cumulative update from KB 4040568 – Cumulative Update 47 for Microsoft Dynamics NAV 2013 R2.

Or you can find the cumulative update at the Microsoft Download Center. Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.

Warning

  • Note: Implementing this cumulative update can require a database upgrade.

Additional Information

For a list of all cumulative updates for this version, see Released Cumulative Updates for Microsoft Dynamics NAV 2013 R2.

Cumulative Update 35 for Microsoft Dynamics NAV 2015 has been released

$
0
0

Cumulative Update 35 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2015.

The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in doubt about whether this cumulative update addresses your specific problem, or if you want to confirm whether any special compatibility, installation, or download issues are associated with this cumulative update, support professionals in Customer Support Services are ready to help you. For more information, see http://support.microsoft.com/contactus/.

The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions:

Where to find Cumulative Update 35

You can download the cumulative update from KB 4040569  – Cumulative Update 35 for Microsoft Dynamics NAV 2015.

Or you can download the cumulative update from the Microsoft Download Center.

Warning

Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.

Additional Information

For information about how to install the cumulative update, see How to Install a Microsoft Dynamics NAV 2015 Cumulative Update.

For information about how to work around a recent process change, see How to Get Back the ‘Hotfix Directories’ from NAV 2015 Cumulative Update 1.

For a list of all cumulative updates for this version, see Released Cumulative Updates for Microsoft Dynamics NAV 2015.


Cumulative Update 23 for Microsoft Dynamics NAV 2016 has been released

$
0
0

Cumulative Update 23 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2016.

The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in doubt about whether this cumulative update addresses your specific problem, or if you want to confirm whether any special compatibility, installation, or download issues are associated with this cumulative update, support professionals in Customer Support Services are ready to help you. For more information, see http://support.microsoft.com/contactus/.

The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions:

Where to find Cumulative Update 23

You can see changes included in this cumulative update from KB4040571 – Cumulative Update 23 for Microsoft Dynamics NAV 2016.

You can press one of the countries in list above for a direct download or you can download the cumulative update from the Microsoft Download Center.

To learn more about other Cumulative Updates already released for Microsoft Dynamics NAV 2016 please see KB  3108728.

Warning

Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.

Additional Information

For information about how to install the cumulative update, see How to Install a Microsoft Dynamics NAV 2016 Cumulative Update. Note that if you upgrade to this cumulative update from a version older than Microsoft Dynamics NAV 2016 Cumulative Update 6, you must run the development environment with elevated rights (run as administrator).

Cumulative Update 10 for Microsoft Dynamics NAV 2017 has been released

$
0
0

Cumulative Update 10 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2017.

The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in doubt about whether this cumulative update addresses your specific problem, or if you want to confirm whether any special compatibility, installation, or download issues are associated with this cumulative update, support professionals in Customer Support Services are ready to help you. For more information, see http://support.microsoft.com/contactus/.

The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions:

Where to find Cumulative Update 10

You can download the cumulative update from KB4040571  – Cumulative Update 10 for Microsoft Dynamics NAV 2017.

You can press one of the countries in list above for a direct download or you can download the cumulative update from the Microsoft Download Center.

To learn more about other Cumulative Updates already released for Microsoft Dynamics NAV 2017 please see KB  3210255.

Warning

Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.
  3. This Cumulative Update will require a database upgrade.

Additional Information

For information about how to install the cumulative update, see How to Install a Microsoft Dynamics NAV 2017 Cumulative Update.

How to create an Azure AD application in PowerShell

$
0
0

For several tasks related to Azure services, you need to specify the tenant ID and secret of an Azure Active Directory application in order to implement proper authentication. This post provides you with a PowerShell sample for creating such an Azure AD application.

# Sign in to Azure.
Login-AzureRmAccount
# If your Azure account is on a non-public cloud, make sure to specify the proper environment
# example for the German cloud:
# Login-AzureRmAccount -EnvironmentName AzureGermanCloud

# If you have multiple subscriptions, uncomment and set to the subscription you want to work with:
# $subscriptionId = "11111111-aaaa-bbbb-cccc-222222222222"
# Set-AzureRmContext -SubscriptionId $subscriptionId

# Provide these values for your new Azure AD app:
# $appName is the display name for your app, must be unique in your directory
# $uri does not need to be a real URI
# $secret is a password you create
$appName = "yourappname"
$uri = "http://yourappname"
$secret = "yoursecret"

# Create the Azure AD app
$azureAdApplication = New-AzureRmADApplication -DisplayName $appName -HomePage $Uri -IdentifierUris $Uri -Password $secret

# Create a Service Principal for the app
$svcprincipal = New-AzureRmADServicePrincipal -ApplicationId $azureAdApplication.ApplicationId

# Assign the Contributor RBAC role to the service principal
# If you get a PrincipalNotFound error: wait 15 seconds, then rerun the following until successful
$roleassignment = New-AzureRmRoleAssignment -RoleDefinitionName Contributor -ServicePrincipalName $azureAdApplication.ApplicationId.Guid

# Display the values for your application
Write-Output "Save these values for using them in your application"
Write-Output "Subscription ID:" (Get-AzureRmContext).Subscription.SubscriptionId
Write-Output "Tenant ID:" (Get-AzureRmContext).Tenant.TenantId
Write-Output "Application ID:" $azureAdApplication.ApplicationId.Guid
Write-Output "Application Secret:" $secret

Sample output:

Subscription ID:
11111111-aaaa-bbbb-cccc-222222222222
Tenant ID:
72f988bf-86f1-41af-91ab-2d7cd011db47
Application ID:
54c45a1a-5c1a-40ad-88b6-a37e82223eda
Application Secret:
yoursecret

References

Buildnummern-Übersicht Microsoft Dynamics NAV 2013

$
0
0

Stand: 01.09.2017

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Der Release-Zyklus der Hotfixe wurde nun auf die monatlichen Cumulative Updates geändert, daher wird diese Übersicht ebenfalls nur noch monatliche aktualisiert.

Es wurden einige Hotfixe zurückgezogen, ich bitte Sie zu prüfen, dass Sie eines der unten aufgeführten Buildnummer einsetzten. Wenn nicht bitte ich Sie auf das aktuellste Build zu wechseln.

Download Microsoft Dynamics NAV Buildliste

Buildnummer Beschreibung KB Nummer Inhalt
33781 RTM n.a. Release aus dem Partnersource
34194 Hotfix 2802855 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34210 Hotfix 2803237 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34252 Hotfix 2804176 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34265 Hotfix 2808716 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34298 Hotfix 2815438 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34346 Hotfix 2817822 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34361 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34404 Hotfix 2822132 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34453 Hotfix 2789344 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34475 Hotfix 2830654 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34550 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34587 Update Rollup 1 2829782 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
34589 Hotfix 2837147 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34645 Hotfix 2841405 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34664 Hotfix 2837749 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34688 Update Rollup 2 2843305 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
34698 Hotfix 2843303 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34745 Hotfix 2843307 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34769 Hotfix 2843309 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34845 Hotfix 2843313 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34868 Hotfix 2852682 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34902 Update Rollup 3 2852685 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
34904 Hotfix 2852687 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34945 Hotfix 2852691 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
34975 Hotfix 2852693 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35001 Hotfix 2862723 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35026 Update Rollup 4 2860301 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35034 Hotfix 2862724 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35078 Hotfix 2862726 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35152 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35177 Hotfix 2862727 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35201 Update Rollup 5 2872273 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35212 Hotfix 2876779 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35282 Hotfix 2876783 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35318 Hotfix 2876786 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35345 Update Rollup 6 2881294 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35355 Hotfix 2876788 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35391 Hotfix 2876789 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35429 Hotfix 2888350 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35469 Hotfix 2888351 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35488 Update Rollup 7 2892427 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35494 Hotfix 2888354 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35553 Hotfix 2888355 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35562 Hotfix 2892801 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35591 Hotfix 2876782 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35612 Hotfix 2901561 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35663 Hotfix 2901563 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35670 Update Rollup 8 2901572 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35694 Hotfix 2901565 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35732 Hotfix 2907584 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35772 Hotfix 2907573 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35782 Update Rollup 9 2913980 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
35789 Hotfix 2907574 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35821 Hotfix 2907575 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35855 Hotfix 2907576 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35926 Hotfix 2907577 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
35995 Hotfix 2923340 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36005 Update Rollup 10 2918536 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
36019 Hotfix 2923341 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36051 Hotfix 2923343 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36076 Update Rollup 11 2930616 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
36090 Hotfix 2923344 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36116 Hotfix 2923346 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36137 Hotfix 2934564 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36182 Hotfix 2934565 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36207 Update Rollup 12 2937998 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
36215 Hotfix 2934566 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36261 Hotfix 2934567 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
36295 Hotfix 2934568 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36347 Update Rollup 13 2955943 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
36440 Hotfix 2953917 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36569 Hotfix 2963998 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36605 Cumulative Update 14 2964546 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
36702 Hotfix 2963999 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36790 Hotfix 2964001 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36848 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
36919 Cumulative Update 15 2971745 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
37019 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
37101 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
37188 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
37201 Cumulative Update 16 2977472 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
37306 Hotfix * ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
37532 Cumulative Update 17 2984829 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
37704 Hotfix 2991642 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
WebClient
37798 Cumulative Update 18 2992503 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
38052 Cumulative Update 19 3000200 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
38454 Cumulative Update 20 3013213 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
38800 Cumulative Update 21 3020883 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
39369 Cumulative Update 22 3024895 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
39671 Cumulative Update 23 3035980 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
40118 Cumulative Update 24 3039828 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
40468 Cumulative Update 25 3051268 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
40940 Cumulative Update 26 3058009 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
41354 Cumulative Update 27 3069230 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
41767 Cumulative Update 28 3075723 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
42219 Cumulative Update 29 3086433 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
42591 Cumulative Update 30 3091810 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
42948 Cumulative Update 31 3097765 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
43390 Cumulative Update 32 3106086 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
43894 Cumulative Update 33 3121031 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
44364 Cumulative Update 34 3130279 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
44969 Cumulative Update 35 3138201 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
45241 Cumulative Update 36 3145849 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
45477 Cumulative Update 37 3151023 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
45787 Cumulative Update 38 3157486 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
46056 Cumulative Update 39 3166277 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
46292 Cumulative Update 40 3172331 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
46576 Cumulative Update 41 3182126 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
46772 Cumulative Update 42 3188237 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
47058 Cumulative Update 43 3193864 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
47258 Cumulative Update 44 3202888 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
47432 Cumulative Update 45 3209075 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
47667 Cumulative Update 46 3216196 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
47880 Cumulative Update 47 4011765 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48066 Cumulative Update 48 4014048 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48310 Cumulative Update 49 4018441 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48468 Cumulative Update 50 4021392 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48618 Cumulative Update 51 4024638 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48824 Cumulative Update 52 4034488 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
48967 Cumulative Update 53 4037305 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build
49147 Cumulative Update 54 4040567 ADCS Files
NAV Server Files
OUTLOOK MapiHelper.dll File
OUTLOOK Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.dll File
RTC Files
Application Files
DVD-Build

* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany

Buildnummern-Übersicht Microsoft Dynamics NAV 2013 R2

$
0
0

Stand: 01.09.2017

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Der Release-Zyklus der Hotfixe wurde nun auf die monatlichen Cumulative Updates geändert, daher wird diese Übersicht ebenfalls nur noch monatliche aktualisiert.

Download Microsoft Dynamics NAV Buildliste

Buildnummer Beschreibung KB Nummer Inhalt
35473 RTM n.a. Release aus dem Partnersource
35664 Hotfix

2901564

ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35701 Update Rollup 1 2901573 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
35727 Hotfix 2901571 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35784 Hotfix 2907585 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35796 Hotfix 2907586 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35800 Update Rollup 2 2913982 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
35822 Hotfix 2907587 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35866 Hotfix 2907588 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
35915 Hotfix 2907589 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36035 Hotfix 2907590 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36035 Update Rollup 3 2918538 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
36062 Hotfix 2923351 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36078 Update Rollup 4 2930617 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
36105 Hotfix 2923352 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36281 Hotfix 2934571 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36281 Update Rollup 5 2937999 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
36310 Hotfix 2934572 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36322 Hotfix 2934573 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36366 Update Rollup 6 2955941 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
36424 Hotfix 2934575 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36498 Hotfix * ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36556 Hotfix 2963993 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36703 Cumulative Update 7 2964528 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
36782 Hotfix * ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36836 Hotfix 2963995 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
36897 Cumulative Update 8 2971746 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
37020 Hotfix * ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37102 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37179 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37221 Cumulative Update 9 2977473 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
37300 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37385 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37431 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37479 Hotfix * ADCS Files
BPA Files
Help Server
NAV Server Files
Outlook Files
RTC Files
Web Client Files
37563 Cumulative Update 10 2984452 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
37799 Cumulative Update 11 2992495 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
38053 Cumulative Update 12 3000199 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
38455 Cumulative Update 13 3013214 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
38801 Cumulative Update 14 3020884 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
39354 Cumulative Update 15 3024898 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
39665 Cumulative Update 16 3035983 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
40076 Cumulative Update 17 3039826 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
40452 Cumulative Update 18 3052269 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
40941 Cumulative Update 19 3058010 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
41371 Cumulative Update 20 3069271 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
41768 Cumulative Update 21 3075724 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
42221 Cumulative Update 22 3084775 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
42610 Cumulative Update 23 3091811 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
42950 Cumulative Update 24 3097766 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
43391 Cumulative Update 25 3106087 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
43896 Cumulative Update 26 3121033 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
44366 Cumulative Update 27 3130282 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
44970 Cumulative Update 28 3138204 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
45254 Cumulative Update 29 3145852 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
45478 Cumulative Update 30 3151021 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
45822 Cumulative Update 31 3157488 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
46057 Cumulative Update 32 3166278 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
46292 Cumulative Update 33 3172538 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
46577 Cumulative Update 34 3182128 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
46774 Cumulative Update 35 3188238 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
47043 Cumulative Update 36 3193866 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
47259 Cumulative Update 37 3202886 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
47442 Cumulative Update 38 3209074 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
47662 Cumulative Update 39 3216194 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
47881 Cumulative Update 40 4011766 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48068 Cumulative Update 41 4014098 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48311 Cumulative Update 42 4018440 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48469 Cumulative Update 43 4021393 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48616 Cumulative Update 44 4024639 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48825 Cumulative Update 45 4034489 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
48993 Cumulative Update 46 4037306 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build
49153 Cumulative Update 47 4040568 ADCS Files
BPA Files
NAV Server Files
Outlook Files
RTC Files
Web Client Files
Application Files
DVD-Build

* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany

Microsoft Customer Service and Support (CSS) EMEA

Buildnummern-Übersicht Microsoft Dynamics NAV 2015

$
0
0

Stand: 01.09.2017

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Download Microsoft Dynamics NAV Buildliste

Buildnummer Beschreibung KB Nummer Inhalt
37874 RTM n.a. Release aus dem Partnersource

38457

Cumulative Update 1

3013215

Application Files
DVD-Build

38798 Cumulative Update 2 3020885

Application Files
DVD-Build

39368 Cumulative Update 3 3024901

Application Files
DVD-Build

39663 Cumulative Update 4 3035986

Application Files
DVD-Build

40262 Cumulative Update 5 3039824

Application Files
DVD-Build

40459 Cumulative Update 6 3052226

Application Files
DVD-Build

40938 Cumulative Update 7 3058000

Application Files
DVD-Build

41370 Cumulative Update 8 3069272

Application Files
DVD-Build

41779 Cumulative Update 9 3075726

Application Files
DVD-Build

42222 Cumulative Update 10 3086434

Application Files
DVD-Build

42603 Cumulative Update 11 3091812

Application Files
DVD-Build

42951 Cumulative Update 12 3097767

Application Files
DVD-Build

43389 Cumulative Update 13 3106088

Application Files
DVD-Build

43887 Cumulative Update 14 3121037

Application Files
DVD-Build

44363 Cumulative Update 15 3130292

Application Files
DVD-Build

44973 Cumulative Update 16 3138205

Application Files
DVD-Build

45244 Cumulative Update 17 3145854

Application Files
DVD-Build

45483 Cumulative Update 18 3151020

Application Files
DVD-Build

45813 Cumulative Update 19 3157490

Application Files
DVD-Build

46054 Cumulative Update 20 3166286

Application Files
DVD-Build

46293 Cumulative Update 21 3172546

Application Files
DVD-Build

46580 Cumulative Update 22 3182130

Application Files
DVD-Build

46765 Cumulative Update 23 3188239

Application Files
DVD-Build

47039 Cumulative Update 24 3193867

Application Files
DVD-Build

47254 Cumulative Update 25 3202890

Application Files
DVD-Build

47438 Cumulative Update 26 3209073

Application Files
DVD-Build

47665 Cumulative Update 27 3216192

Application Files
DVD-Build

47871 Cumulative Update 28 4011764

Application Files
DVD-Build

48062 Cumulative Update 29 4014099

Application Files
DVD-Build

48308 Cumulative Update 30 4018439

Application Files
DVD-Build

48467 Cumulative Update 31 4021394

Application Files
DVD-Build

48614 Cumulative Update 32 4024640

Application Files
DVD-Build

48838 Cumulative Update 33 4034490

Application Files
DVD-Build

49000 Cumulative Update 34 4037307

Application Files
DVD-Build

49144 Cumulative Update 35 4040569

Application Files
DVD-Build

How to get back the 'hotfix directories' from NAV 2015 Cumulative Update

 

* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany

Buildnummern-Übersicht Microsoft Dynamics NAV 2016

$
0
0

Stand: 01.09.2017

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Download Microsoft Dynamics NAV Buildliste

 

Buildnummer Beschreibung KB Nummer Inhalt
42815 RTM n.a. Release aus dem Partnersource

43402

Cumulative Update 1

3106089

Application Files
DVD-Build

43897

Cumulative Update 2

3121038

Application Files
DVD-Build

44365

Cumulative Update 3

3130298

Application Files
DVD-Build

44974

Cumulative Update 4

3139364

Application Files
DVD-Build

45243

Cumulative Update 5

3145855

Application Files
DVD-Build

45480

Cumulative Update 6

3151017

Application Files
DVD-Build

45834

Cumulative Update 7

3157492

Application Files
DVD-Build

46045

Cumulative Update 8

3166287

Application Files
DVD-Build

46290

Cumulative Update 9

3172549

Application Files
DVD-Build

46621

Cumulative Update 10

3182131

Application Files
DVD-Build

46773

Cumulative Update 11

3188240

Application Files
DVD-Build

47042

Cumulative Update 12

3193868

Application Files
DVD-Build

47256

Cumulative Update 13

3202891

Application Files
DVD-Build

47444

Cumulative Update 14

3209072

Application Files
DVD-Build

47838

Cumulative Update 15

3216191

Application Files
DVD-Build

47864

Cumulative Update 16

4011762

Application Files
DVD-Build

48067

Cumulative Update 17

4014100

Application Files
DVD-Build

48316

Cumulative Update 18

4018438

Application Files
DVD-Build

48466

Cumulative Update 19

4021395

Application Files
DVD-Build

48628

Cumulative Update 20

4024641

Application Files
DVD-Build

48822

Cumulative Update 21

4034491

Application Files
DVD-Build

48992

Cumulative Update 22

4037308

Application Files
DVD-Build

49146

Cumulative Update 23

4040571

Application Files
DVD-Build

 

* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany


Buildnummern-Übersicht Microsoft Dynamics NAV 2017

$
0
0

Stand: 01.09.2017

Folgend finden Sie eine aktuelle Auflistung der verfügbaren Buildnummern, aufsteigend sortiert, mit der dazu gehörigen offiziellen Beschreibung, KB Artikelnummer und Inhalt.

Download Microsoft Dynamics NAV Buildliste

 

Buildnummer Beschreibung KB Nummer Inhalt
13682 RTM n.a. Release aus dem Partnersource
14199 Cumulative Update 1 3209071 Application Files
DVD-Build
14767 Cumulative Update 2 3216190 Application Files
DVD-Build
15140 Cumulative Update 3 4011763 Application Files
DVD-Build
15601 Cumulative Update 4 4014101 Application Files
DVD-Build
16177 Cumulative Update 5 4018437 Application Files
DVD-Build
16585 Cumulative Update 6 4021396 Application Files
DVD-Build
16996 Cumulative Update 7 4024642 Application Files
DVD-Build
17501 Cumulative Update 8 4034492 Application Files
DVD-Build
17972 Cumulative Update 9 4037309 Application Files
DVD-Build
18197 Cumulative Update 10 4040570 Application Files
DVD-Build

* KBArtikel wird in kürze veröffentlicht. // KBArticle will be released soon.

Hotfixes without a released KBArticle can be requested via a support request!

These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.

Mit freundlichen Grüßen

Sebastian Röttel

Microsoft Dynamics Germany

SHA-256 Self Signed Certificate for Windows Server 2012 R2

$
0
0

Recently, I came across this situation where one of my customer wants to use the Self Signed Certificate to secure his intranet websites. But he wants to use the Self Signed Cert with the sha256 Signature Hash algorithm on Windows Server 2012 R2 as sha1 is retired.

By Default, in Windows 2012 R2 (IIS 8.5) if you generate the Self-Signed Certificate from the IIS Manager Console it will provide a Self-Signed Certificate with the Signature hash algorithm as sha1 .

The SHA-1 hashing algorithm for the Microsoft Root Certificate Program is being decommissioned.

https://blogs.msdn.microsoft.com/spses/2014/10/21/sha-1-decommissioning/

 

If you want your self-signed certificate should use the sha256 Signature hash algorithm, we have to generate the certificate from the mmc console

 

You can follow below steps to create and use a Self-Signed Certificate with the Signature hash algorithm as sha256.

1.Open the mmc console >> go to Run >>>type mmc >>>OK

2. You will get the below Window (mmc console). Click on Add/Remove Snap-in

3. Select Certificates >> Add

4. Select Computer Account and Click on Next

 

5.Click on Finish

6. The Certificates will be added in your snap-in

 

7. Expand Certificates (Local Computer) >>>Personal >>>>>Certificates >>>>>All Tasks>>>>>Advanced Operations>>>>>Create Custom Request

 

8. Click on Next

 

 

9.Select Proceed without enrollment policy>>>>>>>Next

 

10. Click on Next

 

11.Click on Details >>>>>Properties >>>>Next

 

 

12.Add the Friendly for your certificate as per your choice

 

 

13. Click on Subject >>>>>>Subject Name >>>>Type >>>>>>>Select Common Name (Common Name should be your host name with which you are browsing your site) >>>Add  Alternative Name >>>>Type >>>>DNS>>>>>Add your DNS (domain name here)>>>>Add

 

 

14. Click on Extensions tab>>>>>>>>>>>>>>Extended Key Usage (application policies)

 

 

15.Click Basic Constraints >>>>>>>Select Enable this extension

 

16. Go to Private Key tab>>>>>>>>>>>>>>>>Key Options >>>>>>>>>>>>>Select Make private key exportable

 

17. Go to Private Key tab>>>>>>>>Select Hash Algorithm >>>>>>>>>>>Hash Algorithm >>>>>>>>>>>>>>>>>sha256(Here you will select the Signature hash algorithm )

 

18. Click on Apply >>>Ok

 

 

19. Click Next

 

20. Click on Browse and give the certificate with CertName.cer and click on Finish

 

 

21. Click on Certificate Enrollment Requests >>>>>>>Right click on Certificates >>>>>>>>>>All Tasks >>>>>>>>>>Import

 

22. Click on Next

 

23. Specify the file name and the location

 

 

24. Click on Next

 

25. Click on Finish

26. Click on OK

 

27. You will see your certificate here under Certificate Enrollment Requests >>>>>>> Certificates

 

 

28. Double click on the certificate >>go to Details >>>>Click on Copy to File >>>>>>>Next >>>>>>>>Select the Format you want to use >>>give the file name and the import it to the desktop>>>>>>Finish

 

29. Import the certificate in Personal Store

 

Now, check the Certificate go to Details tab check for the Signature hash algorithm >>>>it will be sha256

 

Import the Certificate to the IIS and add the http binding for the site select the cert.

 

You have to add this certificate on every client machine from where you want to access the site.

On the Client Machines:

Run >>>>>mmc >>>>>file>>>>>>Add/Remove Snap in >>> add the Certificates >>>>>select Computer Account >>>>import the certificate under Trusted Root Certification Authorities

 

Hope this helps !!!!!..

Last Week on DirectX Shader Compiler (2017-09-01)

$
0
0

Lots of SPIR-V activity, bug fixes, and more float16 support, as has been the case recently.

Some highlights are improved front-end constant evaluation (in particular in some trivial vector cases), and a good report on a performance regression with respect to the fxc compiler toolchain, which was addressed here.

I wanted to take the opportunity the fact that we are definitely interested in seeing cases where the new toolchain isn't producing code that is on par with the fxc one. Real end-to-end results are best, because some seeming codegen improvements of yesterday may not apply or be actively counterproductive today. If you're reporting one of these, it's also very helpful to indicate whether you see this across the board or on a specific configuration.

Labor Day is coming, so if you celebrate that, enjoy the long weekend!

Marcelo

PS: if you have a regularly-sized weekend, please go ahead and enjoy that, too.

Cleaning up corrupt Visual Studio instances

$
0
0

A small number of users are seeing errors after installing or modifying Visual Studio 2017 like the following,

Sorry, the installation failed. Please try again.

This may also manifest in some cases as,

A product matching the following parameters cannot be found:

channelId: VisualStudio.15.Release
productId: Microsoft.VisualStudio.Product.Enterprise

If you open the latest %TEMP%dd_client*.log file you may see an exception stack trace like,

2017-08-07T03:20:00 : Error : Failed to get installed product summaries. [installerId: SetupEngine, error: System.NullReferenceException: Object reference not set to an instance of an object.
  at Microsoft.VisualStudio.Setup.Cache.InstanceRepository.GetInstance()
  at Microsoft.VisualStudio.Setup.Cache.CacheRepository.d__32.MoveNext()
  at Microsoft.VisualStudio.Setup.InstalledProductsProviderService.GetInstalledProductSummariesImpl()
  at Microsoft.VisualStudio.Setup.InstalledProductsProviderService.GetInstalledProductSummaries()

Subsequent operations in the Visual Studio Installer fail, and if you reopen the Visual Studio Installer you may not see any instances installed – only what products are available.

Solution

We have mitigated a couple of possible causes and continue to explore both mitigations and long-term remedies, but in the meantime, you will need to clean up, or obliterate, the instance and re-install.

  1. Open an elevated command prompt.
  2. Run: %ProgramFiles(x86)%Microsoft Visual StudioInstallerresourcesapplayoutInstallCleanup.exe -i

This will clean up only instance data such as the installation directory and state. This will make re-installing the instance faster since any workloads and components you had installed would remain cached and would not be re-downloaded.

If you don’t not find InstallCleanup.exe in %ProgramFiles(x86)%Microsoft Visual StudioInstallerresourcesapplayout – or any directory there above – please download the latest bootstrapper from https://www.visualstudio.com/downloads/ and run it to install. When the workload selection dialog is shown, close the window and run the steps above again.

Who will be announced the next Microsoft Small Basic Guru? Read more about September 2017 competition

$
0
0
  • What is TechNet Guru Competition?

    Each month the TechNet Wiki council organizes a contest of the best articles posted that month.
    This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

    One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

    Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

    If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in September 2017 and must be in English. However, the original blog or forum content can be from before September 2017.

    Come and see who is making waves in all your favorite technologies.
    Maybe it will be you!


    Who can join the Competition?

    Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discuss advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


    How can you win?

    1. Please copy/Write over your Microsoft technical solutions and revelations to TechNet Wiki.
    2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3. (Optional but recommended) Add a link to your article at the TechNet Wiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

    Do you have any question or want more information?

    Feel free to ask any questions below, or Join us at the official Microsoft TechNet Wiki groups on facebook.
    Read More about TechNet Guru Awards.

    If you win, people will sing your praises online and your name will be raised as Guru of the Month.

    Thanks in advance!
    -TechNet Wiki Council (Kamlesh Kumar & Ninja Ed)

Viewing all 29128 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>