Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

We have a time submittal form that we are working on. He created the initial form and emailed me a copy of the project. For some reason the actual form file is missing or incomplete. The *.vb file is there, but it doesn't have the form icon and the form designer view isn't available. When I look at it on his computer, the frm.vb file has a shortcut icon on it, as though it reverences another location. But there isn't any thing at that physical location. Does anyone know why this may be and how I might look for the actual referenced file. I could recreate it but I'd prefer not to reinvent the wheel.

 

Thank you in advance.

 

Caeanis

  • 2 weeks later...
Posted
We have a time submittal form that we are working on. He created the initial form and emailed me a copy of the project. For some reason the actual form file is missing or incomplete. The *.vb file is there, but it doesn't have the form icon and the form designer view isn't available. When I look at it on his computer, the frm.vb file has a shortcut icon on it, as though it reverences another location. But there isn't any thing at that physical location. Does anyone know why this may be and how I might look for the actual referenced file. I could recreate it but I'd prefer not to reinvent the wheel.

 

Thank you in advance.

 

Caeanis

 

The basic files that define a form are:

 

*.vb

*.Designer.vb

*.resx

 

Just make sure they're all there.

 

Also check your obj folder to make sure that everything is in there, though that shouldn't actually have anything to do with it.. but it couldn't hurt.

 

If not, you can always have him send them over, one at a time and just import *.vb into your project, making sure to put the other files in there.

 

Hope this helps!

 

~Derek

Check out my blog! DevPaper.NET

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...