Page 1 of 1

Intellisense not working for non .NET DLLs

PostPosted: July 27th, 2012, 6:35 pm
by blackraven36
I cannot get the libraries to show up in intellisense. For instance if I have a library added to the assembly which has the namespace "utility" then intellisens does not pick up on anything that has "utility" in it. The issue has been posted to stack overflow:

http://stackoverflow.com/questions/11680122/phalanger-c-sharp-dll-assembly-imported-but-cannot-be-called/11691812#11691812

This is with the latest June 2012 release of the Phalanger using the tools for Visual Studio.

Re: Intellisense not working for non .NET DLLs

PostPosted: July 27th, 2012, 8:11 pm
by Jakub Misek
Hi,
thanks for reporting the issue.

There is new version of Phalanger Tools (available as part of July Phalanger setup http://phalanger.codeplex.com/releases/view/91821) that improves this a lot.

How do you reference the assembly? Thru web.config <classLibrary> section or in Visual Studio's project References?