Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am writing a C# application which has to use Microsoft.VisualBasic.Collections since it has to work with an existing Visual Basic application. I would like to know if the collection is being filled correctly before I send the infromation to the Basic Application. I cannot access the basic application to put in write functions to display the data so I would like to do this in the C# application. How would I go about doing this?
Posted

Have you added a reference to Microsoft.VisualBasic.dll in your C# project?

Nick
 
Share this answer
 
Yes, I have added the dll to the program.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900