Visual Basic 2010 - Creating a Silverlight project? - visual-studio-2010

Hello,
My operating system is Windows 7 - SP1 (64bit). I tried to create a Silverlight project in Visual Basic 2010 (Visual Studio 2010 Ultimate - SP1). Complete Install expect SQL Server 2008 Express SP1 (x64). But I got this message,
So I went to that link shown above (here it is) and downloaded the Microsoft Silverlight 4 Tools for Visual Studio 2010 and tried to install it and this is the message I get,
The link in the above message leads here. What needs to be done here to create a Silverlight project in Visual Basic 2010?

Thanks for Vinicius for the help in above comments.
This is what I did. I went to Programs and Features in Control Panel and uninstalled everything with the term "Visual Studio 2010". Then installed Visual Studio 2010 again. That's it. It worked. It created the Silverlight project with Silverlight 3. I also installed Microsoft Silverlight 4 Tools for Visual Studio 2010 after that and it created the project.

Related

Installing Visual Studio 2005 on Windows 10

Is it possible to install Visual Studio 2005 on Windows 10?
I need to maintain a legacy application that targets .NET Framework 2.0, so I need to use this version of Visual Studio.
It is not supported, but it works as far as I have tried. Coincidentally, I came here after I searched about the same thing while I was installing Visual Studio 2005 Professional on Windows 10 64 bit. I have some old VS 2005 C++ source that someone has given me to modify.
After the installation of VS 2005 was complete, I installed the following two updates in this order:
VS80sp1-KB926601-X86-ENU.exe -> Visual Studio 2005 Team Suite Service Pack 1
VS80sp1-KB932232-X86-ENU.exe -> Visual Studio 2005 Service Pack 1 Update for Windows Vista
Look for these on Google to find download links from MSDN. After installing these updates, I just launched VS 2005, and so far, everything has worked fine. The app is running, there are no errors, builds are fine, and I can use VS 2005 as always.

Problems installing Visual Studio 2010 Professional on Windows 8.1

I have been trying to install Visual Studio 2010 Professional on my Windows 8.1 laptop and I am having problems. It seems to install and when I look at the applications list I see everything has installed except the Visual Studio 2010 (devenv.exe) application itself. Has anyone had this problem and found a solution for it? I have checked that .NET 2.0, 3.x and 4.x are all installed on the machine and active. The installer shows that it is installing the application but when it's completed the application is no where to be found.
I had the same thing happen to me, because I had SQL Server Data Tools installed, causing the shortcut to be named "sql server Data Tools". Try looking up the executable in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe and manually creating the shortcut on the start screen:
Be sure to install the updates as well:
Visual Studio 2010 SP1
Visual Studio 2010 GDR for Team Foundation Server
Visual Studio 2010 Compatibility Update for Windows 8 and Visual Studio 2012
For an up to date list of patches and service packs see:
https://jessehouwing.net/vsts-tfs-connect-any-visual-studio-version/

How to allow Visual Studio to upgrade the project automatically?

I have some compatibility problems with vs 2010 file opened in vs 2013, i have read that maybe i can solve it activating the option "upgrade project automaticcaly" but i can't find it. Where i can find this option in Visual Studio 2013 Express?
EDIT
I can't launch the project ,i have tried in VS2010 Express , VS2012 Express , VS2013 Express... It seems so strange, it's an official demo of kinect sdk.
EDIT
Suddenly it starts work on visual studio 2010
It's not a project upgrade issue but the sounds of that error message - VS2013 Express doesn't support the project type you are trying to open.
The following page describes the s/w requirements for use that project
Kinect or Windows SDK
Specifically the s/w dev requirements are:
Visual Studio 2010, or Visual Studio 2012. The free Express editions can be downloaded from Microsoft Visual Studio 2010 Express or Microsoft Visual Studio 2012 Express.
.NET Framework 4 (installed with Visual Studio 2010), or .NET Framework 4.5 (installed with Visual Studio 2012).
There are a lot of other requirements also listed on that page.
I would suggest you download VS2012 Express (its free) and work from there.

unable to install Silverlight on Visual Studio 2010 SP1

I have installed Visual Studio 2010 and applied SP1.
I am unable to install Silverlight 4 tools to start a silverlight project.
I rebooted the machine after installing Visual Studio 2010 and after applying the SP1, yet I get this error shown below. It seems that Silverlight does not detect Visual Studio on the machine. How to fix that?
This error is misleading.
I had to install the Silverlight SDK before installing the Silverlight tools, and that way works fine.

Unable to open project in VisualStudio 2010

I created a SilverLight solution in Visual Web Developer Express 2010. Now, my system got installed with Visual Studio 2010 Professional. On opening the existing express solution, I got the below error:
Unable to open project. An update to Microsoft Visual Studio is required to support the targeted version of SilverLight. Download the update at http://go.microsoft.com/fwlink?LinkId=168436
It takes to install the add-on Microsoft Silverlight 4 Tools for Visual Studio 2010. My question is 'Why itz not part and parcel of professional edition?'
If I recall correctly, the silverlight tools for VS2010 were released very shortly after VS2010 went RTM. Silverlight is a separate technology that isn't dependent on Visual Studio. It's developed by a different group and they have separate release schedules.

Resources