I’ve got an existing asp.net project written in vb.net. Another person has written a user control in c#.
Could you please let me know the steps for adding that C# user control to the vb.net app?
I’ve tried copying them to the folder and using “Add existing item”, however it doesn’t compile the code behind at all.
Thanks,
Fidel
create a new asp.net user control library project with c#, add C# user control to that project, than in your visual basic project add reference to that library and that’s it 😉