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 1006727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:30:25+00:00 2026-05-16T08:30:25+00:00

I created a sample Silverlight Web project and I am getting ‘Access is denied’

  • 0

I created a sample Silverlight Web project

and I am getting ‘Access is denied’ when I do this:

string fileName = "map.gif";
FileInfo fileInfo = new FileInfo(fileName);

How can I give the web project access to this folder/file?

I added the image into my project, really drawing a blank here….

  • 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-16T08:30:25+00:00Added an answer on May 16, 2026 at 8:30 am

    You don’t access files you’ve placed in the project using the FileInfo object. Instead you create a Uri to access it.

    Its not clear from your question which project you’ve place the file in. If you have placed it in the Silverlight project then it ought to end up as content in the Xap. In which case you can acquire StreamResourceInfo for it using:-

    StreamResourceInfo gifContentInfo = Application.GetResourceStream(new Uri("map.gif", UriKind.Relative));
    

    Now you can get to the file content with:-

    Stream gifStream = gifContentInfo.Stream;
    

    On the other hand if you have placed the file in the web project it will be a standard static file in the web site. Hence you will need to do the typical WebClient download to fetch it.

    I take it you are going to this trouble because its a Gif file; you are aware that they are not supported as an image.

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

Sidebar

Related Questions

I have created a sample silverlight application and trying to populated DataGrid with Data
In our Silverlight 2 project we have created an attached property to perform on-the-fly
I created a simple Sharepoint web part which hosts a silverlight application. I created
I created simple Silverlight Application using the web site host of the VS2010 (
I'm very new to web development; but I've created a webpage/game in Silverlight. I'm
I have developed a simple Silverlight control. I created this by using the Silverlight
I couldn't get this to work in Silverlight, so I created two test projects.
I'm new to silverlight and wpf programming I've just created a simple storyboard in
I created sample rails app and deployed into heroku. Rails version is 3.1.3 Ruby
I wanted to learn something about Spring and Maven, so I created sample Maven

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.