Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mypic mypic
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Ellenberg GroupEllenberg Group
  • mypicmypic
  • Wiki
  • Home

Home · Changes

Page history
Installation troubleshooting authored Aug 27, 2017 by Antonio Politi's avatar Antonio Politi
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 52fd6b85
......@@ -39,7 +39,22 @@ Throughout this manual we will use following definitions
<img src="./images/loadMacro.PNG" width = "400px"> | 1. Load the macro. Browse to the file *MyPiC.lvb* <br /> or *MyPiC\_ZEN2010.lvb* for older ZEN versions. <br /> 2. Run the macro. <br /> 3. To insert the macro in your list of macros click on the tab.
<img src="./images/assignMacro.PNG" width = "400px"> | provide a *Menu Entry*, a text, and select *PipelineConstructor.lvb* as project.
### Trouble shooting the installation
For any issues please contact one of the developers in the Ellenberg group at EMBL, Heidelberg and provide the version of the software and the full version of your ZEN software (Help->About). If you have a ZEN version higher than 2010 and the macro complains that it does not find ```Zeiss.Micro.AIM.ApplicationInterface.dll```, you may need to register it manually.
You can try this to fix
• Open a console window (cmd.exe)
• Go to the ZEN path: ``cd ..\..\ZEN``
• Register the ```Zeiss.Micro.AIM.ApplicationInterface.dll```
``` C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /tlb /codebase Zeiss.Micro.AIM.ApplicationInterface.dll ```
• When you uninstall ZEN, make sure to un-register
```C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe/u /tlb /codebase Zeiss.Micro.AIM.ApplicationInterface.dll```
......
Clone repository
  • AdaptiveFeedback
  • Home