Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
225 views

Custom framework targeting in Visual Studio 2010

I want to give developers using Visual Studio the ability to write programs against a custom framework that replaces .NET (similar to the Windows Phone and Silverlight frameworks, which are not ...
4
votes
5answers
192 views

VS2008 targeting .NET 2.0 doesn't stop me from using C# 3 features

I had a VS2005 solution and wanted to get off VS2005 for the new year. I was mostly happy with the upgrade process and pleasantly surprised to see that my build scripts mostly still worked. My ...
3
votes
2answers
362 views

WPF and NET 3.5 to 4 multi-targeting

I have a WPF 3.5 library of controls working with a WPF 3.5 application. I would now like to create a WPF 4 version of the application and use the same library (source code) for both versions 3.5 and ...
3
votes
3answers
86 views

#includes in C files for processor specific implementations

I'm working on a 'C' code base that was written specifically for one type of embedded processor. I've written generic 'psuedo object-oriented' code for things like LEDs, GPIO lines and ADCs (using ...
3
votes
2answers
442 views

How do I get Nant to use the 4.0 compiler to target .Net 3.5

Yes I know that sounds a little bit crazy, but I've got .Net 3.5 deployed in the field and I'd like to use the new 4.0 compiler to target it. There are several new syntactic sugar features in the ...
2
votes
2answers
186 views

How-To MultiTarget Both SilverLight 4 and WPF Application?

How can I MultiTarget Both SilverLight 4 and WPF Application ?
1
vote
1answer
22 views

VS2010 Multi-Targeting Not Working Correctly

I'm having an extremely strange problem with VS2010's multi-targeting. In a nutshell, only targeting .NET 3.5 Client Profile seems to be working correctly. I really need to be able to target .NET ...
1
vote
2answers
185 views

How to target both Win32 and x64 platforms with ONLY one set of solution/project files?

I'm trying to migrate a multiple-project from VC++2005 to VC++2010, and I also need to port this application from Win32 to x64 platform. I know that a project file could contain settings for both ...
1
vote
1answer
222 views

Prism v4 CURRENT Documentation/Tutorials and Usage/Penetration

I've been spending quite alot of time recently trying to learn XAML/C#/WPF/Silverlight, trying to build a Desktop application as well as a web application to go along with it, re-using the same code ...
1
vote
3answers
61 views

How do I make my library simple, yet target the different frameworks?

I created an API wrapper called Chargify.NET and I'm starting to see a pattern develop that could potentially be solved by targeting .NET 4. The issue is that as they enhance the API, I need to ...
1
vote
2answers
3k views

VS 2010 .NET Framework issue w/ an assembly targeting 3.5 complains that it needs later version of .NET framework

I'm having an odd issue with an assembly that is targeting .NET 3.5. When including this assembly via Add References/Browse to DLL - it complains: "MyAssembly.dll", or one of its dependencies, ...
0
votes
1answer
22 views

Multi target decision trees

Here is my problem. I need to implement a multi target decision tree algorithm. A multi target is an extension of multi label learning where the labels are not binary but can be continuous, ...
0
votes
0answers
40 views

How to debug different targets in the same XCode project?

I've created a helper tool using the BetterAuthorizationSample in my project. How would I go about setting XCode to stop at breakpoints that I've set in the helper tool files? Thanks
0
votes
2answers
683 views

Dynamic class loading to target multiple Android versions

I would like to make a single Android app for multiple Android versions (possibly every one of them) My problem is that I want to check what is the version of Android the app is currently running on, ...
0
votes
2answers
550 views

XCode: Two targets, two main files?

I'm working up a game in XCode, and I want to add a helper application that uses the main application's various classes to build the main application's data files. Specifically: The main application ...
0
votes
1answer
149 views

Multi targeting hell and changing project defaults

OK. I was going a little crazy today with a WPF project. I'm using VS2010 with .NET 4.0 and I added a simple reference to another project in my solution, added a member variable of one of the ...
0
votes
4answers
158 views

.Net multitargeting gone wrong?

I have a small dummy project in VS 2008, contains only the following code file using System; namespace FrameworkTest { internal static class MessageQueueNative { struct TestStructure ...
0
votes
5answers
337 views

Multi targeting in vs2008 with crystal reports

Is there a way to make VS2008 work with the old (vs2005 crystal reports) assemblies and not require any updates to be installed in the client machines? We have upgraded a Visual Studio 2005 .net 2.0 ...