0

Does SAS have any examples or templates/wizards that are usable in Visual Studio 2008? I'm trying to explore building custom tasks and I have EGuide installed along with MS-Addin as well. I can open the example projects in VS2008 but I'm missing references. Any ideas? Also, the EG Wizard and Project types aren't installed properly (I manually copied based on my review of the Deploy.vbs file.

Any help or hints would be appreciated...

flag

2 Answers

1

You have to fix the missing references. Add the following references:

C:\Program Files\SAS\EnterpriseGuide\4.2\SAS.AxInterop.EDITORCONTROLLib.dll C:\Program Files\SAS\EnterpriseGuide\4.2\SAS.Interop.EDITORCONTROLLib.dll C:\Program Files\SAS\EnterpriseGuide\4.2\SAS.Shared.AddIns.dll

Which should replace three of the four missing references. The fourth one (SAS.Interop.SAS) is a little trickier. Delete that one and then add the following reference:

C:\Program Files\SAS\SharedFiles\Integration Technologies\SASInterop.dll

Locations could vary depending on your SAS installation, but if you did a standard local install of Enterprise Guide, those files should be in those locations.

link|flag
1

Jay, have you seen the following site: http://support.sas.com/documentation/onlinedoc/guide/customtasks/index.htm. There is some information there that you might find helpful, but all of this is in VS 2003.

link|flag
Right. That's the problem. The issues I've been running into are around using VS2008. – jay.l.stevens Nov 4 at 17:19

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.