PolyTraceAid Download And Installation
From OO Lab
(Difference between revisions)
Rickychien (Talk | contribs) |
Rickychien (Talk | contribs) |
||
Line 4: | Line 4: | ||
===Release=== | ===Release=== | ||
+ | |||
If you want to use PolytraceAid Tool, please download [[:File:PTAInstallFile.rar|PTAInstallFile]] here. | If you want to use PolytraceAid Tool, please download [[:File:PTAInstallFile.rar|PTAInstallFile]] here. | ||
===Source=== | ===Source=== | ||
+ | |||
If you want to develop PolytraceAid, please download source from oolab's gitlab (Make sure you have permission) | If you want to develop PolytraceAid, please download source from oolab's gitlab (Make sure you have permission) | ||
<pre>git clone git@140.115.53.53:oolab/polytraceaid.git</pre> | <pre>git clone git@140.115.53.53:oolab/polytraceaid.git</pre> | ||
− | == | + | ==Installation== |
<ol> | <ol> |
Revision as of 10:44, 11 July 2014
PolyTraceAid is currently implemented as an Addins of Visual Studio. It is still a research prototype that requires a lot of polishing and bug fixes. Many well-known bugs are queued to to be resolved. Please refer to the section Known Bugs for information.
Contents |
Download
Release
If you want to use PolytraceAid Tool, please download PTAInstallFile here.
Source
If you want to develop PolytraceAid, please download source from oolab's gitlab (Make sure you have permission)
git clone git@140.115.53.53:oolab/polytraceaid.git
Installation
- Extract All in the zip file.
- Find the Visual Studio Data Directory
- Visual Studio usually create this directory( Named "Visual Studio (version)" ) in C:\Users\user\Documents\
So the Path may looks like C:\User\user\Documents\Vusual Studio (version). - In the Visual Studio Data Directory, there should be a Directory named Addins. If not, Create The directory Manually.
- Visual Studio usually create this directory( Named "Visual Studio (version)" ) in C:\Users\user\Documents\
- Copy
- PolyTraceAid.Addin
- PolyTraceAid.dll
- Installation Complete
Installation Problem
If you encounter unknown error with error number 80131515 when launch visual studio.
Solve this by right clicking PolyTraceAid.dll and select "property", then click "Unblock" button as below
Restart visual studio this problem will be solved.