Skip to content

CWDev.SLNTools.Core.Project.FullPath throws ArgumentNullException #4

@mtherien

Description

@mtherien

public string FullPath
{
get { return Path.Combine(Path.GetDirectoryName(m_container.SolutionFullPath), m_relativePath); }

}
 
in some cases, member variable m_container is null.
that's the reason why ArgumentNullException is thrown, when it refers to the m_containers.SolutionFullPath.
 
Even FullPath is not working, RelativePath returns a valid value.
Maybe you can reconstruct a right value of FullPath using the value of RelativePath.

This work item was migrated from CodePlex

CodePlex work item ID: '5219'
Vote count: '1'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions