VS 2013 and Lync sdk 2013 - sdk

Are VS 2013 and Lync sdk 2013 not compatible with each other ? i am getting error while installing sdk.
it says vs 2010 sp1 or above required. anyone else tried the same ?

What solved my problem was: with 7zip extracted the content from the installer, and then installed the correct version (x86 or x64).
After that opened Visual Studio, created a new WPF application and in the view went to the toolbox.
All the controls from Lync were there ready to use.
Visual studio templates (if they exist) were the only thing that I didn't manage to find/install.
Regards,

The install does say "or higher," but it lies. VS2013 is not supported.

True.
The Lync 2013 SDK docs on MSDN also specify VS 2010 SP1 or VS2012. See this url: http://msdn.microsoft.com/en-us/library/jj933215.aspx
A note on one of the microsoft forums suggests an upgrade is in the work and will be published soon.

From the download page, I don't see the "or above" mentioned anywhere, they're very explicit on the version of Visual Studio to be installed.
The following requirements must be met before developing applications
with Lync SDK.
Visual Studio 2010 RTM for Microsoft Windows Forms or WPF development.
Visual Studio 2010 SP1 for Silverlight development.
Microsoft .NET Framework 4.0 or later service pack.
Microsoft Silverlight 5.0 runtime.
Microsoft Silverlight 5 Tools for Visual Studio 2010 SP1.
http://www.microsoft.com/en-us/download/details.aspx?id=36824

Error message when you install Lync 2013 SDK on a computer that is running Visual Studio 2013:
https://support.microsoft.com/en-us/kb/2918796
Although, I'm not sure how you install the SDK first, since it requires the SilverLight tools, which requre the SDK .. which... 0_o

Related

Net Standard 2.1 Targeting is missing from Visual Studio 2019

I just installed the .Net Core 3.0 SDK (both 64 and 32 bit version) and yet, the .Net Standard 2.1 Targeting Pack is not shown in Visual Studio's list. It is going up until 2.0 only. What am I doing wrong?
Apologizing. The problem is that I had to update visual studio.
Interestingly enough, I had Visual Studio open for several hours, and even though an update existed, it didn't prompt me to update, leaving me with the impression that it was already in the most recent version.
I had to run Visual Studio Installer manually to request for an update

Razor does not working in a project but it works other in asp.net mvc

I use visual studio 2012.Razor works this project.
https://ibb.co/tqNJpYt
But Razor doesn't work this project.
https://ibb.co/nrtBbQZ
How is it possible.I can't find solution.What do you suggest ? Thanks
Microsoft released a new version of ASP.NET Web Tools for VS 2012. After installing syntax highlighting is back again.
http://blogs.msdn.com/b/webdev/archive/2013/11/18/announcing-release-of-asp-net-and-web-tools-2013-1-for-visual-studio-2012.aspx
Installing VS 2012 Update 4 was not enough.
A set of offline installers is available. The offline installers are easier to use than the Web Platform Tools invoker (WebNode11Pack.exe # ~114KB):
If you want an offline installer then please goto http://www.microsoft.com/en-us/download/details.aspx?id=41532
AspNetWebTools2013_1Setup.exe # ~39MB
WebToolsExtensionsVS.msi (for Visual Studio 2012 standard edition[s])
# ~21MB
WebToolsExtensionsVWD.msi (for Visual Studio 2012 free "Web"
edition[s]) # ~21MB

Can I use Visual C# 2010 express to create a MVC application?

I'm coming from java so this is entirely new to me. I have Visual C# 2010 Express installed and I'd like to create a ASP.NET MVC 3.0 (which I downloaded and installed) application. Is that possible? Should I install Visual Web Developer instead?
Yes. To create Web Apps, you need Visual Web Developer Express. Visual C# 2010 Express if for console applications and windows forms application.
You can install Visual Studio 2012 Express edition which includes ASP.NET MVC 4 from here.
I believe you need to install Visual Web Developer, yes. Basically Visual C# Express is for non-web apps, IIRC.
Note that if you're going to install a new version anyway, you might as well upgrade to VS 2012 which is now available (including in Express editions).
Please , visit http://www.asp.net/mvc and follow steps in Overview

Troubling starting new silverlight 4.0 project (in f#) from VS2010

I am trying to protoype a silverlight 4.0 project using F#, and am having issues getting it to install... the silverlight 4 tools for Visual Studio 2010 is barking at me:
Installation Requirements:
Visual Studio 2010 or Visual Web
Developer Express 2010 or Visual Phone
Developer Express 2010 that matches
the language version of Silverlight
Tools 4 must be installed before
installation of Silverlight Tools can
continue. Silverlight Tools is
available in other languages at http://go.microsoft.com/fwlink/?LinkId=177432.
VS INfo
Microsoft Visual Studio 2010 Version
10.0.30128.1 RC1Rel Microsoft .NET Framework Version 4.0.30128 RC1Rel
Installed Version: Professional
Microsoft Visual F# 2010
01018-315-4422943-70575 Microsoft
Visual F# 2010
Thank you in advance
F# for Silverlight 4 is not out yet (though I think it is coming fairly soon). For the moment you can only use F# for Silverlight 3.
EDIT (May 17, 2010)
The new Silverlight tools are released, go here and get an install including FSharp.Core.dll for Silverlight 4.
See also this blog for a short step-by-step walkthrough.

How do I get MVC installed into Visual Studio 2008?

Does anyone have any basic instructions for setting up a first MVC project in Visual Studio 2008? I just installed Visual Studio 2008 and I am finding various instructions on how to set up the programming environment, but it's very complicated and there is no way to tell if the route I am taking is the best one.
If I want to start developing a MVC project, what do I need to do in order to get it going?
I am very confused by the "Web Client Guidance" instructions. For example, they don't say where to put the Microsoft.Web.Mvc.dll file.
Use Visual studio 2008 sp1 to get mvc installed...
Here is the download link
To get started With MVC
System Requirements
Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
.NET 3.5 SP1. Visual Studio 2008, Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 are required to use certain parts of this feature.
The official Microsoft MVC links for Visual Studio 2008 now seem to be dead.
To get this working on my old Vista laptop (with Visual Studio 2008) in 2013, I did this:
- Upgraded to Visual Studio SP1
- Followed this link to download and install "AspNetMVCRC-setup.msi" (1.74 MB):
http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
Once that was in place, my old Visual Studio let me create "Web | ASP.NET MVC Web Application" projects. Took about an hour and a half from end-to-end.
All I did was install the MVC installer and I opened their example app and it worked.\
MVC Installer
First of all, you need to download MVC from here.
After that, proceed with the installation.
You might want to refer to the tutorial for starters.

Resources