Jump to content

Program Error

- - - - -

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

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Hello

I do not know too much about programming but am learning. My friend sent me Visual Basic .NET program he made.

I get this error “application failed to inialize properly”

Does anyone know why?

#2
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
You probably don't have the .NET Framework installed. Since I don't know if it's .NET 1.1 or 2.0, here's the links to both:
http://www.microsoft...&displaylang=en
http://www.microsoft...&displaylang=en

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I was just about to post the same thing. I've seen it before on co-workers trying to run my NET 2.0 applications. Nice error message huh?

#4
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Thank you guys. That was the problem. I did not have 2.0.