I have a standalone aspx with vb.net backend file. I need to import google api referance in this file. If i put this file in a asp.net application project, the referance gets imported easily by using “add referance”. But when i use a standalone file, the referance cannot be imported.
How can i import this google api referance (or any referance) in an aspx file without having to make a project for it?
imports from google –
Imports Google.GData.Contacts
Imports Google.GData.Client
Imports Google.GData.Extensions
Imports Google.Contacts
Add the following to the top of the ASPX page: