How to register Eiffel .NET metadata consumer tool

Revision as of 23:02, 29 July 2009 by Larryl (Talk | contribs) (New page: By default, the Eiffel .Net metadata consumer tool will be register by EiffelStudio installer (the *.msi) automatically. However, if you are using EiffelStudio which downloaded from 7z pac...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

By default, the Eiffel .Net metadata consumer tool will be register by EiffelStudio installer (the *.msi) automatically. However, if you are using EiffelStudio which downloaded from 7z package. You may need to register the Eiffel .Net metadata consumer tool manually. Otherwise, when you compile a .Net project in Eiffel Studio. You would get following error:

VD71: Configuration error
 
Error code: VD71
Configuration error
Could not load ISE Eiffel Metadata Consumer tool.

To register it, just open a command line console (cmd.exe). Change current working directory to your $ISE_EIFFEL\studio\spec\$ISE_PLATFORM\bin. Then type

RegAsm EiffelSoftware.MetadataConsumer.dll

After that, the .Net metadata consumer tool should be registered successfully. You can enjoy your Eiffel .Net projects.