PolyTraceAid Download And Installation
From OO Lab
(Difference between revisions)
Rickychien (Talk | contribs) |
Rickychien (Talk | contribs) |
||
(15 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
'''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. | '''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. | ||
+ | |||
==Download== | ==Download== | ||
− | ===Release=== | + | ===Release version=== |
+ | |||
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 version=== |
+ | |||
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== | ||
+ | |||
+ | ===Usage=== | ||
<ol> | <ol> | ||
− | <li> | + | <li>Download <strong>[[#Release version| release version]]</strong></li> |
− | < | + | <li>Extract All in the zip file</li> |
<li>Find the Visual Studio Data Directory | <li>Find the Visual Studio Data Directory | ||
<ul> | <ul> | ||
− | <li>Visual Studio usually create this directory( Named "Visual Studio | + | <li>Visual Studio usually create this directory( Named "Visual Studio (version)" ) in '''C:\Users\user\Documents\''' <br/> |
− | So the Path may looks like | + | So the Path may looks like ''C:\User\USERNAME\Documents\Vusual Studio (version)''. |
</li> | </li> | ||
<li>In the Visual Studio Data Directory, there should be a Directory named '''Addins'''. If not, Create The directory Manually. </li> | <li>In the Visual Studio Data Directory, there should be a Directory named '''Addins'''. If not, Create The directory Manually. </li> | ||
</ul> | </ul> | ||
− | </li | + | </li> |
− | + | <li>Copy | |
− | <li>Copy | + | |
<ul> | <ul> | ||
<li>PolyTraceAid.Addin</li> | <li>PolyTraceAid.Addin</li> | ||
<li>PolyTraceAid.dll</li> | <li>PolyTraceAid.dll</li> | ||
</ul> to \Visual Studio 2010\Addins\ | </ul> to \Visual Studio 2010\Addins\ | ||
− | </li | + | </li> |
<li>Installation Complete | <li>Installation Complete | ||
− | </li | + | </li> |
</ol> | </ol> | ||
+ | |||
+ | ===Development=== | ||
+ | |||
+ | <ol> | ||
+ | <li>Download <strong>[[#Source version | source version]]</strong></li> | ||
+ | <li>設定VSPlugin步驟如同Usage所述</li> | ||
+ | <li>開啟編輯器修改''C:\User\USERNAME\Documents\Vusual Studio (version)\Addins\PolyTraceAid.Addin''內容,將<Assembly></Assembly>中的PolyTraceAid.dll路徑改為原始碼目錄底下的Debug/PolyTraceAid.dll<br> | ||
+ | 例如:"C:\Users\USERNAME\Documents\Visual Studio 2010\Projects\PolyTraceAid\PolyTraceAid\bin\Debug\PolyTraceAid.dll"<br> | ||
+ | 如此一來就可以除錯被編譯出的dll</li> | ||
+ | <li>編譯 | ||
+ | <ul> | ||
+ | <li>建置專案並執行(理論上此時應該不會有編譯錯誤的情形,若出現無法寫入dll檔案的錯誤,重開Visual Studio應能解決)此時即可開始繼續進行專案開發。</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ol> | ||
+ | |||
==Installation Problem== | ==Installation Problem== | ||
− | If you encounter unknown error with error number 80131515 when | + | |
+ | If you encounter unknown error with error number 80131515 when launching Visual Studio. | ||
[[File:Ptacrash.png]] | [[File:Ptacrash.png]] | ||
Line 43: | Line 65: | ||
[[File:80131515 1.png]] | [[File:80131515 1.png]] | ||
− | Restart | + | Restart Visual Studio this problem will be solved. |
− | + | ||
− | + | ||
− | + |
Latest revision as of 11:43, 14 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 |
[edit] Download
[edit] Release version
If you want to use PolytraceAid Tool, please download PTAInstallFile here.
[edit] Source version
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
[edit] Installation
[edit] Usage
- Download release version
- 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\USERNAME\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
[edit] Development
- Download source version
- 設定VSPlugin步驟如同Usage所述
- 開啟編輯器修改C:\User\USERNAME\Documents\Vusual Studio (version)\Addins\PolyTraceAid.Addin內容,將<Assembly></Assembly>中的PolyTraceAid.dll路徑改為原始碼目錄底下的Debug/PolyTraceAid.dll
例如:"C:\Users\USERNAME\Documents\Visual Studio 2010\Projects\PolyTraceAid\PolyTraceAid\bin\Debug\PolyTraceAid.dll"
如此一來就可以除錯被編譯出的dll - 編譯
- 建置專案並執行(理論上此時應該不會有編譯錯誤的情形,若出現無法寫入dll檔案的錯誤,重開Visual Studio應能解決)此時即可開始繼續進行專案開發。
[edit] Installation Problem
If you encounter unknown error with error number 80131515 when launching 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.