I created a fetchxml report in VS2015 which I need to open in VS2012. When I try opening the solution I get an error error : There is an error in XML document (33, 10).
The Report Extension (required to build FetchXML reports) is now compatible with Visual Studio 2012.
SQL Server Data Tools - Business Intelligence for Visual Studio 2012 must be installed, together with .NET Framework 4.5.2
For more refer this document.
Related
i have install visual studio 2012 express for window. I want to view some existing crystal report (rpt) file but i am unable to open that file in VS 2012 express. Is there any way to install Crystal Report or Crystal Report Viewer in VS 2012 express. please suggest.
Thanks in advance
SAP Crystal Reports, Developer Version for Visual Studio .NET does NOT support Express Editions of any version of Visual Studio .NET.
You can download the free visual studio community edition 2013 which work well with crystal report
I have a custom SSRS Data Processing Extension and an associated custom query designer that was created for SSRS 2008 R2. I am attempting to get this to work with SSRS 2012.
My custom query designer implements the IQueryDesigner interface found in Microsoft.ReportingServices.QueryDesigners.dll. This DLL can be found in the Visual Studio 2010 or Visual Studio 2012 folder, depending on which version of the BI tools are installed.
e.g. "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies" for Visual Studio 2012.
In SSRS 2012 the Data Processing Extension works fine but the query designer does not.
It seems that although SSRS 2012 extensions require .NET 3.5, the IQueryDesigner interface requires .NET 4.
For example, if I create a Class Library project with a Target Framework of ".NET Framework 3.5", then reference Microsoft.ReportingServices.QueryDesigners.dll, I am unable to build.
If I change the Target Framework to ".NET Framework 4" I can then build, but the resulting DLL does not work in SSRS 2012.
Does anyone have ideas what I might be doing wrong? Or perhaps implementing IQueryDesigner simply no longer works as of SSRS 2012?
UPDATE: I resolved this issue by creating two DLLs. The first implements the Data Processing Extension and is built using .NET 3.5. The second implements the IQueryDesigner interface and is built using .NET 4.
I'm going crazy, trying to use SSDT in Visual Studio 2012. I created a database but I can't add tables etc. because of this error.
I installed:
Visual Studio 2012 Ultimate
SQL Server 2012 Express x64 with Advanced Services, plus WinUpdates
Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 x86 (couldn't find a specific x64 version)
SQL Server 2012 Data-Tier Application Framework (August 2013 both x86-x64 versions)
Basically I followed this MSDN piece of advice, http://social.msdn.microsoft.com/Forums/sqlserver/en-US/04ee07bf-31d9-4a60-90ad-bf48c16eb4d1/ssdt-vs2012-error-dac-framework-compatibility?forum=ssdt
but without results
Is there something I have to do, or follow a particular order?
Really this stuff is driving me crazy
Thx evbdy
You need to download the latest version of SSDT from http://msdn.microsoft.com/en-us/data/hh297027. Or you should be able to get it inside Visual Studio by choosing "SQL-> Check for Updates" from the top menu bar. This will install the latest SSDT and DacFx bits, and fix this error.
Unfortunately SSDT and SSDT-BI have confusingly similar names but are separate downloads with different functionality. That's why your installation of the SSDT-BI tool didn't fix this error.
This might not be the right forum for an issue I'm having, however, I'm dead in the water until I can solve it.
My VS 2012 solution has a Database project: Database.sqlproj.
Today I hit a colliding package problem that led me to reinstall and repair Sql Server Data Tools to eliminate warnings. The activity log revealed that the installation apps had been creating incorrect names in the registry. Ten+ names in the registry had paths in which a backward slash had been left out between "Program Files(86)\Visual Studio 11.0" and "Common7". The path shown in the errors in the activity log looked like this:
C:\Program Files (x86)\Microsoft Visual Studio 11.0Common7
I searched for and corrected those errors in the registry, opened VS 2012 and my project without errors, or so I thought. I discovered that I could no longer 'Publish' the database project. Looking into the SQL Server Object Explorer and the activity log I now see this:
Construction of frame content failed. Frame identifier:
ST:0:0:{fbcae063-e2c0-4ab1-a516-996ea3dafb72} Frame caption: SQL Server Object
Explorer Exception details: System.ArgumentException: The parameter is
incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
errorCode, IntPtr errorInfo) at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at
Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32
id, ProvideToolWindowAttribute tool) at
Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32
id, Boolean create, ProvideToolWindowAttribute tool) at
Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.Create ToolWindow(Guid&
toolWindowType, UInt32 id) at
Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
Thanks for any help with this,
Arnold
Installation Information
Windows 7 Professional
Microsoft Visual Studio Professional 2012
Version 11.0.51106.01 Update 1
Microsoft .NET Framework
Version 4.5.50709
Installed Version: Professional
Team Explorer for Visual Studio 2012 04938-004-0033001-02913
Microsoft Team Explorer for Visual Studio 2012
Visual Basic 2012 04938-004-0033001-02913
Microsoft Visual Basic 2012
Visual C# 2012 04938-004-0033001-02913
Microsoft Visual C# 2012
Visual C++ 2012 04938-004-0033001-02913
Microsoft Visual C++ 2012
Visual Studio 2012 SharePoint Developer Tools 04938-004-0033001-02913
Microsoft Visual Studio 2012 SharePoint Developer Tools
NuGet Package Manager 2.2.40116.9051
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
SQL Server Data Tools 11.1.21208.0
Microsoft SQL Server Data Tools
Telerik OpenAccess ORM 2012.3.1404.1
Telerik OpenAccess ORM Copyright © 1996–2012 Telerik AD
OpenAccess is the ultimate data access layer solution for Microsoft .NET database applications.
www.telerik.com/orm
Web Developer Tools 1.1.31017.0
Windows Azure Tools October 2012
Windows Azure Tools for Microsoft Visual Studio 2012 - October 2012 v1.8.51019.1603
OK. I uninstalled VS 2012 and then reinstalled with the latest version. That took care of all of the issues.
I want to use SSIS /BIDS project in Visual Studio 2012.
I have both Visual Studio 2010 and Visual Studio 2012 installed along with Microsoft SQL
Server 2012.
VS 2010 was installed first followed by MS SQL 2012 which got me BIDS integrated with VS 2010.
However I cannot seem to find any help on integrating BIDS with VS 2012.
I came across few question on SO related to this topic but all of them had integration with 2010 and not 2012.
I know that with MS SQL 2012 I get a SQL Server Data Tool. Does this mean that Visual Studio 2012 and BIDS cannot be integrated ?
Solution 2012:
I had to update the solution here since one of the answers I received partially solved the issue. The Answer provided by did solve the issue #user2141936 but I kept on getting an BlockMixedArchitectureInstall error while updating an existing instance.
It worked without with creating a new instance!!
Side Note :
Installing the update broken my publishing database project onto 2012 server. You need to download and install a DACFramework patch for it.
Solution 2013:
download and install http://www.microsoft.com/en-us/download/details.aspx?id=42313
Welcome to Microsoft Marketing Speak hell. With the 2012 release of SQL Server, the BIDS, Business Intelligence Designer Studio, plugin for Visual Studio was renamed to SSDT, SQL Server Data Tools. SSDT is available for 2010 and 2012. The problem is, there are two different products called SSDT.
There is SSDT which replaces the database designer thing which was called Data Dude in VS 2008 and in 2010 became database projects. That a free install and if you snag the web installer, that's what you get when you install SSDT. It puts the correct project templates and such into Visual Studio.
There's also the SSDT which is the "BIDS" replacement for developing SSIS, SSRS and SSAS stuff. As of March 2013, it is now available for the 2012 release of Visual Studio. The download is labeled SSDTBI_VS2012_X86.msi Perhaps that's a signal on how the product is going to be referred to in marketing materials. Download links are
Microsoft SQL Server Data Tools Business Intelligence for Visual Studio 2012 (SSIS packages target SQL Server 2012)
Microsoft SQL Server Data Tools Business Intelligence for Visual Studio 2013 (SSIS packages target SQL Server 2014)
None the less, we have Business Intelligence projects available to us in Visual Studio 2012. And the people did rejoice and did feast upon the lambs and toads and tree-sloths and fruit-bats and orangutans and breakfast cereals
Today March 6, 2013, Microsoft released SQL Server Data Tools – Business Intelligence for Visual Studio 2012 (SSDT BI) templates. With SSDT BI for Visual Studio 2012 you can develop and deploy SQL Server Business intelligence projects. Projects created in Visual Studio 2010 can be opened in Visual Studio 2012 and the other way around without upgrading or downgrading – it just works.
The download/install is named to ensure you get the SSDT templates that contain the Business Intelligence projects. The setup for these tools is now available from the web and can be downloaded in multiple languages right here: http://www.microsoft.com/download/details.aspx?id=36843
First Off, I object to this other question regarding Visual Studio 2015 as a duplicate question. How do I open SSRS (.rptproj) and SSIS (.dtproj) files in Visual Studio 2015? [duplicate]
Basically this question has the title ...Visual Studio 2012 / 2013 What about ALL the improvements and changes to VS 2015 ??? SSDT has been updated and changed. The entire way of doing various additions and updates is different.
So having vented / rant - I did open a VS 2015 update 2 instance and proceeded to open an existing solution that include a .rptproj project. Now this computer does not yet have sql server installed on it yet.
Solution for ME : Tools --> Extension and Updates --> Updates --> sql server tooling updates
Click on Update button and wait a long time and SSDT then installs and close visual studio 2015 and re-open and it works for me.
In case it is NOT found in VS 2015 for some reason : scroll to the bottom, pick your language iso https://msdn.microsoft.com/en-us/mt186501.aspx?f=255&MSPPError=-2147217396