Business Intelligence for Visual Studio 2013 extraction error - asp.net

We are planning to use SSRS for reporting, using Visual Studio 2013 and SQL Server 2012. i've tried a few times to download the plugin from Microsoft's site:
Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013
After downloading whenever I try to run the exe I get an extraction failed message, doesn't say anything else about the error. I'm running Windows 7 64bit, have .Net 4.5.1 installed. Has anyone been able to install it?

We resolved the issue, our anti-virus was blocking the extraction. Disabled the anti-virus and it extracted and installed fine.

Related

Build error : Incompatible versions of SQL Server Data Tools and database runtime components are installed on this computer

I have a Visual Studio 2012 project that reports an error from msbuild when trying to publish the database from the command line:
Microsoft.Data.Tools.Schema.SqlTasks.targets(390,5): Build error :
Incompatible versions of SQL Server Data Tools and database runtime
components are installed on this computer.
I have checked and installed all updates for VS2012 SSDT and everything is up to date.
The trick was to install SSDT updates for Visual Studio 2010 - despite the fact that my solution was running in VIsual Studio 2012. The solution was upgraded from 2010 so perhaps that is why there is the dependency.
Another clue was in the path to the build target - v10 not v11
C:\Program Files
(x86)\MSBuild\Microsoft\VisualStudio\v10.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets(390,5): [error message followed]
I had the same issue but without the version v10/v11 being the issue.
To fix this problem, I closed Visual Studio 2012 then went into Programs and Features and did a repair of the following installer:
Microsoft SQL Server Data Tools - enu (11.1.41025.0)
Microsoft SQL Server Data Tools - Database Projects - Web installer entry point
Restart Visual Studio and compile again. Worked for me.
Downloading and running the latest installer for Visual Studio 2012 fixed this issue for me.

how to run aspx files on windows XP

