visual-studio-express

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

早过忘川 提交于 2019-12-04 22:13:42
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 to either "PCL" or "Desktop", like this: <!-- Set the custom Portability property based on

Can I use Visual Studio Express Edition for WSS 3.0 development?

邮差的信 提交于 2019-12-04 21:02:17
I understand that the answer is "yes - but...", and I'm just trying to get some sense of what I won't be able to do with Express Edition (relating directly to Sharepoint development). I haven't found much on the web about this, and I'm guessing that's to be taken as a sign that it's probably not recommended. If the Wikipedia article is to be believed then there are a couple of problems. No debugging of running processes (e.g. ASP.NET) The ability to attach the debugger to an already-running process has also been removed... In order to debug SharePoint code, you need to attach the debugger to

Why is Visual Studio 2008 slow with Firefox?

本秂侑毒 提交于 2019-12-04 16:34:30
I am using Microsoft Visual Web Developer 2008 Express. I've made an ASP.NET MVC site which has 6 CSS files and 6 Javascript files in the HEAD element in the Site.Master file. When I do F5 or CTRL-F5 in Explorer or Opera, the site displays instantly. When I run my site in Firefox, it takes a SECOND for each CSS and each Javascript file on LOCALHOST, i.e. 12 seconds to load on localhost. What might I be able to change in the Firefox settings so it is as fast as Opera and Explorer? NEW INFO: Uninstalled Firebug completely, no yslow, no other add-ons. When I take out the CSS and Javascript files,

Running multiple projects in visual studio

自作多情 提交于 2019-12-04 14:00:16
I'm running visual studio express 2012 on Windows 7 through Bootcamp. I have a solution with several projects, and when I start debugging it runs the first project, but I can't start new instances of the others (when I right click and choose debug -> start new instance it is grayed out). I tried creating a new solution with two blank projects and I have the same problem. Any ideas? Right click on Solution -> Common Properties -> Startup Project -> Multiple startup projects -> Choose "Start" actions in drop-down lists. Now start debugging as usual. Right Click -> Debug -> Start New Instance is

How to deploy VS2008 express desktop project?

孤人 提交于 2019-12-04 13:30:31
i was wondering how could i deploy/make it into an installer for an app which is created using vs 2008 express. i know that the setup and deployment feature is only available via the full version of visual studio right? So are there any add ons or perhaps additional free/or non-free if it has to come to that which i can use to do this? or is the best tool for the job is the old visual studio installer from the vs 6.0 days? :) thanks Updates : After some googling, i found this link on using click once to deploy vs 2008 express with tutorials in them , i'll check it out, but of course more &

How to compile Qt for 64-bit Windows from a 32-bit environment with Visual C++ 2010 Express?

岁酱吖の 提交于 2019-12-04 04:35:37
I am trying to compile the Qt library (I don't need the demos or examples) for 64-bit Windows. There are instructions here but I run into the error described in the comment below it. There doesn't seem to be a reference anywhere for how one might go about doing this process. I am targetting Microsoft Visual C++ 2010 Express. It looks like I need Perl and the Windows SDK as well - how do I go about this process? This process is quite tedious and time-consuming - but I will explain each step in detail here for the benefit of others who try to compile Qt in the future. The first step is to

What are good tools for identifying potentially duplicated code for C# Express users? [closed]

£可爱£侵袭症+ 提交于 2019-12-03 22:38:43
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . see also " Any tools to check for duplicate VB.NET code?" A friend of mine only has access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication. HowardvanRooijen You could take a look at Simian or DuplicateFinder . Neither have a dependency on the IDE, although you can integrate Simian quite easily . Clone Detective appears as though it might

Visual Studio 2010 Express Limitations

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 22:28:59
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. StuartLC There's a comparison chart here - You'll need VS Professional to develop Office Plugins. Although previous version, there is a definitive overview of the VS2008 Express limitations in in this SO Question Wikipedia

Prototyping and simulating embedded software on Windows

本秂侑毒 提交于 2019-12-03 13:55:30
I am looking for tools and techniques for prototyping (virtual prototyping), simulation, and testing of deeply embedded C code on desktop Windows, including building realistic embedded front panels consisting of buttons, LEDs, and LCD displays (both segmented and graphic). I'm specifically interested in a possibly low-level approach, using pure C code and raw Win32 API rather than MFC, .NET/C#, vxWidgets or Qt. I'd also like to use free development tools, such as Visual C++ Express with Platform SDK and ResEdit for editing resources. I'm looking for code examples to render graphic LCDs (from

Has Microsoft removed Visual Studio 2012 Express links for good? [closed]

孤街浪徒 提交于 2019-12-03 12:54:49
Recently I've been trying to download Visual Studio 2012 Express, but I failed to find it. One day the links were there, and the next day all of them were replaced by 2013 editions. Even Google and Microsoft's own search in their Downloads site find 2012 editions, but when I open links I see that they are 2013 now. Why did Microsoft do that? I find it strange that they removed 2012 links, especially because 2010 links are still there. See for yourself: http://www.microsoft.com/visualstudio/eng/downloads Where do I get Visual Studio 2012 Express now? We have a bunch of projects in TFS which we