Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

PowerTab 0.99b2 CTP3 fix

Update to get PowerTab working in PowerShell CTP3 (Win7 and W2008R2)

With thanks to Oisin

Greetings /\/\o\/\/

Published Friday, May 15, 2009 8:56 AM by MoW
Filed under: , ,

Attachment(s): PowerTab99b2-fixed.zip

Comments

# The PowerShell Guy : PowerTab

Friday, May 15, 2009 9:11 AM by The PowerShell Guy : PowerTab

# PowerTab 0.99beta2

Saturday, May 16, 2009 5:04 PM by Vadims Podans's blog

# re: PowerTab 0.99b2 CTP3 fix

PowerTab is the very popular software for guitarists, guitar and bass tablature editor. I think it predates this product.

Sunday, May 17, 2009 3:51 AM by chojrak11

# PowerTab 0.99beta2

Sunday, May 17, 2009 8:02 AM by Vadims Podans's blog

# re: PowerTab 0.99b2 CTP3 fix

Hrmm, it works but it appears not to be reading my config file, as I now get the PowerTab box even on tabbing with only one item matching.  Any thoughts?

Tuesday, May 19, 2009 12:51 PM by Minupla

# Episode 72 – Alex Ridel from SAPIEN talks about PrimalForms « PowerScripting Podcast

# re: PowerTab 0.99b2 CTP3 fix

Powershell guys here,

Do anybody know steps to uninstall powertab? It seems that installation of 0.98v did not go well on my vista 64 bit machine.

whenever I open the powershell cmdline it generates series of errors pasted below. Do you anybody know how to clear these messages :

Exception calling "ReadXml" with "2" argument(s): "Could not find file 'C:\Users\Subhash\Documents\WindowsPowerShell\Po

werTabConfig.xml'."

At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:15 char:37

+ [void]$global:dsTabExpansion.ReadXml <<<< ("$ConfigurationLocation\$fileName",'InferSchema')

   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException

   + FullyQualifiedErrorId : DotNetMethodException

You cannot call a method on a null-valued expression.

At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:17 char:61

+ $installDir = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'InstallPath'")[0].value

   + CategoryInfo          : InvalidOperation: (select:String) [], RuntimeException

   + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.

At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:18 char:63

+ $DatabaseName = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'DatabaseName'")[0].value

   + CategoryInfo          : InvalidOperation: (select:String) [], RuntimeException

   + FullyQualifiedErrorId : InvokeMethodOnNull

Sunday, June 07, 2009 12:23 AM by subhashsubramanyam

# Vadims Podans&#8217;s mirror blog &raquo; Blog Archive &raquo; PowerTab 0.99beta2

# re: PowerTab 0.99b2 CTP3 fix

I installed PT and installed it, closed PSH and opened it back up, got an error trying to find the Init-TabExpansion.ps1 file from the installation direction I unzipped the attached file to.  I had to unzip it again and copy the Init-TabExpansion.ps1 file to C:\Users\<username>\Documents\WindowsPowerShell and all worked normally

Thanks for your work

Tuesday, September 01, 2009 3:12 PM by rwideman
Anonymous comments are disabled