codeplex

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. Foolishly, I have then just used copy/paste and manual text editing to merge my changes, expecting that TFS just picks up the changes. Apparantly,...

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, where do I go next? I understand the principles of inversion of control but don't have much knowledge of the specifics of the Unity framework....

MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM? ...

CodePlex license?

Is there any codeplex license that allows some one to use my code any way they want but not to create a program that does the same thing that my programs do? ...

Silverlight Video Player that plays .MP4 & .FLV

I am currently using the Silverlight 2 Video Player to stream videos. I have been very pleased with it but it only seems to stream .WMV files. Does anyone know if there is a good Silverlight video player that will stream other types of video files, especially .MP4 & .FLV? I would be happy to use Silverlight 3 if necessary. EDIT: Beca...

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 VisualSVN so I would like to use that instead. Of course, to get my project using subversion is no problem. The thing is that the projects...

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 newer release available. Wanna download it?" Q: Does anyone know of a common framework that can be used by apps that come from Codeplex proj...

Silverlight opensource projet Codeplex

Is there any good opensource project of silverlight that deals with control gallery? I am looking for some cool control like chart control, line control, buttons etc built in silverlight. ...

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 similar to the MEF-Contrib project in that multiple people will be able to submit items to the project that extend the core application. Now...

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 eventually merge the feature branch back into the trunk as well. But it seems that SvnBridge doesn't support merging! Does anyone have suggestio...

Codeplex MonoDevelop

Does MonoDevelop work with Microsoft's CodePlex using SVN? ...

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 $2}'|sort|uniq which is giving me RNO\_MCLWEB SND\krobertson_cp I created an authors.txt with the SVN_User = UserName <Email> format, but when I ru...

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 build our own site (although a "buy" solution would be welcome), so we're looking for inspiration. Who's done this right? My experience w...

Selecting the correct software licence suited to my needs?

I have a few applications that I will be uploading to CodePlex in the very near future. Anybody is free to look at the source code and use it in their own applications but all I ask is that I am recognised as the original developer of the code and that it cannot be used in any commercial application without my permission. I have looked...

Any website like codeplex for vmware technologies?

Hi, Is there any website like codeplex dedicated for vmware technolgies? (I am sorry if I have posted the question on wrong site) ...

How can I automatically upload a release into Codeplex?

I'm imagining something like msbuild /t:CodeplexRelease which would build, then upload the outputs to the specified Codeplex project. Has anyone done this? ...

What's the best way to put a database-driven app on Codeplex?

I'm primarily an ASP.NET developer and I'm hoping to move a few projects to Codeplex and open them up to the community. Most of my applications are database-driven, so I'm faced with the question of how I should deal with the database. Should I post the schema and expect contributors to build/host their own database? Should I include a d...

Automapper -cannot resolve the Generic List

Mapper.CreateMap<BusinessObject, Proxy.DataContacts.DCObject>() .ForMember(x => x.ExtensionData, y => y.Ignore()) .ForMember(z => z.ValidPlaces, a=> a.ResolveUsing(typeof(ValidPlaces))); Mapper.AssertConfigurationIsValid(); proxydcObject = Mapper.Map<BusinessObject, Proxy.DataContracts.DCObject>(_instanceOfBusinessObject); //thro...

Codeplex - Delete a project

How do I remove/delete a project from Codeplex.com ? I am the owner. ...

How to apply a .patch from codeplex / ajax toolkit

I have obtained the necessary patch for the asyncfileupload control in the codeplex / microsoft ajax control toolkit. However, what i have downloaded is a .patch (AJAXControlToolkit_Issue_Item_#24854.patch), and i cant see any instructions on what im supposed to do from here onwards? Edit: It's only a 13KB file, i can read in plain-tex...