Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I intigrated face book registration and login functionality in my web site using faceboo.dll and facebookweb.dll for asp .net

I am using vb.net.

When Itried to build or debug the site iam gettin following error and warnings.
Warning	1	Namespace or type specified in the Imports 'Facebook.Session' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.	

Error	2	Type 'Facebook.Rest.Api' is not defined.

When I am using on my web site Functionality is working is fine.

Regards
P.Swaroop Kumar
Posted
Updated 9-Sep-11 4:38am
v2

1 solution

Have a look at this MSDN entry Type '<typename>' is not defined[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900