Questions tagged [multi-targeting]

28 questions
1
vote
0 answers

Implementing a Multi Target Regression Net with Caffe with Non-image data input

I was trying to implement a simple net in Caffe for coping with multi-target regression. The dimension of my input is 5. The dimension of my output is 3. I have this data on a mat file. I have used h5create and h5write to create both train.h5 and…
user100136
  • 11
  • 3
1
vote
2 answers

VS2010 Native Multi-Targeting

I have VS2005, VS2008, and VS2010 installed on my Win7 development machine. I have one particular project that uses a 3rd party DLL that gets an exception during the LoadLibrary() call when the EXE project is built by VS2010 (when targeting either…
1
vote
1 answer

In what ways does native multi-targeting affect the output of a build

I have a large solution made from a combination of c++ and c# projects, most of which output dll's. We also have an executable which depends on the outputs from those projects. Our entire solution is currently built in VS2005. For numerous reasons…
0
votes
1 answer

Multi targetting net461 and netstandard - netstandard dependencies required even in net461 consumer

I'm working on a class library that I've multi-targetted to both net461 and netstandard2.0 One of the dependencies of this class library is Microsoft.ApplicationInsights When it was targeting just net461, I could add a reference to…
Alex
  • 37,502
  • 51
  • 204
  • 332
0
votes
2 answers

Solution builds in Visual Studio but Jenkins throws an assets exception

I have a solution that consists of both single-target and multi-target projects. The solution can be built in Visual Studio 2017 and Developer Command Prompt for VS 2017 without problems. I build the solution by below code in Developer Command…
sabandurna
  • 86
  • 9
0
votes
0 answers

Is targeting a project for .NET Framework 4.6 (or net46) actually 4.6.0?

I've been having a lot of trouble lately with Visual Studio 2017 and differing framework versions between .NET Framework projects, .NET Standard projects, and libraries that build for one or both of those. One of the issues was that the .NET…
Josh
  • 6,944
  • 8
  • 41
  • 64
0
votes
3 answers

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. Michael Scwartz's posts on Silverlight with Visual Studio…
rohancragg
  • 5,030
  • 5
  • 36
  • 47
0
votes
1 answer

Sitecore 6.6 publishing to multiple targets

Currently working on a sitecore solution which is running version 6.6 and we're experiencing some odd behavior. The site is setup to have multiple targets which are all pointing to individual databases for a webserver for instance web1 - web3…
shauny
  • 29
  • 1
  • 9
0
votes
1 answer

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 say that a message has a sender, date, subject and…
Avi
  • 15,696
  • 9
  • 39
  • 54
0
votes
1 answer

DFP multi tags ordering

I would like to render in priority the first ad (300x250), then the second (300x600) if the first one is not available. In facts the following code render randomly the first and the second Ads. Is there a way to implements this or should i do two…
Woody
  • 809
  • 8
  • 21
0
votes
1 answer

Haxe: Import from neko, cpp and java sys trees

I want to use Haxe to write a library that can be used by other projects in various different languages. Currently I have at the top of my library: import neko.io.File; import neko.io.FileInput; import neko.io.FileOutput; import…
joeytwiddle
  • 29,306
  • 13
  • 121
  • 110
0
votes
2 answers

Event Receiver for both SharePoint 2010 and SharePoint 2013

I want to make an event reciever DLL for both SP2010 and SP2013. currently I have two separate projects one for each as each one is targeting different framework due to the fact that each of them is built using different .NET framework. can I use…
0
votes
1 answer

#IF Silverlight for interfaces

I have a multitargeted domain project (SL and .Net 4.0) and with problem with Color and so on I was using #if SILVERLIGHT constructs, but now I need to have for a SL project using my domain project few classes implementing INotifyDataErrorInfo which…
user278618
  • 19,306
  • 42
  • 126
  • 196
1
2