Hi,
I have split my App_Code folder into two sub folders, CS & VB, for C# and VB Classes respectively. My project complies and everything is great, I can access C# Classes from VB code and vice versa. I know have a requirement for a static class that contains both C# & VB Members. Is it possible to create a partial classes with definitions in both C# & VB? I have tried to do so and have managed to access the partial Class from VB code, but the C# code only recognises the C# Members. I have tried recompiling to no avail.
I'm using Visual Studio 2005 and .NET 2.0. Any help would be greatly appreciated.
Rich