VS 2010 - Project Form Will Not Compile / Show Up
Nov 23, 2010When press F5 to compile a project, there are no errors or warnings but the form won't show up. What's up?
View 3 RepliesWhen press F5 to compile a project, there are no errors or warnings but the form won't show up. What's up?
View 3 RepliesI have a main form that i show at run-time (Form 1). While Form 1 is showing, I show another small (Form 2) form to provide the user with some additional options to chose from. You can see how I show this second form below in EXAMPLE 1. When the user is done with the second Form, I want to Hide it and return to the first form Form 1. However when the second form is hidden, it does not return me to the first form when I use the Show method for Form 1.
Note I am in development mode as I test this. When the second form hides, the first form stays collapsed at the bottom of my desktop. I can click on it and it will pop up and everything is fine. However, I cannot seem to get pleasing transition from Form 2 to Form 1 using the code in EXAMPLE 2. Note that I do not Hide Form 1 to begin with. I am assuming that this is why the Show method does not work. However I cannot figure out why it collapses in the first place. Is there a Focus property that I need to set for Form 1?
[Code]...
My program has 2 project. One project has parent form, another project has child forms.My program has to get form name as a string from database, and then call the child form depends on the form name.
View 12 RepliesI have a project that I have been working on for about a year. I open it up now and it will not run. I am using sharpdevelop. It is erroring on this line of
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = My.Forms.MainForm
End Sub
Here is the stack trace:
[Code]....
I have a VB6 Project which I need to build in VS2008.
i tried to open vbp file in VS2008, it opened a VB Upgrade Wizard and created a new folder with in my VB6 Project Folder.
At this point I am completely stuck.
Is there anyway to build VB6 in VS2008 or Do we have any free tools to convert VB6 to VB.Net.
i am trying to compile my project into a .exe application. this project has already been compiled already but i made some improvements. i tried build>build solution but the program is not working
View 1 RepliesHow do I get my project the compile an exe file instead of an msi file
View 2 RepliesI'm creating this thread simply because I can't figure out how to compile my .sln file extension project. I've basically created a Win32 application (not cmd.exe dependable) in my current project, but I just can't compile it.I can't really find a compile button?
View 1 RepliesDoes anyone able to advise on abovementioned error? Under Private Sub UserForm_
[Code]...
I have a VB.NET solution (call it S1) which produces a .vb file (say File1.vb) to be compiled and then included in another solution (S2). S2 is a console app which I want to run from a cmd prompt, not VS. My plan is to shell out from S1 to run a batch file to do the compile and then copy the .dll file, overwriting the old one in S2 (then I can run S2 in a separate operation). Here's the batch file for the compile:
View 4 RepliesI got a legacy solution targeting .net framework 2.0. When I open the properties - Compile tab of the VB projects in VS2008 or 2010, the VS always crashes. Other C# legacy projects are working.I am using windows 7 64 bit. (It's working in the xp mode.)
Activity Monitor Log
infos 50
warnings 0
errors 0
# Type Description GUID Hr Source Time
1 Visual Studio Version: 9.0.30729.1 Microsoft Visual Studio 2010/12/22 12:44:57.002
2 Running in User Groups: Administrators Users Microsoft Visual Studio 2010/12/22 12:44:57.004
3 ProductID: 92357-152-0000034-60049 Microsoft Visual Studio 2010/12/22 12:44:57.004
4 Available Drive Space: C: drive has 139105247232 bytes; D: drive has 284777865216 bytes Microsoft Visual Studio 2010/12/22 12:44:57.005
5 Internet Explorer Version: 8.0.7600.16700 Microsoft Visual Studio 2010/12/22 12:44:57.006
6 Microsoft Data Access Version: 6.1.7600.16385 Microsoft Visual Studio 2010/12/22 12:44:57.007
7 .NET Framework Version: 4.0.31106.0 Microsoft Visual Studio 2010/12/22 12:44:57.008
8 MSXML Version: 6.30.7600.16385 Microsoft Visual Studio 2010/12/22 12:44:57.009
9 Loading UI library[code]......
I'm using Visual Studio 2005 (college only has 2005 so..) and I have a very important program to write for college.My problem is, every time I try to compile I get the error: "Error while trying to run project: Could not load file or assembly "Program" or one of its dependencies. The given assembly name or codebase was invalid." We're talking a very simple program - I've only been learning for a few weeks.
View 7 RepliesI'm not sure what happened. I saved my project last night and everything was in working order. I opened it this morning and it's not recognizing a lot of the System methods and functions
MsgBox
Format
FormatCurrency
InputBox
Even the constants like vbTab and vbCrLf aren't appearing. Any suggestions on this? I'm running VS2008 Express Edition.
I have been developing a Visual Basic 2010 .NET GUI based control application that has been growing over the last six months into quite an albatross. Suddenly, I have reached a brick wall where I cannot even edit a text label in the GUI without the following exception at compile time (debug) :
InvalidOperation Exception was unhandled
An error occurred creating the form. See Exception.InnerException for details. The error is: Index and count must refer to a location within the string.
Parameter name: count
This is entirely code independent - it happens if I simply drag a new control onto the GUI without even any code behind it - Once it happens the project is hosed - even if I undo or remove what I did.I have reinstalled VB from scratch on a new computer, and same problem. I am using Windows 7 and this happens with VB Express, Even with a trial version of Visual Studio Ultimate. I am completely stuck.
My team desperately need the Scrum Solution Starter for MS Project 2003: [URL]
To use this add-in it's needed to be compiled however we don't use Visual Basic (only Visual Studio).
I've been passed a solution that has a vb.Net 2.0 project that references to a .Net 3.5 library. The library compiles with out problem but the vb project does not. It complains of missing objects which are in the library which are correctly added in the imports. Also I see a yellow yield sign next to the reference library also when I add the reference it complains of the framework version difference. Any help is apritiated. Also I'm using VS10. Imported the projects with no errors. A colleague has this working on VS9.
View 1 RepliesWhen I try to compile my VB.NET web project, I get an error that reads:[PropertyName] is not a member of '[Namespace.Class]'The class referenced is part of a dll that the project references. The property definitely exists in the referenced class, and its access modifier is Public. What's more, if I update the reference, or just remove it and add it back, the error goes away: the intellisense shows my property -- all is fine.. that is until I try to compile again. Then the error returns. I've even restarted Visual Studio to no avail. What is going on?[UPDATE]After Will's comment, I've changed the namespace to something I am absolutely sure is unique. Now, I am getting more compiler errors of the same genre. The compiler is not recognizing some of the overloads although they are right there in intellisense. Weird!
Dim gis = New MapQuestGeocoder
Dim r = gis.GetResult(address)
originCoord = r.Coordinate
[code].....
Im doing this project but u have a problem. im trying to make it so that when a timer in the first form(form1) ticks a progress bar in the other form goes up by 1.
View 2 RepliesI'm trying to set form size longer, but after building the project form resizing.
View 1 RepliesMy two forms are: form 1: 2 picture boxes (#2 is hidden) form2: 1 button
My code for this button is:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form1.PictureBox2.Visible = True
End Sub
In my program I want to do the same thing, but I'm using MDI forms - for some reason it doesn't work like above. I tried the same as above as appropriate for the new project but it doesn't show the 2nd picture box.
Public Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 RepliesI'm having problems to create a shortcut key to show another form.
For example, If i will click F1 another form will pop up. Kindly check the codes that I used.
Private Sub Form6_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
txtDate.Text = CDate(Date.Today)
End Sub
[Code].....
I'm trying to create a program that will look at a website and check it for updates, similar to an RSS feed. It then will show a dialog (Form2) that will inform the user that there is an update.Form1 is used as the configuration form and is able to be shown via a notify icon in the system tray, which is on Form1.Originally I would have Form1 hidden via Me.Hide() and then run a timer which would check for the updates and call Form2.ShowDialog() when there's an update, I found out however, that if Form1 is hidden, the dialog will not show.
Next I tried not Hiding the form, but instead setting its ShowinTaskbar property to False. At this point the program functions correctly, however when I minimize Form1 it sits in a shrunken window near the task bar... Is there any way to completely hide Form1 (when minimized), and allow Form2 to be shown as a dialog?
For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 RepliesI'm running VS2010, and I'm trying to open (or show) a form from a different project.My solution contains 3 projects: #1-The main program, #2-a custom control DLL, #3-a report generator project.I want to use a menu item click in project #1, to open (Load & show) a form in project #3. I can't figure out how to programmatically get access to the a form in a project #3.
View 3 Repliesi am trying to add an existing form to my project to reuse. From solution explorer Add>>Add Existing Item i select [filename].vb. But i can only see the codes not the dialog items.
View 2 RepliesIs there a shortcut to get to the designview form in a winforms project in visual studio 2010.F7 will take you to code behind class form and shift + F7 will take you to design mode. Is there a shortcut to filename.designer.cs formWhere you have the control definitions, delegates (for click event etc). defined. I go to the form often if I change the name of click event etc.I have to go through solution explorer and click on the file. Is there a shortcut like F7 that opens the designer.cs file?
View 1 RepliesI have made the bad mistake of renaming FORM1 directly on the Solution explorer with the result of me unable to open the form in both designer and code.
The error is:
The Form1.vb does not exist. It may have been renamed, moved or deleted
[Code] Somewhere my system haves a function that returns a DataSet with the books of a certain subject and all the Authors that wrote such books. I need to show the book's attributes in some textboxes inside a Form. I use a BindingSource to display the ISBN, Name and Subject of the books in a textbox, yet I don't know how to display the author name of the book I am currently viewing in a TextBox, taking into account I already fetched the Author into the DataSet.
Its pretty much the Child/Parent display problem somewhere discussed in the codebank, but kinda backwards, the thing is that I;m navigating through the CHILD records here, not the parent, yet i have all the data needed in my Dataset.
I tried to make a menu for my game, but when I placed the code into the form loading event, it wouldn't show. Then I placed a button and moved the code into the button click event and it worked. Thus, I know the code shouldn't be wrong. How can you make the graphics( as in lines, rectangle,etc) show up when it starts up?
View 5 Replies