License for GoDiagram 2.2.3.1

Walter,
I have relinked my app with the new version (2.2.3) but am having trouble recompliling the license file
Here is my .licx file
Northwoods.Go.GoView, Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8
Northwoods.Go.GoPalette, Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8
Northwoods.Go.GoOverview, Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8
Here is what LC.exe produces
C:\Visual Studio Projects\BPMMapper>lc /complist:licenses.licx /target:processma
pper.exe /i:C:\Program Files\Northwoods Software\GoDiagram Win 2.2.3\DLLs\NET1.1
\northwoods.go.dll
Microsoft ® .NET License Compiler
[Microsoft .Net Framework, Version 1.1.4322.573]
Copyright © Microsoft Corporation 1998-2002. All rights reserved.

Processing complist ‘licenses.licx’…
licenses.licx(1) : error LC0003 : Unabled to resolve type 'Northwoods.Go.GoView,
Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe
8’
licenses.licx(2) : error LC0003 : Unabled to resolve type 'Northwoods.Go.GoPalet
te, Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b70161
cfe8’
licenses.licx(3) : error LC0003 : Unabled to resolve type 'Northwoods.Go.GoOverv
iew, Northwoods.Go, Version=2.2.3.1, Culture=neutral, PublicKeyToken=a4e3b7b7016
1cfe8’
Creating Licenses file processmapper.exe.licenses…
Here is what LicenseManager says
Northwoods.Go.Layout 2.2 binary evaluation (2.2.1), development expiring 2004-8-14
Northwoods.Go.Instruments 2.2 binary evaluation (2.2.1), development expiring 2004-8-14
Northwoods.GoPocket 2.2 binary evaluation (2.2.1), development expiring 2004-8-14
Northwoods.GoPocket.Layout 2.2 binary evaluation (2.2.1), development expiring 2004-8-14
Northwoods.Go 2.2 binary development (2.2.1)
What am I doing wrong?
Thanks for all your help so far
Note:
We (the Australian Bureau of Statistics) have bought 2 copies but we seem to have used the same order no to request license codes.

Try adding that particular DLL into the GAC:

gacutil /if C:\Program Files\Northwoods Software\GoDiagram Win 2.2.3\DLLs\NET1.1\Northwoods.Go.dll
Or drag-and-drop that DLL into the C:\Windows\Assembly folder in Windows Explorer.

brilliant - thanks very much