2

I have a website that was built in VB.Net using ASP.NET web forms, now I want to add a Web Api to it and using c#, is it possible? If so how to do it.

I did tried it and getting the message

"No type was found that matches the controller named 'get' "

, so I suspect it may not be possible to mixing languages on Web Api's, but want to confirm.

1
  • Mixing languages within projects is not workable to my knowledge. If the classes are in different assemblies, you should be able to do this though. Commented Jul 8, 2015 at 23:59

1 Answer 1

1

Maybe you need write your csharp method in another project, and using it at your vb.net project.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.