Tilak K  created LUCENENET-649:
----------------------------------

             Summary: Reference to type 'DirectoryInfo' claims it is defined in 
'mscorlib', but it could not be found WindowsRuntimeComponent   
                 Key: LUCENENET-649
                 URL: https://issues.apache.org/jira/browse/LUCENENET-649
             Project: Lucene.Net
          Issue Type: Bug
          Components: Lucene.Net Core
    Affects Versions: Lucene.Net 3.0.3
            Reporter: Tilak K 


I am trying to index the content in Windows UWP app and where I am callingĀ 
{code:java}
var directory = FSDirectory.Open(new System.IO.DirectoryInfo(_indexPath));
{code}
And I am getting the following error.
{code:java}
Reference to type 'DirectoryInfo' claims it is defined in 'mscorlib', but it 
could not be found WindowsRuntimeComponent {code}
Any Idea what's causing this issue?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to