Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
1k views

What license should I choose from codeplex for my open source project?

What license should I pick on codeplex if I want an open source project? What are the pros and cons on all licenses?
12
votes
4answers
2k views

Using Mercurial with Visual Studio 2010

I am currently using Mercurial via Tortoise Hg for some of my side projects. I was wondering if there is tighter integration of Mercurial with Visual Studio 2010 via a plugin or some similar ...
12
votes
4answers
3k views

Getting Started with Unity Framework

Could anyone recommend some good resources for getting started with the Unity framework? I've downloaded the source from Codeplex and got it to compile. So now I've got a set of compiled binaries, ...
9
votes
3answers
7k views

MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM?
7
votes
4answers
499 views

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I ...
7
votes
3answers
5k views

Connect Visual Studio 2010 Professional to TFS

Is it possible to connect Visual Studio 2010 Professional edition to TFS (project hosted on Codeplex)? This states, it is not included in Professional edition: ...
6
votes
3answers
441 views

Cannot push to Hg project on Codeplex

I am trying to push changes to my codeplex project that is using mercurial. I receive the following error: abort: HTTP Error 500: abandoned transaction found - run hg recover I have tried on my ...
6
votes
2answers
714 views

Codeplex - Delete a project

How do I remove/delete a project from Codeplex.com ? I am the owner.
6
votes
3answers
871 views

Codeplex + SVN. How good is SVN bridge?

I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex ...
5
votes
15answers
556 views

Does “open-source” translate to “anyone can take my work and host it wherever and however they like”?

When drawing the line between "relevant to programmers" and "plainly answerable", I typically lean toward the latter, but I'm really curious to hear what the community has to say about this. I have a ...
5
votes
6answers
552 views

How to use an Internet Subversion respository when developing code?

I've painted my self into a problem working with a Subversion project from CodePlex - for this I asked for help here. I have a local repository and CodePlex has it's Internet repository for the ...
4
votes
1answer
745 views

Shelve Pending Changes in Team Foundation server

I am new to Team Foundation Server, so i was wondering what does "Shelve Pending Changes" does in Team foundation server. I am using TFS of project on Codeplex.
4
votes
10answers
484 views

C# Threading in real-world apps

Learning about threading is fascinating no doubt and there are some really good resources to do that. But, my question is threading applied explicitly either as part of design or development in ...
4
votes
2answers
2k views

What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

I am trying to clone Papercut, an smtp server emulator I'm getting the list of SVN authors with svn log -q https://papercut.svn.codeplex.com/svn | grep -e '^r'| awk 'BEGIN {FS="|"};{print ...
4
votes
2answers
109 views

Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?

Endowing utility applications with "auto-update" capability seems like basic good manners these days. I'm thinking of apps like Reflector or Paint.NET, that proactively tell you "hey, there's a ...
4
votes
2answers
1k views

Is there a supported CodePlex license that restrict using the source for commercial?

I have been reading through the CodePlex supported open source licenses, i couldn't quite understand everything, What i am looking for is a License that restrict the use of my source code commercialy. ...
4
votes
10answers
1k views

Codeplex/Sourceforge for internal use

I'm looking for a free/open source collaborative project manager that can be deployed internally in my workplace that would act similar to Codeplex or Sourceforge. Does anyone know of something like ...
3
votes
1answer
97 views

How do I branch using SVN on CodePlex?

Unless I am missing something very obvious, I don't see how I can branch on CodePlex using SVN. I'm looking at the popular projects and can't see anything about a trunk or branches. What am I ...
3
votes
1answer
167 views

Has anybody tried the new MVC HTML5 Toolkit from Codeplex?

I saw a tweet today referring to the MVCHTML5 helpers on Codeplex. I'm wondering if Anybody has tried this out yet? Does it add any real significant benefit over the default HTML helpers? What ...
3
votes
3answers
644 views

Virtualizing WPF Wrap Panel Issue

There are not very many options for a virtualizing wrap panel for use in WPF. For one reason or another MS decided to not ship one in the standard library. If anyone could be so bold as to provide a ...
3
votes
4answers
964 views

How/can do you connect VS2010 to Codeplex's TFS?

I've gone to Team-->Connect and tried to enter the details for the TFS on the CddePlex site: https://tfs05.codeplex.com Then it asks for the user name and password - which I assume is something like ...
3
votes
2answers
51 views

How should I structure a community contribution code repository and solution?

I'm getting ready to launch a contribution project on CodePlex to provide a place where people can write and share extensions for another project that I have on there. This contrib project will be ...
3
votes
1answer
449 views

How to remove TFS bindings from a Codeplex project

I have a couple of projects hosted on Codeplex. Since I didn't really have a clue about anything but TFS when I created them, I used that. But, now I have gotten more comfortable with TortoiseSVN and ...
3
votes
3answers
1k views

TFS out of sync between local and remote - how to “re-sync”?

I have a Project on CodePlex which is using TFS and I am using the TFS Plugin for Visual Studio. Now I have copied this project and worked on another PC without TFS and done some refactoring. ...
3
votes
9answers
2k views

Is there a online service like CodePlex or SorceForge for closed source projects?

I do software development but I don't work at a software company and we don't have anyone here that's setup any kind of version control server, or ticketing system or something like that. Most ...
3
votes
1answer
2k views

WPF Layer Control

I'm in need of a WPF layer control that does the following 1) Have multiple layers of content on top of each other. 2) Ability to turn layers on/off at design and runtime, ie we need a UI maybe ...
3
votes
3answers
496 views

How do I mirror a SVN repository on CodePlex?

I'm the creator (and so far, only developer) of a CodePlex project. I've writing it on my laptop, using a Subversion repository on my home network. Submitting my changes to CodePlex via the ...
2
votes
1answer
62 views

Automation of Close, Maximize, Minimize Button in Fluent(Codeplex) Ribbon - WPF Application

I am trying to Automate the fluent Ribbon Controls (www.fluent.codeplex.com). I am successful in automating most of the controls. But there is an issue like Close, Maximize and Minimize Buttons are ...
2
votes
1answer
70 views

Large open source repositories

I'm in need of a large repository of open source projects (around 1000 or more, the programming languages don't matter, but a good mix will be nice) for my research work. I thought of downloading ...
2
votes
1answer
142 views

