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
1
vote
2 answers

Anyone knows something about EntityFramework.MappingAPI development progress?

Does anyone know something about the EntityFramework.MappingAPI development progress? The last update has been in March 2014 and the developer last visited the site in 2015. Thanks in advance.
Dom84
  • 852
  • 7
  • 20
1
vote
1 answer

How do I checkout a project from Codeplex when I do not have ANYTHING on my computer?

I created the project and uploaded it to codeplex from my home computer. Everything works fine. Now I'm on the road on my laptop and I want to checkout my project. Do I create a blank solution and then do the checkout? Do I have to checkout without…
delete
1
vote
4 answers

Connecting Team Explorer to Codeplex anonymously

I was using Codeplex and tried connecting to their source control using Team Explorer, with no joy. I also tried connecting with HTTPS or HTTP, using the server name and the project name. As I do not have a user account on Codeplex I could not…
Oded
  • 489,969
  • 99
  • 883
  • 1,009
1
vote
1 answer

How do I use Visual Studio 2010 Ultimate with Codeplex?

I'd like to upload a project into codeplex, but I have no idea how. I don't want to break my existing TFS + VS install. Do I need to install anything special to work with Codeplex?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
2 answers

TFS & Codeplex at the same time (source control)

Anyone an approach to this? We have a commercial / inhouse project. SOME of the libraries are also dual available under LGPL on Codeplex. Not all source codde is supposed to go up there (not every checkin), but I would like to have regular uploads…
TomTom
  • 61,059
  • 10
  • 88
  • 148
1
vote
0 answers

How to fix memory error in codeplex phpexcel?

I tried to read excel file and convert it into array. But i m getting following error. Fatal error: Allowed memory size of 1677721600 bytes exhausted (tried to allocate 38 bytes) in…
Jonathan John
  • 195
  • 2
  • 4
  • 12
1
vote
1 answer

connect a project hosted on xyz.visualstudio.com to tfs.codeplex.com

I have multiple projects hosted on xyz.visualstudio.com, now that I would like to publish one of the projects as open-source on tfs.codeplex.com, I find it quite cumbersome. For instance: on xyz.visualstudio.com I…
Dr. Strangelove
  • 2,725
  • 3
  • 34
  • 61
1
vote
0 answers

SQL Server Partition Switching using Codeplex tool

I have partitioned my table correctly. But now I am trying to use CodePlex SQL Server Partition Management Tool to create the staging/archive table for switching the partition. When I run both createstagingnoindex or CreateStagingClusteredIndex -…
Keith Doran
  • 434
  • 1
  • 7
  • 14
1
vote
1 answer

Cannot download latest library from nuget

I am trying to install HashLib from CodePlex using Nuget Package Manager. After performing some test, I found out that NuGet install HashLib version 2.01 for me instead of the latest version 2.1 as per CodePlex. Is there a way to force Nuget to…
Withhelds
  • 187
  • 3
  • 8
  • 16
1
vote
0 answers

How can I move my SVN working copy to Codeplex, maintainting file properties, but not history?

I am about to open-source one of my projects, and I want to move the current instance of it into CodePlex. How would I go about copying the current working directory into CodePlex's SVN, maintainting pile properties (like "svn:needs-lock" and…
John Gietzen
  • 48,783
  • 32
  • 145
  • 190
1
vote
1 answer

unexpected error cloning typescript git repository

using both sourcetree and commandline I receive this error: D:\GitHub\typescript>git clone https://git01.codeplex.com/typescript Cloning into 'typescript'... remote: Counting objects: 454417, done. remote: Compressing objects: 100%…
Luca Morelli
  • 2,530
  • 3
  • 28
  • 45
1
vote
2 answers

codeplex - Could not resolve host: nopcommerce.codeplex.com

I am trying my hardest (and failing) to clone nopcommerce from codeplex, but for what ever reason I always get the following output from typing: git clone https://git01.codeplex.com/nopcommerce nopCommerceGit which results with the following…
Michael Crook
  • 1,520
  • 2
  • 14
  • 37
1
vote
0 answers

Integrate Doxygen API documentation with Codeplex website

We use Doxygen to generate API documentation, this works well. But we cannot host the files on Codeplex, because when using the SVN url of the HTML files the file code is shown not the parsed HTML. Here's a simple test:…
Paul Meems
  • 3,002
  • 4
  • 35
  • 66
1
vote
1 answer

How do you find a changeset on codeplex

I've noticed in CodePlex, a changeset ID under the Source Control --> History section is shorter than the full changeset Id within the URL when viewing changeset. How does one easily navigate to a changeset from the shorter ID, which is often quoted…
Andrew
  • 5,525
  • 5
  • 36
  • 40
1
vote
0 answers

Close issue in CodePlex on a code commit

With google code, you can automatically close an issue in the issue tracker by inserting a formatted comment when you commit your code: Fixes issue 156 Here's the explanation about the issue I'm looking for the same feature in CodePlex.
JiBéDoublevé
  • 4,124
  • 4
  • 36
  • 57