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
0 answers

Is there a public URL to view the file content on CodePlex?

My new project is at https://test.codeplex.com . I have checked in a file called test.txt . Is there a public URL that I can download/view the test.txt directly from a web browser ? Previously with Google Code I could always do that with something…
user3480524
  • 35
  • 1
  • 6
0
votes
1 answer

Adding Runtime Intelligence Application Analytics for a library and not an application

I want to add usage statistics for a .NET 4.0 library I write on CodePlex. I try to follow the step described here but my problem lies with the fact that what I write is a library and not an application. One of the steps is put the Setup and…
brickner
  • 6,595
  • 3
  • 41
  • 54
0
votes
1 answer

using both Visual Studio Team Services and Codeplex for repository

I started a utilities project in Visual Studio Team Services where you could have multiple developers on a project, but ended up not needing the extra developers, but still liked the Visual Studio Team Services interfaces. I wanted to be able to…
gcoleman0828
  • 1,541
  • 3
  • 30
  • 49
0
votes
2 answers

How to i use TFS with Visual studio 2010 to simulate multiple users?

i'm using VS2010 with free version of the TFS provided with codeplex. but i'm only working on one PC. i tried to simulate two users by opening two VS and login to TFS from two user names. then when i add a project from source control by file ->…
Phill Greggan
  • 2,234
  • 3
  • 20
  • 33
0
votes
0 answers

Set margin-left in codeplex(Phpword)

I am using Codeplex library for converting php/html to docx.. I just want to know how can i add some spaces/tabs/margin before paragraph ( tag) . Here is the sample code i am using: $html_body = ''; $html_body .= $paragraph['opener'] ?…
0
votes
1 answer

ADFS returns an error when sending SAML 2.0 AuthnRequest

I have a signed AuthnRequest, when i send the saml request to the ADFS the following error occurs: Microsoft.IdentityServer.Protocols.Saml.HttpSamlMessageException: MSIS7015: This request does not contain the expected protocol message or…
moran
  • 51
  • 2
  • 9
0
votes
0 answers

C# code does not detect webcam always

I use fallowing library to detect webcam for simple c# application. When it debug works fine and when I try again It give fallowing error. Used reference If somebody has any idea about it please help me to solve it. First get this box and when click…
I_Love_NY
  • 5
  • 1
  • 4
0
votes
1 answer

Share source between VisualStudio.com TFS & Codeplex TFS

I am wanting to use VisualStudio.com to link work-items and user stories to source control check-ins for a current project of mine that is hosted on Codeplex. The project is an open source project and has been hosted on Codeplex for several years.…
0
votes
1 answer

db variable not recognized in GetListForAutocomplete

I am following the tutorial: http://www.codeproject.com/Articles/762959/jQuery-UI-Autocomplete-in-MVC-Selecting-Nested-Ent I blocked at the code public JsonResult GetListForAutocomplete(string term) { Person[] matching =…
carmi
  • 1
  • 1
0
votes
3 answers

error CS1061: 'object' does not contain a definition for PageCount

I migrated the opensurce project http://surveymaster.codeplex.com from MVC 2 to MVC 4 I have the followinng compiling errors now: c:\inetpub\wwwroot\Views\SurveySession\Index.aspx(7,13): error CS1061: 'object' does not contain a definition for…
carni89
  • 1
  • 1
  • 2
0
votes
1 answer

Automapper -cannot resolve the Generic List

Mapper.CreateMap() .ForMember(x => x.ExtensionData, y => y.Ignore()) .ForMember(z => z.ValidPlaces, a=> a.ResolveUsing(typeof(ValidPlaces))); Mapper.AssertConfigurationIsValid(); proxydcObject =…
chugh97
  • 9,602
  • 25
  • 89
  • 136
0
votes
1 answer

How to upgrade codeplex solution with reference to TFS2012 library?

I have downloaded the source code for https://svnbridge.codeplex.com/SourceControl/latest I use the SVNBridge client version. It giving error when I try to perform check-out on a file as: There is an error in XML document (0,0). I guess I need to…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
2 answers

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…
Byron Sommardahl
  • 12,743
  • 15
  • 74
  • 131
0
votes
1 answer

Which are the bare minimum source files that I should upload to a CodePlex project?

I'm looking to revamp an old open source project I've started a couple of months ago. I'm a tidiness fanatic, I really try hard to "code like a girl" whenever I can. That's why I've been policing my code with StyleCop, which makes me really happy.…
Nano Taboada
  • 4,148
  • 11
  • 61
  • 89
0
votes
2 answers

TaskScheduler to access task from a Workgroup machine

I am using the Win32.TaskScheduler to run Windows Scheduled Tasks from my web application as mentioned in this thread. Now the difficulty I am facing is the machine which has the tasks scheduled is not in a network domain. (Since My Computer ->…
Vishnu Y
  • 2,211
  • 4
  • 25
  • 38