Mercurial source control - pros and cons of Forking

I'm customizing BlogEngine.Net to support custom local features (Farsi calendar, RTL theme, etc.) BlogEngine.Net uses mercurial source control and I am able to create a fork of the project and ...
2
votes
6answers
1k views

Is it possible to setup a private github, codeplex or code.google.com?

I am thinking of setting up a server with similar capabilites of codeplex.com or code.google.com or github.com internally in my company so that all the colleagues can create and maintain projects. Is ...
2
votes
1answer
140 views

How can I sync my custom CodePlex Mercurial fork against the main trunk?

I've made a fork of some codeplex project. Done some extra code, etc and have even pulled my custom code into the source control repo. In those few weeks and months since i was working on my own ...
2
votes
3answers
119 views

return var doesn't work when var is huge?

So I am using PHPExcel (http://phpexcel.codeplex.com/) to import a excel sheet. everything works fine on my development system, BUT it doesn't quite work on the live system. Hence I debugged and ...
2
votes
1answer
212 views

ASP.NET FaceBook App Development -

I have downloaded both samples for the Facebook Developer Kit from Codeplex and Facebook.NET followed both tutorials down to the word - But as soon as I browse to me app on Facebook I am getting the ...
2
votes
2answers
127 views

Is it possible to delete a changeset on codeplex?

I'm trying codeplex and polluted it with fake changesets using subversion. I'd like to delete them now. Is it possible ?
2
votes
2answers
186 views

community upload/download site recommendations? (like StackOverflow, but for uploads & downloads instead of Q&A)

Our company wants to offer a "plugin gallery" or "app store" where users of our (packaged enterprise software) product can find, download, and share plugins to our product. I'm assuming we'll have to ...
2
votes
3answers
109 views

How do you merge a feature branch in a Codeplex project?

I have a project on Codeplex and I use TortoiseSVN to access the source code. I've created a feature branch and now I need to merge changes from the trunk into the feature branch. I'll need to ...
2
votes
1answer
876 views

Fast/easy renaming of filenames in TFS (CodePlex)

I host a project on CodePlex, but a bunch (200+) files need to have their extension changed. What is the easiest, least painful way to do this? I cant see myself doing them one by one in the IDE. ...
2
votes
1answer
766 views

Multiple Team Foundation Server

We currently have a local TF Server here in our company, and we are about to make a subset of our projects open source (via Codeplex), but we are having problems mixing two Team Foundation Servers in ...
2
votes
3answers
1k views

Which CodePlex/Google code project to study in order to learn SharePoint best practices

I am new to sharepoint development but have about 10 years of expirence in C++, VB6 and C#. It is my experience that a great way to learn a new language or coding style is to spend some time ...
1
vote
0answers
159 views

Silverlight duration tooltip

I'm trying to increase the length of time that a tooltip displays in a silverlight application. I downloaded Silverlight.Controls.ToolTip from codeplex and I add it as a reference. Here is my code in ...
1
vote
1answer
33 views

How do I delete a fork in CodePlex with Mercurial?

I know GitHub has spoiled me, but shouldn't this be easy? I'm not able to find a way to delete a fork I created on someone else's project. I'm the fork owner. Is the answer is going to be the same ...
1
vote
1answer
488 views

Tortoise SVN Error (405 Method Not Allowed) When checking out from CodePlex

I have just created a new project in CodePlex (Subversion Source Control), checked out a folder on my PC and tried to commit the initial files (27MB). The commit was not successful due to accidental ...
1
vote
1answer
102 views

Query about MVC Controls Toolkit

I have seen mvccontrolstoolkit new upcoming controls for ASP.MVC. In the project description it is written that these are advanced Server Controls. Are these controls are like webfrom server ...
1
vote
2answers
215 views

Which tool has been used for those mockups?

I am looking for a tool to create UI mockups for a web application. I have searched a bit on the web and here to on SO first. I have found a nice question that gave me a general idea around the tools ...
1
vote
1answer
143 views

Can't login to codeplex TFS via Visual studio 10

Dear all. I use codeplex.com to host my projects. Some days ago I connect to codeplex successful via visual studio ultimate 10 but now I can't. Could you help me please? Below is the screen shot of ...
1
vote
0answers
72 views

The meaning of shorthand charaters of TFS user name on codeplex.com

I notice that my TFS user name on codeplex.com is in the form of snd\_cp. I don't know what the shorthands snd and cp stand for? My guess: snd is the domain name of the user account so I can ...
1
vote
1answer
898 views

WPF Chart Toolkit documentation

sorry for this stupid question, but I would like to know where it should be possible to find the documentation for the WPF CHART Toolkit, downloaded from http://wpf.codeplex.com/ At the moment, I've ...
1
vote
1answer
132 views

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

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 ...

1 2 3