Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7493011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:42:13+00:00 2026-05-29T16:42:13+00:00

Situation: One WebApplication, two site collections. Both site collections have the same type and

  • 0

Situation:
One WebApplication, two site collections. Both site collections have the same “type” and data structure. Both collections use a document library with the same structure.

Problem/Question:
I have to implement the ability to copy one document from collection A to collection B. When I try the following…

SPFile destfile = destPageList.RootFolder.Files.Add(sourcePage.File.ServerRelativeUrl, sourcePage.File.OpenBinary());

…I get an cxception that there exists no file with the given URL in this Web. The URL is correct, so I’m wondering why this is happen? Do you have any hints or other ways to solve this issue?

Other Infos:
I’m using VisualStudio 2010, .NET 3.5, Sharepoint2010 Server.

Edit:
I need to achieve this programmatically! A content deployment is (for some reasons) no usable solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T16:42:14+00:00Added an answer on May 29, 2026 at 4:42 pm

    You cannot use Files collection in one web to add file to another web application.
    Instead you should open source file, then open destination site and web and use its Files collection to create new file in destination web. Something like:

    byte[] sourceFileContent = sourcePage.File.OpenBinary();
    using(SPSite site = new SPSite(“http://mysite2”))
    {
        using(SPWeb web = site.OpenWeb(“/”))
        {
            SPList list =
    web.Lists[“My List”];
            list.RootFolder.Files.Add(destFileUrl,
    sourceFileContent);
        }
    }

    BTW, to copy file between sites it is better to use export/import, like described here:
    http://www.spsamples.com/2011/07/moving-sharepoint-list-items-to-archive.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This the situation: I have one webservice without SSL, which provides two pages for
I've one situation where I need to copy part of the data from one
Here is my situation: I have one table that contains a list of drugs
I have the following situation: There is one custom view inside of the first
The situation: I have a pieceofcrapuous laptop. One of the things that make it
Here's the situation I have a webpage which has one drop down called prefer.
I have a situation where I want to copy the output assembly from one
I have a situation very similar to the one in this question: Selective Cache
I am trying to create a situation where one or none of a grouping
I'm attempting to help our network engineers troubleshoot a situation for one of our

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.