The type or namespace name 'DesktopSession' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Ginez\My Documents\Visual Studio 2010\Projects\mBulkDownloader\mBulkDownloader\Form1.cs 29 9 mBulkDownloader
I also wanted to inform viewers "using System.Web.UI;" is not a default reference it requires you to adding to your reference library.
@mundo2me
All you need to add is the Facebook.dll reference to your project and FacebookWinforms.dll. and the Target Framework is not .net 4 client.
Once you do that, the project will ask to close and reopen. then add reference to the System.Web.
videocode2 1 year ago
I'm currently getting an error,
The type or namespace name 'DesktopSession' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Ginez\My Documents\Visual Studio 2010\Projects\mBulkDownloader\mBulkDownloader\Form1.cs 29 9 mBulkDownloader
I also wanted to inform viewers "using System.Web.UI;" is not a default reference it requires you to adding to your reference library.
mundo2me 1 year ago