Difference between revisions of "How to register Eiffel .NET metadata consumer tool"

(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...)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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:
+
[[Category:.NET]]
 +
By default, the Eiffel .Net metadata consumer tool will be registered 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:
  
 
<code>
 
<code>
Line 9: Line 10:
 
</code>
 
</code>
  
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
+
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
  
 
<code>
 
<code>

Latest revision as of 07:24, 30 July 2009

By default, the Eiffel .Net metadata consumer tool will be registered 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.