GDT Where Used Tool v1.0.0.20
Comments
-
I've found a problem with an array of a table not being detected in 10.0.0.19.
Se Table 49, the only function that appears to be used is CalcVATAmount.
However check in CU90 for multiple examples.InvPostingBuffer[1].SetAccount( GenPostingSetup."Purch. Line Disc. Account", TotalVAT, TotalVATACY, TotalAmount, TotalAmountACY);
Nor does this line turn up for T49.TypeInvPostingBuffer[1].Type := InvPostingBuffer[1].Type::"G/L Account";
Edit:
Also Codeunit 5986 uses SetAmounts(), this is not shown either--
www.nabsolutions.se0 -
HI, GDT team. Not sure if you still support GDT Where used version or not (I have version 1.0.0.20) . but worth trying.
If there is a code like BomComponent[Level].Quantity
field Quantity is not shown as used in this instance. Probably due to record used as array.
Regardas,
Ricardas.0 -
Hi, GDT team. After Windows 10 update (it is Version 1709 (OS Build 16299.125) application could not be run anymore. Application can not be started.
Event viewer has logged .NET Error:
Application: GDTWhereUsed.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Xml.XmlException
at System.Xml.XmlExceptionHelper.ThrowXmlException(System.Xml.XmlDictionaryReader, System.String, System.String, System.String, System.String)
at System.Xml.XmlUTF8TextReader.Read()
at System.Xml.XmlBaseReader.IsStartElement()
at System.Xml.XmlBaseReader.IsStartElement(System.Xml.XmlDictionaryString, System.Xml.XmlDictionaryString)
at System.Runtime.Serialization.XmlObjectSerializer.IsRootElement(System.Runtime.Serialization.XmlReaderDelegator, System.Runtime.Serialization.DataContract, System.Xml.XmlDictionaryString, System.Xml.XmlDictionaryString)
at System.Runtime.Serialization.DataContractSerializer.InternalIsStartObject(System.Runtime.Serialization.XmlReaderDelegator)
at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
Exception Info: System.Runtime.Serialization.SerializationException
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader)
at A.C.A()
at A.D..ctor()
at A.f.A()
Event viewer has logged Application Error:
Faulting application name: GDTWhereUsed.exe, version: 1.0.0.20, time stamp: 0x587f7ddb
Faulting module name: KERNELBASE.dll, version: 10.0.16299.15, time stamp: 0x4736733c
Exception code: 0xe0434352
Fault offset: 0x0000000000013fb8
Faulting process id: 0x387c
Faulting application start time: 0x01d3797833fc2704
Faulting application path: C:\Users\Ricardas\AppData\Local\Programs\GDT Where Used\GDTWhereUsed.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 48cd5393-f0ef-4409-8ce3-97dd3d7b45d2
Faulting package full name:
Faulting package-relative application ID:0 -
Hi, GDT team. After Windows 10 update (it is Version 1709 (OS Build 16299.125) application could not be run anymore. Application can not be started.
Event viewer has logged .NET Error:
Application: GDTWhereUsed.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Xml.XmlException
at System.Xml.XmlExceptionHelper.ThrowXmlException(System.Xml.XmlDictionaryReader, System.String, System.String, System.String, System.String)
at System.Xml.XmlUTF8TextReader.Read()
at System.Xml.XmlBaseReader.IsStartElement()
at System.Xml.XmlBaseReader.IsStartElement(System.Xml.XmlDictionaryString, System.Xml.XmlDictionaryString)
at System.Runtime.Serialization.XmlObjectSerializer.IsRootElement(System.Runtime.Serialization.XmlReaderDelegator, System.Runtime.Serialization.DataContract, System.Xml.XmlDictionaryString, System.Xml.XmlDictionaryString)
at System.Runtime.Serialization.DataContractSerializer.InternalIsStartObject(System.Runtime.Serialization.XmlReaderDelegator)
at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
Exception Info: System.Runtime.Serialization.SerializationException
at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(System.Runtime.Serialization.XmlReaderDelegator, Boolean, System.Runtime.Serialization.DataContractResolver)
at System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader)
at A.C.A()
at A.D..ctor()
at A.f.A()
Event viewer has logged Application Error:
Faulting application name: GDTWhereUsed.exe, version: 1.0.0.20, time stamp: 0x587f7ddb
Faulting module name: KERNELBASE.dll, version: 10.0.16299.15, time stamp: 0x4736733c
Exception code: 0xe0434352
Fault offset: 0x0000000000013fb8
Faulting process id: 0x387c
Faulting application start time: 0x01d3797833fc2704
Faulting application path: C:\Users\Ricardas\AppData\Local\Programs\GDT Where Used\GDTWhereUsed.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 48cd5393-f0ef-4409-8ce3-97dd3d7b45d2
Faulting package full name:
Faulting package-relative application ID:
Actually it is nothing to do with Windows update. There was something wrong with files, which GDT generates behind the scene. It keeps files in
C:\Users\"name"\Documents\GDT IT Consult
And even if you uninstall GDT then install again these files are there.. which causes issues. I just deleted those files and GDT launched.
Ricardas.1 -
unfortunately this does not work with NAV 2018..0
-
Dear forum members,
the version GDT Where used will not be supported anymore.
You can continue to use it as you like.
For our Pro Version GDT Where Used PLUS we offer
on the other hand support and updates for current Dynamics NAV versions.
Your GDT Where Used Team0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions