InfoPath Project: Adding reference to custom dll that is in GAC

G

Gal

I have created custom dll in VS 2003 and added it to GAC.
Now i am trying to add reference to this dll in my InfoPath VS 2003 project,
any idea why Add Component dialog does not let me to select this dll?

thanks
 
A

Andrew Ma [MSFT]

Which DLL are you trying to reference?

--
Andrew J. Ma
Software Test Engineer
Microsoft Office InfoPath
http://blogs.msdn.com/ajma
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
 
G

Gal

ClassLibrary C# project. I can add reference to it w/t any problem when it's not in GAC but in some other directory.
 
Top