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
-3
votes
2 answers

how to upload Visual Studio code on codeplex or Git?

I need to upload a visual studio code on git / codeplex . how can i do that? on source code option at codeplex , it is showing fork something ..
Cookie
  • 25
  • 1
  • 10
-3
votes
2 answers

community upload/download site recommendations? (like StackOverflow, but for uploads & downloads instead of Q&A)

Our company wants to offer a "plugin gallery" or "app store" where users of our (packaged enterprise software) product can find, download, and share plugins to our product. I'm assuming we'll have to build our own site (although a "buy" solution…
Justin Grant
  • 44,807
  • 15
  • 124
  • 208
-4
votes
1 answer

"Maximum file size was exceeded" throws by System.Net.FtpClient

I am facing a problem when user uploads a file with size more than 50 MB. FTP code is throwing exception "Maximum file size was exceeded". I have placed code below. if (ftp.IsConnected) { var destPath = Convert.ToString(Session["fullpath"]); …
Varinder
  • 1,780
  • 2
  • 11
  • 18
1 2 3
13
14