An open source project hosting website from Microsoft

learn more… | top users | synonyms

0
votes
2answers
12 views

Orchard module not appearing in list of modules

Downloaded the source code for an Orchard module from Codeplex and added using VS2012 to my copy of the Orchard source. When I run the source the new module is not available to enable.
0
votes
1answer
15 views

ASP.net MVC HTML5 Toolkit - support default textbox values?

I stumbled on the ASP.net MVC HTML5 Toolkit and it looks great. However, I don't see any way to include a default value for HTML5 textboxes whereas this is possible using the standard MVC textbox. ...
0
votes
1answer
42 views

CodeProject: Get downloaded Code working [closed]

I am currently trying to use this code from CodeProject SharePoint Document Library so I can use it for Office365, but when i download the source code and try to open it with Visual Studio 2012 tells ...
0
votes
1answer
32 views

Branching in Codeplex hosted TFS

I'm setting up a Codeplex project for the first time using TFS. A team project was created for me with the name of the project, "switchboard". So my original thought was to create a main and a ...
0
votes
1answer
195 views

Cloning using Tortoise-Hg abort in middle[command returned code 255]

I am using Tortoise-Hg for cloning a fork from CodePlex and cloning stops in the middle of the process. I have tried it more than 6 times and it does have a problem. I am using the visual client of ...
0
votes
0answers
187 views

Repository URL unable to connect

