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

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 following error for BOTH versions? API Error…
YodasMyDad
  • 9,248
  • 24
  • 76
  • 121
2
votes
2 answers

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 ?
user310291
  • 36,946
  • 82
  • 271
  • 487
2
votes
1 answer

Why did TypeScript move to GitHub?

TypeScript was hosted on CodePlex for years, but recently moved to GitHub. Is GitHub a technically better, more suitable platform, or is it because CodePlex is Microsoft's page, and a lot less popular because of that? The next version of ASP.Net…
Wtf1sh
  • 137
  • 2
  • 13
2
votes
3 answers

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?
Cheeso
  • 189,189
  • 101
  • 473
  • 713
2
votes
3 answers

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…
Kasper
  • 1,710
  • 2
  • 17
  • 31
2
votes
3 answers

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…
jrummell
  • 42,637
  • 17
  • 112
  • 171
2
votes
2 answers

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 Tortoise-Hg and I gave the source as…
diyoda_
  • 5,274
  • 8
  • 57
  • 89
2
votes
1 answer

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 wlanConnectionChangeHandler(Wlan.WlanNotificationData notifyData, Wlan.WlanConnectionNotificationData…
user1631605
  • 75
  • 1
  • 9
2
votes
2 answers

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 different background colour. I have added the following code…
Rachel
  • 1,722
  • 8
  • 29
  • 34
2
votes
1 answer

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 ExcelReaderFactory.CreateOpenXmlReader(stream), it output’s an…
Thanushka
  • 1,395
  • 5
  • 25
  • 54
2
votes
3 answers

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 repositories and runs CI's across the code (compile code…
2
votes
1 answer

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 clone the repository on my local computer.…
chronodekar
  • 2,616
  • 6
  • 31
  • 36
2
votes
2 answers

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.
texter
  • 154
  • 1
  • 3
  • 8
1
vote
3 answers

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 do I have a graph branch from default to default?
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
1
vote
1 answer

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). So how can I create a trigger that fires only once…
user1016945
  • 877
  • 3
  • 22
  • 38