Click here to Skip to main content
15,892,737 members
Everything / Foundation

Foundation

foundation

Great Reads

by ambilykk
Emails to Work Items
by zapsolution
Windows 10 multimedia player 64-bit
by ToughDev
How to fix PlatformNotSupportedException when running WCF apps
by Marko Beleuca
Steps to install SharePoint 2013 Foundation on Windows Server 2016 or 2019

Latest Articles

by ToughDev
How to fix PlatformNotSupportedException when running WCF apps
by Marko Beleuca
Steps to install SharePoint 2013 Foundation on Windows Server 2016 or 2019
by zapsolution
Windows 10 multimedia player 64-bit
by ambilykk
Emails to Work Items

All Articles

Sort by Score

Foundation 

3 Aug 2015 by ambilykk
Emails to Work Items
3 Jul 2017 by zapsolution
Windows 10 multimedia player 64-bit
26 Aug 2014 by Sergey Alexandrovich Kryukov
Not enough information. But you should understand certain things. You should never ever mix different target platforms in one process. All platforms can be freely combined only with "AnyCPU". AnyCPU is the most usable target which you should use in almost all cases. It is possible because it is...
23 Jan 2016 by Kornfeld Eliyahu Peter
There is no one-size-for-all solution here...You preferences are may be totally wrong for me and the other way around...and what was the ultimate best yesterday maybe wrong today for the very same company/team...What you have to consider is:1. Time2. Money2. Existing knowledge of the...
26 Aug 2014 by Dile90BJ
Hi,Can i declare arguments that has In/out as direction type and read its values while activity is not finished. If so, at which point in time i can read it (e.g. only while activity is persisted or at any time i want)? May i have some code example of this?Regards,Dile90BJ
26 Nov 2014 by TheBigBearNow
Hello everybody,I am currently working on a shopping website for online ordering at a restaurant. I have many features working as they should.But now I am looking into some extra detail. I want to add something like Bootstrap or Foundation, but I have never done this before.Is adding it...
4 Dec 2014 by VinVan81
Hello,after I migrated our projects from VisualSVN to Team Foundation Server 2013 Express by following the instructions if this page: How easy it’s to migrate SVN to TFS 2013 (Git Repo) , i got all the data inside our Team Foundation Server. I can see them using the web interface and...
13 Feb 2015 by uzielbg
TRANSLATED:Hello friends,I need your help; I'm going to work on an application with linear programming, using the Solver in Excel addin, a simulation was done, however, as you want to store and get information from a database, I am making a web application with ASP. NET and C#.A...
12 Mar 2015 by Member 11165468
Hello...I want to get work item information from another work item, if I only know the type of the work item and I can make sure this kind of work item only have one record. what shoud I do?Does this is possible? Thanks for your reply.
25 May 2015 by ambikaksm
Hi,I am beginner for media foundation.I'm using media session topology technique to show preview from USB Camera device.I built the topology to show preview and capture video,both are working successfullyI am facing problem in saving image from image stream(still pin). I'm trying...
17 Jun 2015 by Sergey Alexandrovich Kryukov
You can start here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd317912%28v=vs.85%29.aspx[^].—SA
17 Jul 2015 by Member 11788698
I am trying to create cascading lookup columns in my library.I have already tried to use a jquery solution: Two Level Cascading Drop Down in SharePoint 2013 using SPServices, but didn't find a working answer for the foundation version. I know a good solution would be to choose a paying...
2 Aug 2015 by Afzaal Ahmad Zeeshan
Apart from what you have shared, the page only refreshes in case of when the result (of expression) is true. That is because you have not stopped the code from doing what it is intended to do, submit the form. To overcome this, write this function to your code. event.preventDefault() would...
24 Aug 2015 by stixoffire
I have a publish - subscribe WCF Duplex model using NetTCpBinding (session mode). When a user is subscribing - I would like to pass in NetworkCredential - but I can't as it will not send the password and instead I see a '' (BLANK - Nada - nothing), but the username of course is there.. of course...
25 Aug 2015 by stixoffire
Since I could not pass in the Credential, I used the channel factory ClientCredential Users field - my intellisense showed it was {get; set;} so I tried to use it and immediately got an exception declaring the field was readonly (and I said hogwash!). So I ended up with code like this in order...
28 Oct 2015 by Christophe_
We would like to make workflows designed by end users.I was able to store some workflow definitions in the database, reload them and make them work in a service.For the user to be able to create workflows, we need to create our own activities. I would like to pass non simple arguments (ie...
28 Oct 2015 by Christophe_
The only way I found was to wrap the sequence into a DynamicActivity and to pass parameters to the WorkflowApplication (or WorkflowInvoker) :Activity1 act1 = new Activity1();act1.Arg1 = new InArgument>(new VisualBasicValue>("MyVals"));Sequence seq = new Sequence{ Activities = {...
16 Apr 2016 by Romanprog
Hi! Can't deal with attributes. I request assistance.Next task: create an application that having some sort of list of files (play list) reproduced in the specified time, the desired file. In some cases, must run multiple files simultaneously (overlap).Application used as the basis...
27 Oct 2016 by sumith sudesan
hr = MFCreateMediaType(&mediaTypeIn);hr = mediaTypeIn->SetGUID(MF_MT_MAJOR_TYPE, MFMediaType_Video);hr = mediaTypeIn->SetGUID(MF_MT_SUBTYPE, MFVideoFormat_AYUV);hr = mediaTypeIn->SetUINT32(MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive);hr = MFSetAttributeSize(mediaTypeIn,...
27 Oct 2016 by KarstenK
The error message is clear that there is something not properly in configured in IMFSinkWriter.You better read the Microsoft documentation about encoding H.264. Take a deeper dive into the Video Type GUIDs.Often arent all conversions supported. So try some variations.
3 Aug 2021 by Marko Beleuca
Steps to install SharePoint 2013 Foundation on Windows Server 2016 or 2019
2 Aug 2015 by Ashwin2013
Hi CPs,I am currently working in Foundation and AlertifyJS. Below function checks if form element content is equal to 'heaven' and 'hell'. If it is false it shows the custom error message. But if it succeeds it should show the Success alert but the page refreshes. I was thinking about delaying...
26 Aug 2014 by Dile90BJ
Hi, everybody.I am new to WF and this forum. I have several questions.First and most important is: does workflow foundation have full support for x64 platforms?I have other questions and i'm not sure if they are related to title and if i shoud ask them here. As i said I am new to...
16 Jun 2015 by Member 11770648
I am making a website for a company and I want to know how to get request the data from an excel file and put it into an html table. I do not just want to save the file once, rather I want it to be constantly updated when you update the excel file. Anything helps! Thank you.
29 Oct 2015 by Christophe_
Hi,I was wondering if there is a way to convert a List to a VisualBasicValue> programmatically with reflection or something ?At least with T is string or ValueType.Thank you
23 Jan 2016 by AntZdn
We currently are discussing this topic at our company,"is it Preferable to use Frameworks Such as Bootstrap,Foundation.. Or Develop Everything From Scratch?"we usually code everything from scratch , but the question is are Frameworks the new Front End Web Development "mainstream"...