I have a problem using codeplex project hosting combined with ankhSVN subversion support for Visual Studio. I am trying to add Solution to Subversion but when i paste URL nothing happens ( i suppose ...
0
votes
0answers
15 views

dynamically loadind Codeplex excel dll and get methods

I am using the excel data reader . But I need to load the dll dynamically and get data from locally saved excel file. Can any one tell how can i accomplish this? Currently I am using the below method. ...
0
votes
0answers
85 views

Data from cell range in ExcelDataReader

I am using the Excel Data Reader from CodePlex shown below. http://exceldatareader.codeplex.com/ I have successfully retrieved the data from Excel File. But I need to know whether it is possible to ...
1
vote
1answer
31 views

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 ...
0
votes
0answers
68 views

toolkit codeplex windowsphone timepicker error string return

The problem is that to get the string that comes from the TimePicker, do a conversion from string to double, to create a DateTime. before: String sHeur = TimePickerHeurIni.Spilt(':')[0]; //sHeur = 23 ...
0
votes
0answers
52 views

Upload code in codeplex

I have a project with sourcecode. It is a visual studio 2010 solution. Now I want to upload the code as a project in codeplex. In codeplex I can create a new project, but can not upload the code. I ...
0
votes
0answers
28 views

CodePlex Projects with NuGet Dependencies

I'm looking to host a CodePlex project that has a dependency on Entity Framework 5 via NuGet under an MIT license. Is there a standard way to host such projects? Specifically, should I include the EF ...
1
vote
1answer
206 views

Managedwifi: Occasionally, WlanConnectionNotification doesn't get fired

I have the following code to listen to the wifi connect/disconnect events using the managedWifi api (http://managedwifi.codeplex.com/) public void ...
0
votes
1answer
114 views

It is possible to use Team Foundation Service with CodePlex?

I do not like limited (by default) team collaboration and agile planning features (no backlog, no board, no user stories, no iterations, etc) in the built-in CodePlex TFS version control. Ideally, I ...
2
votes
1answer
141 views

Move a Github repository to Codeplex and keep them in sync

I have a repository that is on Github and I want to move it to Codeplex. Since I use the Github windows app I am a bit green with the git command line. I want to take all of the existing commits from ...
1
vote
1answer
891 views

How do I create a branch on a TFS/Codeplex hosted project?

Perhaps it's just because I'm not familiar with TFS (I've worked mostly with SVN), but I don't understand how to create a branch on a Codeplex hosted project. I'm using VS2012. In the Source Control ...
0
votes
0answers
40 views

Cant install QuickGraph For Silverlight

Hello I'm trying to install QuickGraph to Silverlight3,4,5 project, and am getting the following Error (this error copied from 'Package Manager Console, VS2010): PM> Install-Package QuickGraph ...
0
votes
1answer
56 views

Fix Mercurial Codeplex repository - always rollback

I try to push my latest changes to a Codeplex repository. However I always do get a rollback (see below). What are my options? I have tried force and debug options, no further details or acceptance ...
0
votes
1answer
87 views

How to clone codeplex code with current changes in tortoiseSVN or tortoiseHG

I want to download the code of nopcommorce with this changes http://nopcommerce.codeplex.com/SourceControl/changeset/f438f188fa4e For get this I am going to clone the code and it's not make clone. ...
0
votes
1answer
85 views

Animating a stackpanel using Artefact

I'm trying to get animation working using Artefact Animator: Artefact on Codeplex The relevant XAML: <Button x:Name="adminButton" Content="Admin Console" ...
-1
votes
2answers
159 views

I can't commit anything to CodePlex with TortoiseSVN

I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly) and TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex ...
0
votes
1answer
82 views

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 ...
0
votes
2answers
383 views

How to Add an Alternating Row Style to WhistlerBlue ListView

I have a ListView styled using the WhistlerBlue.xaml resource dictionary, as downlaoded from Codeplex: WPF DataGrid Themes from Silverlight. I want alternating (odd & even) rows to have a ...
0
votes
1answer
202 views

thoughts about antivirus dll [closed]

Currently i've tried the antivirus dll from this site: http://antivirusscanner.codeplex.com/documentation After installing this package from nuget i ran the code to scan (and clean) a file. I got a ...
1
vote
1answer
135 views

using git to clone a CodePlex project that uses SVN

I have a project hosted in CodePlex, I chose SVN when I created this project. Now I try to use Git to clone this project. I tried: "git svn clone the_url" But it just hangs forever. It did not ask ...
1
vote
1answer
114 views

Is it legally allowed to fork a Codeplex project to a Github account? [closed]

I've been thinking about creating a fork on GitHub of the HtmlAgilityPack project (which is hosted on Codeplex), but I don't know if I'm violating some legal rights. Is it possible?
1
vote
1answer
1k views

Codeplex Excel Data Reader give empty Data set for Excel 2010

I’m using Codeplex Excel Data Reader to read an excel. The problem that I face is It reads Excel 97-2003 documents without any difficulty, but when reading Excel 207-2010 documents using ...
2
votes
1answer
93 views

Is there a tool that can run Continuous Integration across multiple version control systems (Git, Mercurial, TFS, SVN)

I want to know if there is a tool that can run CI's across multiple source code repository systems i.e. Git , Mercurial, TFS, SVN. The idea being that this tool pulls from remote source code ...
4
votes
1answer
238 views

CodePlex TFS Services

I have been thoroughly confused by CodePlex and the TFS services it offers or doesn't offer. I am going to soon begin working on on open source project with a few friends using Visual Studio 2010 ...
0
votes
1answer
482 views

AdventureWorks Sample DB

Could someone please help me with this. I would like to install the AWDB sample database to use with SharePoint 2010 on my Win7 dev system. So SQL 2008 Express. I have tried to download various ...
2
votes
1answer
485 views

How to clone a codeplex mercurial repository behind a proxy?

I am using TortoiseHG version 2.4.2 and with either firefox or internet explorer I can browse the following codeplex project just fine. https://hg.codeplex.com/oxyplot The problem is that I cannot ...
1
vote
1answer
322 views

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 ...
0
votes
0answers
31 views

Is it possible to use Codeplex merely as a “Project Frontend” while hosting Code elsewhere?

Quite some open source projects use SourceForge's built-in tools and webspace for managing their team and presenting their products, while the actual code, and sometimes the downloadable files, too, ...
0
votes
1answer
267 views

PHPEXCEL library takes a long time to load

I use the phpexcel library from codeplex to export a large amount data to an excel file (2007). The problem is that takes much time to be executed... I used the memory cache options and cache dir ...
2
votes
2answers
502 views

Where is the documentation to use the Facebook SDK for Windows Phone?

Hi where is the current documentation to use the Facebook SDK on Windows Phone to authenticate users? I checked Codeplex... but I'm not finding anything.
1
vote
1answer
159 views

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 ...
0
votes
1answer
411 views

WPF pie chart - slices not displayed on the chart

I'm trying to use a WPF pie chart. The problem is that only the last slice remains displayed. I can see that all slices are displayed and immediatly hidden except the last one. Any idea ? ...
1
vote
1answer
545 views

s3.exe: S3 PUT not working when bucket contains hyphens

I'm trying to use s3.exe, a windows CLI for S3 from s3.codeplex.com, to PUT an object. Here is the command I'm running: c:\>s3 put My-Bucket file.txt /key:MYKEY /secret:MYSECRET It returns: ...
1
vote
3answers
64 views

A branch going from default to default branch in Mercurial

I have pulled an incoming changes from a codeplex-based mercurial repository and have arrived at the following branches graph: Last changes were pushed to the repo by me from another machine. Why ...
0
votes
1answer
366 views

Run Task Immediately Microsoft.Win32.TaskScheduler

I'm using Task Scheduler Managed Wrapper from Codeplex and I need to fire task as soon as possible and only once. I don't found any API that could execute created task immediately (I can be wrong). ...
0
votes
2answers
44 views

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 ...
0
votes
2answers
528 views

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 ...
1
vote
2answers
100 views

Mercurial and online sharing - how to proceed

A noob question... i think I use Mercurial for my project on my laptop. How do i submit the project to an online server like codeplex? I'm using tortoisehg and i cant find the upload interface for ...
0
votes
2answers
189 views

open source codeplex library can be used for a commercial purpose?

In our solution, we use SharpCompress library which is licensed under MS-PL, for 7z compression. I wonder when we release a solution (exe) or deliver our source code project containing that ...
1
vote
2answers
219 views

Building LINQ queries

Has anybody evaluated this codeplex project? Are there any limits (or bugs or exceptions) when using queryBuilder.Query? It would save much of my time instead of using other LINQ variants.
7
votes
4answers
439 views

TortoiseSVN error's when pushing to Codeplex

I've been waiting on codeplex for almost 2 weeks w/ no answer. I'm trying to submit a project to codeplex - and I can't push up my source code so I'm now 15 days away from having it deleted off their ...
-1
votes
1answer
234 views

Codeplex sample browser - what UI technology is it?

Codeplex has a strange application for downloading and browsing Windows samples, and I have not been able to understand just what it is: http://1code.codeplex.com/releases/view/64539 When the ...
0
votes
4answers
1k views

C# Interval tree class

I'm looking for an interval tree C# collection class. I need to be able to add intervals, idealy 2D although I think otherwise I could nest two standard (1D) interval trees. I also need to be able ...
2
votes
1answer
517 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 ...
1
vote
0answers
223 views

WPF Codeplex Dashboarding BidirectionalDial

BidirectionalDial tempGauge = new Dial360(); if (chp.DialType.Equals("360")) { tempGauge = new Dial360(); } else if (chp.DialType.Equals("180")) { tempGauge = new Dial180North(); } else if ...

1 2 3