1 Replies - 1903 Views - Last Post: 21 August 2011 - 09:56 AM Rate Topic: -----

#1 polas   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 59
  • Joined: 12-August 09

vb.net project and apllication do not open form

Posted 21 August 2011 - 08:04 AM

Hi do not know if what has previously been faced with this problem but I can not open my vb.net project and Windows Forms.

Here's what it's written when I try to open the Visual Basic 2008 application.

Posted Image

Unable to read the project file links like mediafire.vbproj
and after that throws the table next project package load failure: (
So I tried to reinstall anything anyway.
And even tried to create a Setup Wizard program is not open.
And one more thing I do not like what I do not know how to create a program installer wizard so that the program is open without any Visual Basic program in 2008 and hidden codes.
Is it possible to do this? If so how to do that ?

Is This A Good Question/Topic? 0
  • +

Replies To: vb.net project and apllication do not open form

#2 Martyr2   User is offline

  • Programming Theoretician
  • member icon

Reputation: 5612
  • View blog
  • Posts: 14,686
  • Joined: 18-April 07

Re: vb.net project and apllication do not open form

Posted 21 August 2011 - 09:56 AM

Are you able to open visual studio 2008 itself without loading a project? If so, one thing you can try is to create a brand new project and import your forms one at a time from the other project and see if any give you problems. Essentially rebuild your project.

Just start a new project and then in your solution explorer window on the right, right click the solution and choose "add existing item" and then go find the .vb form files from the other project and load them in. Then do a build of the new project and see if that gets you running again. :)
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1