I have windows xp service pack 3 so i cannot download some of the proggrams.
I downloaded the next proggrams:
*visual c++ 2005 express edition(by the way it's imposibble to find the visual studio express edition of 2005 on microsoft download center)
*microsoft web platformer installer
*windows installer
*microsoft .net framework 2.0 service pack 1
*microsoft sql server 2005 express edition
and i still cannot run aspx files. everytime im trying to open an aspx file it opens it as text file, and doesnt allow me to run it(the file worked on other computers).
I assume the problem is in my visual studio version, can someone give me a link to a visual studio that will work for me(p.s if I need to download new sql server proggram or net framework I'll appriciate if you tell me as well).
and remember that I have winxp so I cant download visual studio 2012(p.s there is a way you can somehow devolop without paying for the software?)
any help will be apperciate.
Tnx Dean.
You need Visual Studio Web Developer Express and not Visual C++ Express Edition. Here is the link http://go.microsoft.com/fwlink/?LinkId=51413&clcid=0x409
And here you have 2008 - should work on XP too - http://www.asp.net/downloads/essential

Unable to connect to ASP.NET development server error visual studio 2010

When I am trying to run my asp.net project it is giving me error as:
"Unable to connect to ASP.NET development server error."
It was working well one day ago, but after I uninstalled and re-installed Visual Studio, now it is showing me Error in visual studio.I have no idea about this error please help me in this regard. Any help regarding this will be strongly appreciated.
Even I faced this problem. while installing the visual studio 2010 we need to install IIS component.Follow the steps for installing "IIS 6 management capability".
1.goto control panel>>Turned windows features on or OFF>>
2.Internet information services >> web management tools>> check out checkbox (IIS management console)

Getting Sql Server Data Tools to work with Visual Studio 2012 Express Release Candidate

I'm struggling with migrating to Visual Studio 2012 Express Edition to handle a project that includes a database project with a .dbproj extension. This blog http://visualstudiomagazine.com/blogs/data-driver/2012/06/getting-visual-studio-2012-and-ssdt-to-work-together.aspx gives the impression that with a bit of work this is all basically manageable.
First you have to convert the .dbproj to a .sqlproj in Visual Studio 2010.
I managed to install Visual Studio 2010. This allowed me to convert the .dbproj to a .sqlproj. From there the idea is to install Sql Server Data Tools (http://msdn.microsoft.com/en-us/data/tools.aspx) and open the sqlproj project in Visual Studio 2012, but I was unable to open the sqlproj in Visual Studio 2012.
I've tried the suggested repair from here http://blogs.msdn.com/b/ssdt/archive/2012/06/07/upgrade-issue-to-visual-studio-2012-rc.aspx and also the advice about repairing here http://social.msdn.microsoft.com/Forums/en-US/ssdt/thread/c66c2296-c94e-4f21-993e-7d3090a596a5, but no matter what I do I can't create or open a sqlproj type project in Visual Studio Express 2012 RC for Web. Does anyone know how to resolve this?
UPDATE:
This FAQ http://msdn.microsoft.com/en-us/subscriptions/hh322942.aspx makes it clear that you have to work with an SQL Server Database Project in Visual Studio 2010 Shell not in Visual Studio 2010 or 2012 for Web.
My problem now is that I can create a completely new project by importing SQL scripts manually and going from there, but when I open up the .sqlproj file and try to work with that SQL Server Project I get a lot of spurious errors from Stored Procedures which are in fact perfectly valid.
I got a clear answer from Microsoft here http://social.msdn.microsoft.com/Forums/en-US/ssdt/thread/c66c2296-c94e-4f21-993e-7d3090a596a5
Visual Studio Express 2012 for Web does not support the new Sql Server Data Tools. To work with a database project (converting from the old dbproj or creating a new project from scratch), you have to use Visual Studio 2010 Shell. The errors I got from Stored Procedures were caused because the sql scripts were not properly imported. The old dbproj had the sql scripts in arbitrary folders. The solution was to exclude all sql scripts from the project I had just converted from a dbproj, then re-import the sql scripts. When you do that, the project recognises them and doesn't raise errors.

Issue between Office 2010 and Visual Studio 2008 in ASP.NET?

Not exactly a programming question in the technical sense, but it's impacting my development nonetheless and I'm hoping someone here might have encountered and solved this issue before.
I recently got adventurous and installed Office 2010 beta onto my PC here, and I've noticed that Visual Studio has begun to hang whenever I'm editing an ASPX file, sometimes right away, sometimes after a few minutes. In my research I came across this post:
http://abdullin.com/journal/2009/5/12/visual-studio-2008-locks-or-freezes-in-aspx.html
It seems to imply that there's a dependency between Office and Visual Studio. Is anyone here successfully running Office 2010 64-bit with Visual Studio 2008? I'm on Windows 7 64-bit, also.
Josh
Edit: I have confirmed that the Setup.exe file referenced in that post is in fact being run by VS. It is indeed a vestige of the Office 2007 suite. I moved the directory it was in, and (of course) the process isn't spawned, but VS hangs on "loading cache" on this project. I think I'm getting closer though.
Hope this helps:
http://blog.hinshelwood.com/archive/2009/07/19/office-2010-gotcha-2-visual-studio-2008-locks.aspx
Unfortunately, doing a repair install of the Office-based Visual Web Developer component wouldn't work — the setup application kept crashing. I ended up solving this problem by doing a complete reinstall of Visual Studio. For some reason, doing a simple repair wasn't possible — the VS setup kept crashing, too.
I did a manual remove using an uninstall tool designed for the VS2008 RC. It did a complete install of all VS components, after which point I reinstalled VS2008, which in turn reinstalled the Office-based visual web developer component.
It was a long and painful process, but it worked. It didn't seem to be a direct incompatibility between Office 2010 and VS2008, as we have another PC here with the same combination that wasn't having the problems. I believe it had to do with the fact that my PC originally had Office 2007, which I had to uninstall before installing Office 2010. The other PC that wasn't having this problem never had Office 2007. I can only assume that the uninstall process for Office 2007 either removed those Visual Web Developer components or removed dependencies that were originally put in there by the VS2008 setup program.
office 2010 runs on wpf and its major portion is build on dotnet framework. And there is always connectivity between office and vs coz vs can make office apps also. If you use office 2010 as your default for aspx page editor and vs is also opened with the same project. it will sometimes hang due to lack of resources and also vs 2008 was made for 32bit os, so if ur running it on 64bit os with office 2010 64bit it can sometimes cause problem of resouce management. Already wpf uses hell lot of resouces and then 32bit vs 2008' connection to it will use more resouces.
So what i suggest is try to use 32bit 7, 32bit office 2010 ans vs 2008.
Regards,
Apurva

Resources