Rank: Newbie Groups: Member
Joined: 6/11/2007 Posts: 8
|
I am using Dialog with Delphi 2006
I have it working but when I try to Edit the dialog at design time I get File or assembly name EnvDTE, no found.
I understand that is part of Visual Studio. Is there anyway to get it to install to use with Delphi?
(New to all this)
Thanks,
Ed
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Ed,
Thanks for reporting this issue. This looks like a bug. We will try to fix it and give you an update build as soon as possible.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Ed,
We have posted a new build that fixed this bug. The code uses Visual Studio automation interface to query physical path of the current project, such interface does not exist in Delphi. We have changed the code to cope with this situation and it now prompts the user to enter the project location.
Thanks
|