Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
1k views

I've built a Windows service as “Any CPU”. Why does it run in 32-bit mode on my 64 bit machine?

I've built a Windows service as "Any CPU". However, when I run it on my 64 bit machine it runs in 32 bit. How can I fix it? I'm using .NET and C#, and my operating system is Windows 2008 R2. If I ...
3
votes
4answers
1k views

What happened to the prism project linker in Visual Studio 2010?

How do I share files between WPF and Silverlight projects in Visual Studio 2010?
2
votes
2answers
1k views

MSBuild maxcpucount > 1 Causes build errors

I'm trying to build about 600 projects some are .net 2.0, some are 3.5. I'm using Windows 2003 Enterprise Edition 32 bit with all the latest windows updates. Builds fine when maxcpucount is 1. If I ...
2
votes
2answers
656 views
0
votes
0answers
289 views

Can not build web applications in Visual Studio 2010 when targeting frameword 2.0 or 3.5

VS2010 ultimate with Asp.net MVC 3.0 installed. "New" --> "Project", choose ".Net framework 2.0" or "3.5", then choose "Asp.Net web application", starting a new 2.0 or 3.5 asp.net web application. ...
0
votes
1answer
99 views

Multi-target rapid prototyping using Microsoft technologies?

I want rapid prototyping: Quickly define screens, links, buttons etc. I want to easily interact with sample data. I want to see things "moving". An example would be a mail account: I would like to ...
0
votes
3answers
446 views

Can I add Silverlight 2.0 projects to my web app and still target .NET Framework 2.0?

Can I add new Silverlight 2.0 projects to my ASP.NET 2.0 web app and still target .NET Framework 2.0 in Visual Studio 2008? ScottGu doesn't mention Silverlight in his post on multi-targeting. ...