When I add my vb classes to my C# project in vs 2008 they are readily available to be used in my c# classes. But for some reason 2010 can't see them. I could be missing something simple but i couldn't make it work in the past hour. Any ideas?
+1
A:
Are you sure you had them included with action compile and not just action content?
CSharp and VB use two differnt MSBuild targets file and I've never heard of mixing them in the same project file. Different project types in the same solution - sure, but not what I think you are saying.
Of course it's a strange world so maybe someone will come by and suprise me with something I never thought possible outside of ILMerge after the build.
Christopher Painter
2010-08-25 23:50:28
I meant same solution. I think the problem is that they are not being converted successfully. It skips them in conversion. I am thinking about recreating them in 2010 unless you have a better suggestion. Thanks in advance.
Behrooz Karjooravary
2010-08-26 00:34:23
I don't know your dependencies. Is it possible to put them in solutions by them selves to get the projects updated and then put them back together in the same solution?
Christopher Painter
2010-08-26 01:38:48
Yup, I imported them one by one into a new project. And there was no updating required. Thanks
Behrooz Karjooravary
2010-08-26 21:29:03