문제

Do app code support only to put one kind of file, i mean either c# class or vb class? Because if i put both sort of file and create an object then, application throws error. How can i make App code compatible with both.

도움이 되었습니까?

해결책

Within a single assembly or project you can only have one kind of source code, although you may reference multiple assemblies (of different languages) within the same project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top