You must Sign In to post a response.
  • Category: Visual Studio

    Information about containing class is unavailable

    Why is this warning occurs , " information about containing class is unavailable".
    What to do to resolve this?
  • #766614
    It looks it is a access modifier issue, check if your class file is public
    there are many reason for this error
    - empty constructor
    - ThreadStatic
    - public and private modifires

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #766618
    Hi

    Warning is "information about containing class is unavailable".

    Reasons.

    1.May be Exclude the class in your project.
    2.your class did not recognized from your code.
    3. private to public then you can access anywhere.


    can you share your entire code then we will check and reply soon in your issue.

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments