Questions tagged [codeplex]

Codeplex was an open source project hosting site run by Microsoft until its closure in 2017.

CodePlex was an open source project hosting site run by Microsoft to support the shared development of open source software.

Codeplex was closed in 2017, but the content has been preserved as https://archive.codeplex.com/

198 questions
0
votes
3 answers

Selecting the correct software licence suited to my needs?

I have a few applications that I will be uploading to CodePlex in the very near future. Anybody is free to look at the source code and use it in their own applications but all I ask is that I am recognised as the original developer of the code and…
Jamie Keeling
  • 9,806
  • 17
  • 65
  • 102
0
votes
2 answers

Codeplex MonoDevelop

Does MonoDevelop work with Microsoft's CodePlex using SVN?
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
0 answers

Codeplex SVN - Visual Studio - Upload mIssing Files?

I have created a project in Visual Studio 2012. Have tried both tortoise SVN and another program but both of which are resulting into the same error. Whenever i upload to codeplex, the pictures i have for the web 2.0 application do not get uploaded…
user3002109
  • 33
  • 1
  • 8
0
votes
1 answer

Mirroring source code to 2 different Team Foundation Servers

my Friends. I have my own TFS where I'm developing an application (only me). Now I would like to SHARE IT and make its source code public at Codeplex. So I went to the site, created a project and chose TFS as the source control system. The problem…
SuperJMN
  • 13,110
  • 16
  • 86
  • 185
0
votes
3 answers

Open Source Silverlight Control Projects on Codeplex?

Are there any good open source Silverlight projects that deal with a control gallery? I am looking for some cool controls (e.g., chart controls, line controls, buttons, etc. built in Silverlight).
littleBrain
  • 159
  • 4
  • 11
0
votes
1 answer

c# windows phone zXing green screen

I'm doing a qr code reader. When I scan a qr I'd like to navigate in another page named reader.xaml where I do some stuff. but when i press the button BACK from reader.xaml to the initial page... sometimes appears a green screen and i must reboot my…
mikiamomik
  • 43
  • 2
  • 9
0
votes
1 answer

Has any one used TFS AGGREGATOR for implementing below scenarios?

When any child link is set to ACTIVE Parent should transit from "Proposed" to "Active" If any child is active under the parent, the parent work item will not be set to "Closed" unless all child's are set to Closed or resolved.
0
votes
2 answers

Alternative to Html.Button?

I know the Html.Button has been moved to the Microsoft.Web.Mvc namespace, but I really miss the generic versions that used to exist in the early Previews. All I want the Html.Button to do is to hit an action in my controller, but I'd rather not…
Elijah Manor
  • 17,923
  • 17
  • 72
  • 79
0
votes
1 answer

Locking specific cells with a password phpExcel

I am uploading an excel file from a folder in my computer to a folder in the server, after the upload i am loading the uploaded file so that i can protect certain cell, the first method i used below does not work at all function…
alphy
  • 931
  • 4
  • 13
  • 23
0
votes
2 answers

uploading simle asp.net website to appharbor from codeplex

I have create a new test asp.net web application project on codeplex to upload files onto my appharbor domain. but build is getting failed I am currently focusing on to fix first issue The type or namespace name 'Optimization' does not exist in…
Haseeb Asif
  • 1,766
  • 2
  • 23
  • 41
0
votes
2 answers

Orchard module not appearing in list of modules

Downloaded the source code for an Orchard module from Codeplex and added using VS2012 to my copy of the Orchard source. When I run the source the new module is not available to enable.
0
votes
1 answer

ASP.net MVC HTML5 Toolkit - support default textbox values?

I stumbled on the ASP.net MVC HTML5 Toolkit and it looks great. However, I don't see any way to include a default value for HTML5 textboxes whereas this is possible using the standard MVC textbox. Outside of Javascript, is it possible to add a…
Simon Tower
  • 664
  • 3
  • 11
  • 27
0
votes
1 answer

Branching in Codeplex hosted TFS

I'm setting up a Codeplex project for the first time using TFS. A team project was created for me with the name of the project, "switchboard". So my original thought was to create a main and a branches folders under that like…
Mark Bostleman
  • 2,185
  • 3
  • 25
  • 32
0
votes
1 answer

It is possible to use Team Foundation Service with CodePlex?

I don't like limited (by default) team collaboration and agile planning features (no backlog, no board, no user stories, no iterations, etc) in the built-in CodePlex TFS version control. Ideally, I would like to keep the project in the full featured…
Andrey Morozov
  • 7,839
  • 5
  • 53
  • 75
0
votes
1 answer

Fix Mercurial Codeplex repository - always rollback

I try to push my latest changes to a Codeplex repository. However I always do get a rollback (see below). What are my options? I have tried force and debug options, no further details or acceptance on the changes. Tried to delete the whole…
Horst Walter
  • 13,663
  • 32
  • 126
  • 228