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
1 answer

Set permissions for Git repo on Codeplex?

This may be a beginner's question, but is there a way to set up permissions for Git repos on Codeplex? I have a few that are public but I'm not sure if they restrict pushes by default or not.
m00nbeam360
  • 1,357
  • 2
  • 21
  • 36
1
vote
0 answers

Impossible to publish CodePlexProject, No "publish" button available

I have started a codeplex project, which right now does not have source code. I would like to publish the project so it could be visible, but nowhere can I find the publish button. Instead, I only have a message saying Your project will be removed…
ShayR
  • 169
  • 1
  • 2
  • 10
1
vote
1 answer

Delete one project of my solution in codeplex

I have a set of projects as known is VS as Solution in Codeplex.com and I want to delete one project from this solution. Is there a way to delete this particular project from all of the solution and not the entire solution project?
Eiaddar
  • 180
  • 1
  • 13
1
vote
0 answers

Silverdiagram sdk

I'm trying to run some examples from silverdiagram.codeplex.com but there are some missing libraries. After searching a lot in google i found that there is a SDK that i should download to make it compile. The main problem here is that silverdiagram…
Diego Gomez
  • 78
  • 1
  • 7
1
vote
1 answer

Is there way I can get static download link (for nuget) from codeplex?

I need static download link for nuget itself (Command line thing) , ideally for nuget source tarball. The only way I can see to get nuget from source is via git but I can't be sure in git version, I can get git version on some commit but I even want…
cnd
  • 32,616
  • 62
  • 183
  • 313
1
vote
1 answer

Checkout Code from CodePlex to remote SVN

Hi I need to checkout one project maintained on CodePlex to our private repository - SVN hosted on another server. Is there any way using which I can directly checkout code from CodePlex to a hosted SVN?
Krunal
  • 2,967
  • 8
  • 45
  • 101
1
vote
1 answer

Animating a stackpanel using Artefact

I'm trying to get animation working using Artefact Animator: Artefact on Codeplex The relevant XAML:
1
vote
2 answers

Getting "Unable to connect to a repository" error in CodePlex with TortoiseSVN

I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly). TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options…
Arrow
  • 2,784
  • 8
  • 38
  • 61
1
vote
1 answer

Lock a Grid in Show UI

Can Any one help me on how to lock the grid in showui module in powershell?? Im creating a application which uses a grid Grid -ControlName 'Show-Demo' -Columns Auto,* -Rows 9 -MinHeight 500 -MaxHeight 500 -MinWidth 500 -MaxWidth 500 { } -Show When…
PowerShell
  • 1,991
  • 8
  • 35
  • 57
1
vote
1 answer

Improving the efficiency of Kinect for Windows DTWGestureRecognizer Application

Currently I am using the DTWGestureRecognizer open source tool for Kinect SDK v1.5. I have recorded a few gestures and use them to navigate through Windows 7. I also have implemented voice control for simple things such as opening PowerPoint,…
Ray
  • 325
  • 4
  • 15
1
vote
1 answer

Tombstoning working, but does my app need it?

I am using the Tombstone helper from Codeplex and I am a bit confused, I thought that it saves the state of your app's controls i.e Textbox, and I use the code on one page of my app and don't use it on another page, but when I test it it just saves…
M_K
  • 3,247
  • 6
  • 30
  • 47
0
votes
2 answers

Recovering a separate default branch after merging it with a sub branch in Mercurial

I think I have messed up my Mercurial repository branching by merging the sub branch into a default one: Have I merged them, according to the screen shot? If so, how can I have my TimeSpan localization branch separated again?
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
2 answers

Comparing Encrypted Passwords in Database and User Input With Encrypto

How do I compare Encrypted passwords that I inserted in the database from the users Input? and I notice that while I was testing my program, I've created an account where they both have the same password but they have different encryptions, how…
KyelJmD
  • 4,682
  • 9
  • 54
  • 77
0
votes
1 answer

How can we setup the NUnit Test Runner for WP7 with Visual Studio 2010?

I want to setup the NUnit Test Runner for WP7 with Visual Studio 2010 for unit testing WP7 apps. I reffered to http://nunitwindowsphone7.codeplex.com/documentation but there is no NUnitTestRunner.dll that has to be referenced in the NUnitTestRunner…
0
votes
1 answer

New files created by other users not showing in TFS using codeplex

I created a ASP.Net project in codeplex, and shared it with my other team mates. We are using TFS in VS 2010 as source control. The problem is if any user creates a new file in his workspace and "checks in" using TFS. The other users are not able to…
kurra
  • 13
  • 2