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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:33:19+00:00 2026-05-17T15:33:19+00:00

Instead of writing <@ Import Namespace=Microsoft.SharePoint %> on every view I create I know

  • 0

Instead of writing

<@ Import Namespace="Microsoft.SharePoint" %>

on every view I create I know I can easily just edit my web.config file and add this:

...
<pages>
    <namespaces>
        <add namespace="Microsoft.SharePoint" />
    </namespaces>
</pages>

But this doesn’t seem to work in design time. Visual Studio 2010 is not able to see SPContext unless I add these two lines on top of my view as well:

<%@ Assembly Name="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Import Namespace="Microsoft.SharePoint" %>

So how do I add assemblies globally as well as import namespaces so VS will be able to resolve classes/objects?

  • 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-17T15:33:20+00:00Added an answer on May 17, 2026 at 3:33 pm

    You also need to add the assembly to the <assemblies> section of the <compilation> section under <system.web>:

    <compilation debug="false" targetFramework="4.0">
      <assemblies>
        <add 
          assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
      </assemblies>
    </compilation>
    

    Your targetFramework and debug attribute values may vary according to the framework version you’re targetting and whether you’re debugging or not.

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

Sidebar

Related Questions

Instead of writing a linq query, is there a way I can just do
Instead of writing too many sql statements in each servlet I just want to
People keep telling me instead of writing shift 1 bit to the left, just
I'm just getting started on writing functions instead of writing everything inline. Is this
A friend of mine is programming a web page. Instead of writing any HTML
Instead of writing my ASP.NET C# applications in Visual Studio, I used my favorite
Instead of writing ((x: Double) => (((y: Double) => y*y))(x+x))(3) I would like to
OK, so instead of writing a whole bunch of access control specs, and duplicating
I’m confused about this; instead of writing tweepy codes like- auth=tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access_token_secret)
I am writing an instead of trigger for updates that does some auditing and

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.