Jump to content

facebook API help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
Whenever I try to include facebook.dll in visual studios2008 winFormsProject my visual studio crashes , any idea what the problem is?

#2
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
I just tried it out with VS 2008 pro and had no issues. Which version of the API are you using? I tried out version 3.0 hosted at codepex.com/facebooktoolkit. When does it actually crash? Is it when you are adding the reference to your project or when you actually run through the include statement in your code? I don't know what your issue would be but these would be usefull pieces of info for myself and anyone else who was trying to help you out.

#3
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
yup my version is 3.0 also , when i browse and open the facebook.dll , that is where my visual studio crashes :(

#4
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
Did you add the dll to the \bin\debug folder? thats the only thing that I did that you haven't mentioned. Beyond that I would have to say that it is an error with your VS or something along those lines.

#5
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
I didn't include .dll there , is that the problem?

#6
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
This shouldn't make your VS freeze up. I just tried it with my dll on a completly different physicall drive and nothing went wrong. I think you may be having some VS issues unfortunately. I would try to reinstall your VS next. That is assuming that you already re-downloaded the api and tried again with the new one. If reinstalling the whole VS doesn't fix the issue I would be amazed.

#7
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
I like add the dll file from the .NET FRAMEWORK COMPONENT thingy then when i browse and open the .dll there is where my prog crashes , is there any other way to include it?