visual-studio-express

Can I get a “sometimes portable” class library project to load in Visual Studio Express?

◇◆丶佛笑我妖孽 提交于 2019-12-22 01:13:56
问题 For Noda Time version 1.1, the main goal is to build a Portable Class Library flavour, primarily to support Windows Phone and Windows Store apps. This means losing some functionality, so we build a desktop configuration and a PCL configuration (for each of debug, release, and "signed release"). To avoid having to work with umpteen project files, all of the 6 configurations exist in the same project file. The project file is customized to generate a property called "Portability", which is set

What installer options are there for Visual Studio 2012 Express for Desktop

回眸只為那壹抹淺笑 提交于 2019-12-21 07:25:08
问题 So Microsoft released Visual Studio 2012 Express for desktop apps. That's great, but how does one create an installer for open source apps that are built in Visual Studio Express? There are no installer templates available by default, and they have disabled browsing the online gallery. Sure, I could purchase something like InstallShield, but that kind of defeats the purpose of an open source application if you ask me. Any suggestions? 回答1: You can use the open source NSIS or WiX tools to

Attach to process in Visual Studio Express 2013 for Web

▼魔方 西西 提交于 2019-12-21 04:17:19
问题 I just upgraded from VS 2010 professional to VS 2013 Express for Web and I can't find the Attach to process option that would allow me to debug a web application hosted on an IIS web server. The option is available in VS 2013 for windows but there's no such thing for the web edition. Was this feature removed since VS 2010 or is it limited to some VS 2013 editions (other than Express)? 回答1: Attach To Process was not supported on Express versions in 2010. The 2013 page doesn't list which SKUs

Need hotkey/button to comment out a block of code in Visual Studio 2008 Express

为君一笑 提交于 2019-12-20 11:13:10
问题 I'm coming from Eclipse, working in Visual Studio 2008 Express and just want to highlight code, right-click and comment it out. nothing in right-click looking in Tools | Options, Toolbars, Commands, can't find a button for it... How do I activate this the comment/uncomment feature, I know Visual Studio 2003 had it. HERE ARE THE ANSWERS, TURNS OUT IT DEPENDS WHAT YOU ARE USING: Visual Studio 2008 Full Version: Comment ctrl-k, ctrl-c uncomment ctrl-k, ctrl-u Visual Web Developer 2008 Express:

Will visual studio 2010 express support addins?

…衆ロ難τιáo~ 提交于 2019-12-19 20:36:16
问题 I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me? Edit: Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it still leaves a possibility - which is exactly where I started. 回答1: I don't know, but I would guess that it would not. Microsoft wants to make money, and supporting ad-ins is one of the biggest reasons to pony up the dough for the standard edition. Ad-in support alone can replace a lot of the stuff

How to connect to SqlExpress for Entity Framework using Visual Studio 2010 Express?

牧云@^-^@ 提交于 2019-12-19 05:18:29
问题 I'm trying to use the Visual Studio 2010 Express editions to set up an ASP.NET MVC 2 Web Application using SqlExpress + Entity Framework as the data access. I have both the "C# Edition" and "Web Developer Edition" installed. If I try to add a data source using the "C# edition", I'm missing the "Microsoft SQL Server" data source type. Visual Studio 2010 Express Screenshot http://dl.dropbox.com/u/4163528/images/StackOverflow/2010Express.png but Visual Studio 2008 Professional has it. Visual

Winforms - Visually remove button click event

耗尽温柔 提交于 2019-12-18 03:09:12
问题 .NET newbie alert Using Visual C# 2008 Express Edition I have accidentally created a click event for a button. I then deleted the automatically-created method code, which resulted in an error saying that the function, which had now been referenced in the form loading code, could no longer be found. Deleting the following line from the Form1.Designer.cs file's InitializeComponent() function... this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); ... seems to do the trick, however

Unit testing in Visual C# 2010 Express?

谁说胖子不能爱 提交于 2019-12-17 17:45:35
问题 Does Visual C# 2010 Express have a unit testing feature? 回答1: As an update, I am currently using Visual Studio Express for Desktop , the VS suite has been completely remodelled since 2010 and more accurately reflects the "big brother". Unit tests are now available as a built-in feature and works the same way (I haven't tested all functionality) as Visual Studio non-Express. 回答2: As has been stated, the Express versions do not have any built-in, and do not allow add-ins for, this functionality

MFC Multibyte Add-on for Visual Studio 2015 Express for Desktop

余生颓废 提交于 2019-12-14 03:19:28
问题 I'm using VS 2015 Express for Desktop which doesn't have MFC Multibyte support by default. Not long ago there was a separate MFC MBCS DLL Add-on. But now link to Multibyte MFC Library for Visual Studio 2015 is removed. That was done because all other VS editions have "Microsoft Foundation Classes for C++" optional install component: But VS 2015 Express for Desktop lacks it (it has no optional install components, no "Custom" installation at all) So the questions are: Maybe someone has a backup

Visual Studio 2010 Express Limitations

霸气de小男生 提交于 2019-12-14 00:18:09
问题 What are the limitations of VS2010 C# Express Edition compared with the paid for versions? I was mostly looking into what sort of applications I can build, in VS Express I only have the option of Console, Winform and DLL, etc. I read that you can build services and add - ins for office programs, is this functionality available in Professional/Ultimate etc versions? Thanks. 回答1: There's a comparison chart here - You'll need VS Professional to develop Office Plugins. Although previous version,