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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:18:30+00:00 2026-06-13T15:18:30+00:00

Im trying to use this function but getting some errors: public string GetShortcutTargetFile(string shortcutFilename)

  • 0

Im trying to use this function but getting some errors:

public string GetShortcutTargetFile(string shortcutFilename)
        {
            string pathOnly = System.IO.Path.GetDirectoryName(shortcutFilename);
            string filenameOnly = System.IO.Path.GetFileName(shortcutFilename);

            Shell shell = new Shell();
            Folder folder = shell.NameSpace(pathOnly);
            FolderItem folderItem = folder.ParseName(filenameOnly);
            if (folderItem != null)
            {
                Shell32.ShellLinkObject link = (Shell32.ShellLinkObject)folderItem.GetLink;
                return link.Path;
            }

            return string.Empty;
        }

        static void Main(string[] args)
        {
            const string path = @"C:\link to foobar.lnk";
            Console.WriteLine(GetShortcutTargetFile(path));
        }

The first error is on the line :

Shell32.ShellLinkObject link = (Shell32.ShellLinkObject)folderItem.GetLink;

On the right hand of the line (Shell32.ShellLinkObject)folderItem.GetLink
Im getting errors:

Error   2   One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.CSharp.dll and System.Core.dll?

And on the line in the end:

Console.WriteLine(GetShortcutTargetFile(path));

The error is on the: GetShortcutTargetFile(path) the function was static but i removed the static and then i mgetting the error in the last line.

Error   4   An object reference is required for the non-static field, method, or property 'GatherLinks.Form1.GetShortcutTargetFile(string)

How can i fix all the errors and how to get all the shortucts that target files ?

  • 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-13T15:18:31+00:00Added an answer on June 13, 2026 at 3:18 pm

    First error: add a reference to Shell32.dll in your project settings.

    Second error: Where are you placing the two functions? It seems like you are trying to create the functions within a Form. That is why you can not access the “GatherLinks.Form1.GetShortcutTargetFile(string)”.
    Move your code from the main function to the Form loaded event and you will be able to compile 🙂

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

Sidebar

Related Questions

I'm trying to use translation in a custom twig filter like this public function
I am trying to use a function pointer and I am getting this error:
I'm trying to use the function regmatches, in R, but i'm getting an error
I am trying to use this function from a COM API which enables the
I am trying to use preg_replace function to parse this table in a Html
I'm trying to use SendInput() function. I wrote this code: #include <stdio.h> #include <stdlib.h>
I'm trying to use the .Contains() function on a list of custom objects. This
I'm learning C++ and i'm getting some troubles when i'm trying to use a
I'm trying to use a function with PostgreSQL to save some data. Here is
I'm trying to use the Seq.generate_using function but unfortunately, I don't seem to be

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.