I'm using the Symphonia EDI Designer, and trying to generate .NET assemblies, but the button that lets me create .NET assemblies doesn't show up.
What do I need to do?
I'm using the Symphonia EDI Designer, and trying to generate .NET assemblies, but the button that lets me create .NET assemblies doesn't show up.
What do I need to do?
OK, so after some further research I discovered that the .NET component generator COM DLL needed to be registered. It's the DLL in symphonia\edi\designer\components.net component generator\symphonia.net component generator.dll.
Just registering it with regsvr32 worked great. I think that the symphonia3net.dll also needs to be in the GAC, but I am not sure.
And on my Windows 7 box, at some point before I fixed it I also fixed a registry key that had the wrong path pointing to the .NET component generator DLL. I know that's not necessary on a Windows XP box. This key was at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Orion\Symphonia\3.8\EDI\EDI Designer\Plugins\NET Generator\FilePath.
No symphonia3net.dll does not need to be in the GAC, once it is registered the key should point to the correct place.
You also need to have the .Net Framework 1.1 installed prior to registering.