New Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
I'm getting a couple of error messages running through the example. I have a SQLEXPRESS with Northwind database on the local machine and .NET 3.5 SP1. Output is as follows: 578# add-pssnapin...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi cmille19, could you please also tell me with which version of the PowerShell are you experiencing the problem? Anyway, the error means that you didn't deploy the PowerQuery dlls to the GAC: The...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Thanks for your quick response, I'm using Powershell V1 on a Vista machine with UAC enabled. I tried the latest cmd file from 3/21, however I stil received the same error messages. I was, however able...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi cmille19, BTW the package includes also a GAC management Powershell which is called by the registration script: PowerGAC.dll (er... I guess I should look for a new naming pattern :-) ) I will...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Not sure what I'm doing wrong, but I'm still getting the above described error message. I ran the registration script succesfully as well as ran Register-Assembly DynamicQuery.dll, Register-Assembly...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi,you need also .Net 3.5 SP1, which is not supported on Windows 2000! Cheers,Alessandro
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Sorry, I am using Server 2003 with .net 3.5. I manually stepped through the registration script and got the DLLs intot he GAC. Now I'm receiving the message New-DataModelAssembly : 'SCHEMA_NAME' is...
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi,what version of SQL Server are you using? Cheers,Alessandro
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi,all tests have been performed againts SQL 2005 and SQL 2008.I will prepare a SQL 2000 test setup and let you know. Probably the schema retrieval is using some T-SQL function introduced later....
View ArticleNew Post: Assembly "PowerQuery" and any dependency must be deployed to the GAC
Hi,I just added support for SQL 2000 in the source tree. Here's a custom build for you:www.alessandropilotti.com/PowerQuery_1_0_0rc1_Custom_build_SQL2k.zipCould you please tell me if it works for you?...
View ArticleNew Post: SQL 2000 Support
Started a new thread for this.The new build did resolve the issue in New-DataModelAssembly. I now recieved "New-Object Contructor not found. Cannot find appropriate constructure for type...
View ArticleNew Post: SQL 2000 Support
Here's a very simple working example, similar to yours (conn string needs to be changed of course). add-pssnapin AlexPilotti.PowerQuery$connStr = "Data Source=servername;User...
View ArticleNew Post: SQL 2000 Support
Working based off the the code you provided. Could you explain what the "test" and "DB" string paramaters are for?
View ArticleNew Post: SQL 2000 Support
Yes,in the preceeding sample code, "test", is the name of the assembly (you will find a freshly generated dll named test.dll in your %TEMP% folder)"DB" is the root namespace of the classes in your...
View Article