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

Codeplex "Application Runs" by JavaScript

Codeplex offers a feature to display / monitor application runs. There is a sample application for Dotfuscator. Is there a chance to call this service from JavaScript without Dotfuscator?
Horst Walter
  • 13,663
  • 32
  • 126
  • 228
0
votes
0 answers

jQuery Mobile in Windows Phone 7 Browser Control

Did anyone manage to get a jQuery Mobile App running in a Windows Phone 7 Browser Control? I tried the Codeplex Widget Framework but it only showed the first page of the app and even a simple page switch (to an ID) did not work.
j7nn7k
  • 17,995
  • 19
  • 78
  • 88
0
votes
3 answers

Is there a way to check if user has granted a given permission in server-side?

I need to check if user has granted a given permission (for example: publish_stream) in server-side. It seams for client-side exists solution but what I need is for server-side. Any idea please?
Mori
  • 2,484
  • 5
  • 28
  • 45
0
votes
1 answer

Uploading & Video Voting asp.net system

Anyone knows an asp.net voting video sistem? I have searched over codeplex but havent found a thing. any ideas? regards
0
votes
1 answer

Howto access codeplex with svn

the documentation says to find the svn url on the Source Code tab but there is no svn url anywhere to be found. All I see is a Mercurial URL in the popup. Am I missing something? The codeplex project I am looking to connect to is…
Rabbi
  • 4,622
  • 9
  • 35
  • 45
0
votes
2 answers

VS2010 Express with Team Explorer

I'm using VS2010 Express edition and want to connect to codeplex. I downloaded Team Explorer 2010, but am unable to find the Team Explorer view in VS. Is it possible to use team explorer with VS2010 express?
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
1 answer

How to bind mdiContainer children to viewModel property?

I am using CodePlex wpfmdi container for my WPF application. I need to bind MdiContainer's children to a viewModel property. If I do this…
Beqa Latsabidze
  • 212
  • 4
  • 12
0
votes
3 answers

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…
CVertex
  • 17,997
  • 28
  • 94
  • 124
0
votes
1 answer

How to install Codeplex 2017 Sharepoint List Adapter onto SSIS SQL Server 2019 (dev/prod environment)

How do you make Codeplex 2017 SharePoint List adapter work with SQL Server 2019 dev/prod environments, where you run your SSIS jobs? -- The Codeplex adapter was last updated in 2017 and there appears to be no plans of upgrading it. The adapter…
Goku
  • 197
  • 1
  • 7
0
votes
1 answer

TFS Interface like Codeplex?

Quick question, are there any interfaces that can utilise TFS, but provide a UI similar to CodePlex, i.e. browse change sets, provide an overview page, etc? Thanks
StrictlySocial
  • 697
  • 2
  • 10
  • 19
0
votes
3 answers

ASP.NET MVC is opensource but where is the source code?

I read here it is opensource http://weblogs.asp.net/scottgu/archive/2009/04/01/asp-net-mvc-1-0.aspx but I can't find the link to download the source code. Update: ok it's here http://aspnet.codeplex.com/SourceControl/list/changesets but why can't I…
user310291
  • 36,946
  • 82
  • 271
  • 487
0
votes
1 answer

Plotting single X- Axis with two different set of values - Charting - WPF Codeplex

I am plotting a XY graph with two different sets of X and Y values. This is how my dataset looks -> [ X1 = {1,3,5,...}, Y1 = {104, 98, 36,....} and X2 = {2,4,6..}, Y2 = { 76, 65, 110..}]. This is the code I am using: series1.DependentValueBinding =…
0
votes
1 answer

Where did Caliburn.Micro Codeplex discussions go?

A lot of links in SO point to discussions that were in https://caliburnmicro.codeplex.com/discussions (For example this answer https://stackoverflow.com/a/27442704/125400) When CM moved to github, did they migrate any of the discussions?
Kirk Kuykendall
  • 822
  • 1
  • 12
  • 26
0
votes
1 answer

SVN won't let me rename or create a folder with a deleted folder's name

Codeplex's SVN is not allowing me to create/rename folders to the name A. I initially wanted to swap names of two folders (A and B). At the beginning, I renamed A to C then renamed B to A. When I tried to commit, some commits went through, others…
Omar
  • 39,496
  • 45
  • 145
  • 213
0
votes
2 answers

Facebook SDK FQL: Getting profile URL?

I am using fql from facebook and querying user table to get profile_url string facebook_info = Convert.ToString(FacebookAppExtensions.Query(app, "**SELECT profile_url from user where uid=" + facebook_ID**)); facebook_info =…
Bruce
  • 2,133
  • 12
  • 34
  • 52