codeplex

Team Explorer on codeplex anonymously

Hi, I was on codeplex and trying to connect to their source control using team explorer. No joy though. I tried connecting with https or http, using the server name and the project name. As I do not have a user on codeplex I could not login. I am just trying to check out some code without changing it. My question is: How can you con...

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 this, and if so do you have experience with it. Requirements: Open Source or Free Locally Deployable Has the same types of features found...

Start project in CodePlex

How can I start a project in CodePlex.com? ...

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 TeamServer interface is driving me crazy, and I'd really like a simple way of syncing my svn repos with CodePlex via there new SVN interface. sv...

Alternative to Html.Button<T>?

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 write the JavaScript in the onClickMethod argument. In my previous project I just snagged t...

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 "dissecting" one of the open source projects available at CodePlex or Google code. In order to avoid picking up some bad habits without knowing it,...

Which are the bare minimum source files that I should upload to a CodePlex project?

I'm looking to revamp an old open source project I've started a couple of months ago. I'm a tidiness fanatic, I really try hard to "code like a girl" whenever I can. That's why I've been policing my code with StyleCop, which makes me really happy. Now for some reason I've got the feeling that I've uploaded a pile of junk back then with t...

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 the same solution. Looks like Visual Studio can't be connected to many TF Servers at the same time. What's the best way to deal with that? ...

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. Update: I know I can just remove and change them via the commandline/utility, and readd them, but that would lose history. Perhaps there ...

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

Hello, 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. is there one? Thanks ...

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 something like a tabbed control 3) Move layers up/down the stack 4) Change opacity for layers Now I know all of the above is possible in Xam...

What's the closest OSS license on CodePlex to the CodeProject license?

There's some code on CodeProject that's already OSS under the CodeProject license. I've contacted the author several times on his blog, but he's not responding to any request for putting the code on CodePlex (or any email at all). Since it's OSS anyway, I thought I'd do it without his permission (and ofcourse give him all the credit). ...

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

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 because the latter is more social. What problems have you encountered and how good is the support for SVN. How good is the SVN bridge? ...

Displaying images derived from a byte-array dynamically on a page

I'm calling a webservice that is returning an unknown quantity of images in the form of an a collection of byte arrays. (I can't change this) I need to display each image on a single aspx webpage. I'm currently using the Microsoft.Web.GeneratedImage control; http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16449 to...

Connecting to Team Foundation Server (TFS) with proxy authentication

Yesterday I created a new project in Codeplex. I created a connection from Visual Studio to the TFS server I was assigned and uploaded my solution successfully. Today I'm trying to connect again to the Codeplex TFS server to work on the solution. When I try to open it, I get the error: Team Foundation Server https://tfs06.codeplex....

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 project, and the two don't mix :-(. But my dear departed dad used to tell me that the difference between a clever man and a wise man is that the...

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 everything I know I've learned from documentation and sites like this. I'd like to have some more advanced tracking systems like a bug ticketing ...

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 feeling this should be CW (I've never created a CW topic), but I'll let someone with more SO experience make that call. Summary: Does "op...

Codeplex SVN $Author$ Property problem

Hi I'm trying to setup a codeplex project, but I can't make the $Author$ property for the commit to work. Both $Author$ and $LastChangedBy$ returns "unknown" when committing to CodePlex. I enabled the property though AnkhSvn in Visual Studio 2008. Any idea if it's something I can fix myself, or is it a bug with the TFS bridge? ...