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

facebook c# sdk integration from codeplex

I am using c# sdk facebook integration from codeplex and getting a strange error: I have the following in my web.config and get an error that it does not recognize Compile Error: Warning 12 C:\Documents and…
Bruce
  • 2,133
  • 12
  • 34
  • 52
0
votes
1 answer

ClickOnce publishing to CodePlex

When attempting to publish my project to CodePlex as a ClickOnce, following the instructions here, I keep getting the following error: Connecting to 'http://sentinel.codeplex.com/releases/clickonce/'... Error: Failed to connect to…
Ray Hayes
  • 14,896
  • 8
  • 53
  • 78
0
votes
1 answer

Can adding a solution to TFS server cause WCF to break?

I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project? Seems to be the pattern for me. Immediately upon…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

How-to Publish a Windows Phone 7 Project on Codeplex

I used SVN tools and CodePlex repository for developing Windows Phone 7 Application. How do i create a OneClick Release for the project so that others can download and work on the code.
Piyush
  • 886
  • 3
  • 9
  • 28
0
votes
1 answer

Codeplex: cannot log in with Visual Studio

I'm trying to login to Codeplex's TFS server using visual studio 2015. I've done this in the past, and it has always worked. Now however, I changed my PC and on my new visual studio installation I cannot login with the login info they…
Master_T
  • 7,232
  • 11
  • 72
  • 144
0
votes
1 answer

Transfert project from Codeplex/TFS to SourceForge/Git with Visual Studio 2015 / TFS 2015

I need to transfert the open source cms MyPrettyCMS source code from Codeplex to Source forge. MyPrettyCMS sources (http://myprettycms.codeplex.com/SourceControl/latest) was handled with Visual Studio 2013 directely connected to the CodePlex…
0
votes
0 answers

Cannot check out code on Codeplex using Tortoise SVN

I'm a new user to SVN. I've installed Tortoise SVN using default settings and tried to check out the latest code from Codeplex for the HttpAgilityPack project. I tried this numerous times but the UI would hang for around 5 minutes and then a window…
Daniel Kim
  • 79
  • 9
0
votes
1 answer

Reading empty cells as data cells

I am reading an Excel file where sometimes PHPExcel codeplex considers an empty cell as a value cell. For example: If my Excel has 128 Columns, the maximum is DV sometime it will vary depend upon Excel and users requirement. Maximum is 126 columns.…
Jonathan John
  • 195
  • 2
  • 4
  • 12
0
votes
1 answer

Possible to use AnkhSVN with Codeplex?

In codeplex.com, they support some of svn clients but i want to use AnkhSVN if it possible there. Is it possible ?
Freshblood
  • 6,285
  • 10
  • 59
  • 96
0
votes
1 answer

Codeplex SVN Access Error OPTIONS

I've got a little frustrated at trying to get SVN to work with Codeplex. I thought it was a firewall in the office blocking it, fair enough, so started trying at home and get exactly the same error. I'm trying to connect to some source on codeplex.…
Ian
  • 33,605
  • 26
  • 118
  • 198
0
votes
1 answer

Coded UI test support for tee chart

We are using sample tee chart in our application . We could able to automate tee chart to some basic level through Coded UI test framework Our Question is, Is tee chart supports for CUITe (Coded UI Test Enhanced)? (CUITe is a thin layer deveolped on…
Praveen M
  • 443
  • 2
  • 11
0
votes
1 answer

Migrating Codeplex SVN to Git with git svn clone

In the past (2013), I was able to migrate a repository from Codeplex (under SVNBridge) to a Git repository. I'm trying to do this again, with the same repository, and the 'git svn clone' method is not working. Basically, it creates the .git folder…
Jauch
  • 1,500
  • 9
  • 19
0
votes
1 answer

I'm having trouble pushing my source code from my local drive to CodePlex using Visual Studio 2010 Ultimate

Codeplex gave me the relevant information for proper connection, and I connected to my repository using the Team > Connect to Team Foundation Sever in VS 2010 Ultimate. Here is what I see: How can I push the code I have made on my machine, to the…
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254
0
votes
1 answer

QueryHistory against a codeplex project hangs indefinitely

I'm working on a TFS utility that gets the changesets for a particular project in TFS. I've got a home TFS 2010 server which I primarily use for testing, but I decided to give it a try against a codeplex project to which I contribute. That way, I…
Robaticus
  • 22,857
  • 5
  • 54
  • 63
0
votes
1 answer

Download a specific file from GIT repo on CodePlex

I'm trying to implement a simple auto-update service for our WinForms application which is hosted in GIT on CodePlex. My auto-updater needs a json file which holds the latest version number and installer url. I've put this file on another webserver…
Paul Meems
  • 3,002
  • 4
  • 35
  • 66