Hi,
Is EnvDTE.DTE thread safe? I'm accessing the solution and project data from another thread using dte.Solution.Projects and want to be sure it isn't going to cause problems.
note: by 'another thread' I mean a different thread from the solution/project changed callbacks that I get from the package.
thanks,
Stewart.