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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:07:48+00:00 2026-06-13T23:07:48+00:00

As in subject I can’t find resolve in context menu of Visual Studio 2010

  • 0

As in subject I can’t find “resolve” in context menu of Visual Studio 2010 Ultimate.
I have seen it in my teacher computer in the internet but I can’t find it in the context menu, look at screen. How to get it?

enter image description 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-06-13T23:07:48+00:00Added an answer on June 13, 2026 at 11:07 pm

    In order for the Resolve menu to show up, you must be positioned over a keyword that VS believes it’s able to resolve. If you’ve mistyped a keyword or don’t have an assembly referenced, VS won’t be able to resolve anything.

    If you think about this a bit, you could type any legal keyword into your code, and there could be an assembly somewhere that might contain that class, and your keyword would then be resolve-able provided you referenced that assembly. Since this is not only impossible for VS to know and would also require project changes in order to reference that assembly, it makes some sense for this to be out of scope with respect to the “Resolve” dialog.

    If you’d like to see this in action, just create a line of code with a missing class in it:

    namespace ResolveTest
    {
        class Program
        {
            static void Main(string[] args)
            {
                OtherClass.OtherMethod();
            }
        }
    }
    

    Notice that OtherClass is flagged because it cannot be found. If you right-click on it, there’s no Resolve.

    Now, add in a class definition (in another namespace):

    namespace NotInTheSameSpace
    {
        public class OtherClass
        {
            public static void OtherMethod()
            {
    
            }
        }
    }
    

    Typically, this will be in another file or another assembly altogether, but for demo purposes, you can drop this right below your existing code. You should now see the “Resolve” menu show up in Main().

    The other thing you’re seeing here, I believe, is that when the “Resolve” dialog doesn’t have anything to resolve, it’s missing from that context menu, rather than being disabled but visible. This might seem a bit confusing, but it’s really an effort to keep the context menu relevant to your current context.

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

Sidebar

Related Questions

I have seen lots on the subject but I can't seem to get this
It appears so, but I can't find any definitive documentation on the subject. What
there seem to be a few posts on this subject but i can't find
I have tried reading the other posts on this subject and can't quite figure
There was a similar subject here Okay. We can find out about user's purchase
I've looked through the threads here on this subject and can't find what I
I can't seem to find any material on the subject. To give a more
Since I can't seem to find any documentation on this subject, is it possible
I've looked at many questions regarding this subject and can not seem to find
How can I send an email with Subject, Attachment, Body, etc. I have looked

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.