I'm trying to set up a BI solution, but I'm running into a problem. After I create a new cube, I right-click 'Process Cube...' and I get the following 'assembly is missing' error:
Could not load file or assembly 'SqlMgmt, Version=12.0.0.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its
dependencies. The system cannot find the file specified.
And then VS2012 restarts itself. Obviously I'm missing some assembly, but I'm not sure how to get it installed.
I'm using the CTP2 version of SSDT-BI with Visual Studio 2012 as recommended by Microsoft here:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
Thanks in advance!
I figured it out.
I just needed to install SSDT for SQL Server 2012 and SSDT for SQL Server 2014. I don't know which one fixed it, but it now appears to be fixed.
Relevant links are here:
SSDT 2012: http://blogs.msdn.com/b/ssdt/archive/2012/12/13/available-today-ssdt-december-2012.aspx
SSDT 2014: http://blogs.msdn.com/b/ssdt/archive/2014/03/25/sql-server-data-tools-for-sql-server-2014-is-available.aspx
Related
I have problems installing ReSharper.
Every time I start the installer, the following error occurs:
"JetBrains Installer.ReSharper.Bootstrap could not run.
Could not Ioad the JetLauncher Managed Core into the
application domain. Could not Ioad the assembly from
resource #777. The File or Assembly "208936 bytes Ioaded
from mscorlib, Version-4.0.0.0, Culture-neutral,
PublicKeyToken=b77a5c561934e089" or a dependency
could not be found. Exception from HRESULT:
OxD0000003"
I am using VS 2022. My System and VS is up to date.
Things i have already tried are:
updating Anything
Windows
VS 2022
.NET CORE (version 6.0.401)
different Installation Methodes
web Installer
offline Installer
Has anyone the same problem or can someone help me?
Thank you
I did ask the Resharper community and it turns out, that even if I have Administrator rights on my machine, a policy deployed by my Company blocks the installation.
Im having a heck of time with this. I was following along with this doc to connect a Raspberry Pi to an Azure SQL DB and it first instructed to download the azure-sdk.
After doing so, visual-studio-2015 has been largely non functional. At first, no project templates were loading in the Project Creating menu. After searching around a while, I managed to fix that. Now, after creating a Web App for the Azure Api Service, I'm trying to add a REST API Client to the UWP project. This fails with the following exception:
System.TypeLoadException: Method 'RestartGateway' in type 'Microsoft.VisualStudio.Web.WindowsAzure.APIApps.Impl.VsAzureAPIService' from assembly 'Microsoft.VisualStudio.Web.WindowsAzure.Impl, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have an implementation.
at Microsoft.VisualStudio.Web.WindowsAzure.AzureWebSitesService.GetAzureAPIService()
at Microsoft.VisualStudio.Web.RESTAPIClient.VisualStudio.MicroserviceReferenceCommandHandler.AddApiAppClientForActiveProject()
I'm really at a loss here. I have tried to repair Visual Studio, and a full uninstall and reinstall still to no luck.
Any help would be appreciated.
Thanks!
I'm afraid I know the answer to this already, but I'm hoping someone can point me in a better direction. I just finished developing a large ETL project using VS2013. My dev machine has SQL Server 2012 installed, and everything works perfectly executing from within VS. However, I just went to deploy the project to another device running SQL Server 2012, and got a version error.
I thought if I could open the solution in VS2012, the packages might recompile correctly. However, I can't open them in VS2012 due to version errors again ("version can't be lower than current version" error). I'm pissed because everything worked fine in development with the VS2013/SQL2012 combo, but now suddenly it's no good?!?
Can someone please help me figure out how to get these packages downgraded to work with VS2012/SQL2012? There are only a few script tasks involved if that makes a difference. Mostly it's just basic SSIS tasks and data flows.
Thanks.
I found a workaround how you can "downgrade" your SSIS 2014 packages to SSIS 2012. I wrote it on my blog here:
http://vaniecastro.com/2015/02/26/how-to-downgrade-sql-server-integration-services-2014-packages-to-2012/
The idea is that you need to manually modify the XML file, change the PackageFormatVersion and replace ExecutableType property and componentClassID attribute values to use the DTSX2 Version 2012/01 values instead of the DTSX2 Version 2014/01 ones.
You can try using Visual Studio 2015 SSDT Preview. This now allows you to choose which version of SQL Server you want to target, including SQL Server 2012. I successfully downgraded my packages from VS 2013 / SQL Server 2014 to SQL Server 2012 this way.
https://msdn.microsoft.com/en-us/mt429383.aspx
Once the shell is installed, go to the Project menu=>Project Properties=>Configuration Properties=>TargetServerVersion and choose 2012.
I cannot create a new SQL Server Database Project on my machine that have installed Visual Studio 2012 Ultimate and SQL Server 2012
I got the below error saying that the SQL Server runtime components not matched.
Do you have the same issue? And what is the work-around for this?
You need to download the latest version of SSDT from http://msdn.microsoft.com/en-us/data/hh297027 (or by clicking the "Get the latest version" link in the error message). SSDT uses a shared component called DacFx, and when you installed SQL Server 2012 on your machine a newer version of DacFx was installed. Updating SSDT will ensure everything is compatible.
Note: Make sure you have a stable internet connection, otherwise you may have issues installing from the web installation and/or the .iso file download.
ISO file download is the problem. This is the second time I have seen the ISO image from MS website has this problem in 1 month. Some are corrupted there are no such files like ".be" prefix "." + file name. Bad file name caused everything.
While running PPS 2010 Dashboard designer I am getting the following error while trying to import any KPI out a cube. I am using the Adventure Work DW 2008 R2. I can see the KPI while in BIDS and even browse them, but stll unable to imported. In the meantime , I am manually getting the measure out of the cube and creating the KPI.
Exception details:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.AnalysisServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.PerformancePoint.Scorecards.Server.ImportExportHelper.GetImportableAsKpis(DataSource asDataSource)
at Microsoft.PerformancePoint.Scorecards.Server.PmServer.GetImportableAsKpis(DataSource dataSource)
I am running SharePoint 2010 64 bit
and SQL 2008 R2 64 bit in another server
Here is one solution provided by josh at Microsoft also
Can you try to download the latest Analysis Services Management Objects and install it on the SharePoint server? The latest link I have is -
http://www.microsoft.com/downloads/details.aspx?FamilyID=CEB4346F-657F-4D28-83F5-AAE0C5C83D52&displaylang=en#amo
Which is the SQL Server 2008 R2 feature pack. Olaptalk would know if you can find it on the file system of your R2 server.
PS. make sure that you re-start the server after the install.
Thank you
Tomas
Microsoft