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

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 submit the project online...
manueldahmen
  • 71
  • 2
  • 6
1
vote
2 answers

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 SharpCompress library for commercial purpose. Is it right…
olidev
  • 20,058
  • 51
  • 133
  • 197
1
vote
2 answers

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.
mnemonic
  • 1,605
  • 2
  • 17
  • 26
1
vote
0 answers

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 (chp.DialType.Equals("90")) { tempGauge = new…
1
vote
3 answers

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…
GordonBy
  • 3,099
  • 6
  • 31
  • 53
1
vote
3 answers

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 my xaml:…
Jane
  • 81
  • 2
  • 9
1
vote
1 answer

What to do when SVN Checkout stops working

Today, my SVN repository on CodePlex stopped working. Trying to do a fresh checkout, I get the following error: Command: Checkout from https://digger.svn.codeplex.com/svn, revision HEAD, Fully recursive, Externals included Error: PROPFIND of '/svn':…
Adam Kane
  • 3,996
  • 7
  • 44
  • 53
1
vote
1 answer

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 as How to Delete Project, email them? Boy if I…
studgeek
  • 14,272
  • 6
  • 84
  • 96
1
vote
1 answer

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 controls. Do these controls voilate MVC design pattern?.…
Tassadaque
  • 8,129
  • 13
  • 57
  • 89
1
vote
2 answers

Where is the source for RequireHttpsAttribute?

ASP.NET MVC includes the attribute RequireHttpsAttribute to force SSL connections, however in looking at codeplex, the source file for it is nowhere to be found. Am I not looking in the correct place?
dreadwail
  • 15,098
  • 21
  • 65
  • 96
1
vote
1 answer

Downloading email messages with IMAPX

I just started using the open-source library called IMAPX to interact with my IMAP mailbox. I am following this article on CodeProject. I can login properly and retrieve the email folders. But the problem is, the article seems to be incomplete which…
user9404499
1
vote
0 answers

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 guess 'd' is for domain, and 'sn' is for subversion…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
1
vote
1 answer

How to create nettiers templates from compiled code that was generated in nettiers

I have recently inherited a web site application that incorporates layers generated in nettiers. I need to continue to use these layers, but as I develop and update my database design, I need to regenerate these layers. I do not have the templates…
Seanhrt
  • 11
  • 1
1
vote
1 answer

How to Deploy/Publish two projects in ASP.NET MVC with VS (Codeplex: AspNet.Identity.MySQL)

I have created an ASP.NET MVC 5 project with Entity Framework and a MySQL database. In Debug-mode everything works perfectly, but now I would like to publish it to my IIS-Server. The first project in my Solution is AspNet.Identity.MySQL…
Beardy Bear
  • 123
  • 1
  • 11
1
vote
1 answer

Cannot create work item control of type "MultiValueControl"

I have tried to install the latest version of the MultiValueContol for TFS 2015 update 3. I have it working when you are in Visual Studio. You can see the checkbox and it works. If I define the type as MultiValueControl (see test1 below) it works in…
Pat Delaney
  • 117
  • 10