VS 2008 Can't Open Projects?

Apr 20, 2009

Slightly odd problem I'm having at the moment, vb.net 2008 was working fine for me until today when it has decided it doesn't want to open any of my projects/solutions anymore. When I click them in recent projects or even navigate to them and try to open them the program attempts to load them and then just stops without returning any error.

View 2 Replies


ADVERTISEMENT

Why Would A .sln File Open As Empty In VB2010Express When It Should Open Referring To Projects Etc

Mar 6, 2012

Why would a .sln solution file open and appear empty in Microsoft Visual Basic 2010 Express - i.e. no windows showing projects and code files etc.When I inspect the file in a text editor, it contains references to vbproj files (which are present) which indicate that it should not appear as empty.No error messages are reported when the file is opened.

View 2 Replies

Can't Open Saved Projects

Jul 24, 2009

After I finish messing around with my projects I open up VB 2008 and try to open them up again and there is so much stuff in the folders I press everything and none of it works?

EDIT: I can debug the program but can not find where to edit the coding and layout?

View 1 Replies

Open Vb6 Projects In Vb 2010?

Apr 6, 2010

I have a few projects that I started in vb6 and would like to continue working on them in vb2010. I looked all over and I can't find an Import feature, like vb2008 had.

I don't have vb2008 so converting from vb6 > vb08 > vb2010 is out of the question. Also, the projects are to big to remake from scratch in vb2010.

View 2 Replies

Open Source Projects Using BDD Testing?

Mar 9, 2011

My team is interesting in understanding BDD better. Are there open source .NET/Java projects which use behavior driven development (BDD)?I would like to focus my attention on static language examples.

View 5 Replies

Tutorials And Projects Open Source For .net?

Apr 19, 2010

New site for vb.net Smell of tutorials and projects open source.

View 1 Replies

VS 2010 Cant Open Projects Created By VB6?

Jun 12, 2010

I was using VB6. Recently I updated to VS2010. Now I cant run my old projects Would you please tell how to run or convert the old VB6 project files to VS2010.

View 4 Replies

Open Source Projects That Employs Linq Within?

Sep 23, 2009

I am on my way of linq learning and would like to see how linq is applied in the real world projects. So is there anyone who can suggest some open source C# and VB projects that employs Linq technology within?

View 4 Replies

C# - .NET Beginner Learn And Where Find Open Source Projects?

Sep 8, 2009

I'm beginner programmer in the amazing world named ".Net".I've a lot of questions

well, what I should learn C# or Vb.net What's the best blogs which talk about .Net technology and Open source projects Where can I find good tutorials, free books and ideas of projects how can I progress in ".Net" please, share your knowledge , your OPML of your favorite blogs or web sites about ".Net "

View 12 Replies

Removing Projects From VB2008 Start Page Recent Projects List?

Mar 15, 2009

Removing projects from VB2008 start page recent projects list. The above list is getting clogged. How do I remove items from this list?

View 3 Replies

VS 2008 : Cannot Paste Between The Two Projects

Jan 13, 2012

I have a class which inherits a picturebox and has an image, it has a few properties etc. In one project i have a lot of these classes with their individual properties set. I would like to be able to copy all of them and their properties into another project for various reasons. But, even though I have an identical class set up and built in the new project, i cannot paste between the two projects.(.net 3.5)

View 9 Replies

Opening VB 2010 Projects In VB 2008?

Sep 20, 2010

or saving VB 2010 project for VB 2008 use

View 2 Replies

Start In Web Application Projects 2008?

Oct 18, 2010

I am in learning stage of .NET. i am assigned a task of doing a web application project in VB.Net 2008.

But iam purely new to it.i did followed few tutorials to create web application from start, but i dint feel easy to learn it.Could u kindly let me know some usefull links to start learning web application? in VB.NET language.

View 2 Replies

VB 2008 Programming Projects For IT Class

May 27, 2010

I have encountered on my project that was due in 2 days ago. I have created a form that will not display correctly. Here is the assignment and what I need to accomplish. Major issue the display bill box.

[Code]...

View 4 Replies

VB 2008 Text Book Projects?

Dec 7, 2009

of the projects in VB 2008 Fourth Edition text book for my college class. I have to build a calculator, a hotel occupancy form.

View 2 Replies

VS 2008 Combining Projects Into A Solution?

Apr 6, 2011

As far as I know , it is possible to combine projects into a solution . So , lets say we have 3 projects . Each project has a starting form , lets call them SF1 , SF2 and SF3 .What I would like to ask you is how can I write code in order to have both the solution and the partial projects , working . You see , the solution (which as far as I know will also be accompanied by a new project) has to have a starting form ; lets call it SF0 .A) First of all I'd like to know how can I call a partial project from the solution itself .B) What code do I have to write in the partial projects in order to keep them running correctly when they are separate (that is not part of the solution) . I am asking this question too , because as I guess , there has to be code in SF1 , SF2 and SF3 (into buttons) that lead back to SF0 , but

View 3 Replies

VS 2008 Deployment/Setup Projects?

Nov 9, 2009

Maybe I'm just searching around for the wrong information, but are there any good tutorials on Deployment or setup projects? I can make the little auto wizard that VS2008 makes for you, but my app needs more custom options. For instance my app will set up SQLserver 2008 and create the tables in it, but I can't find any useful info about how to make a custom setup/msi app.

View 1 Replies

VS 2008 Fast Switching Between Projects?

May 5, 2010

In Netbeans you can have multiple projects open at once. You just click the side bar, click the project, and can jump between them. It's very convenient for when I want to look at some code I wrote on a previous project and apply it to my current one

View 3 Replies

VS 2008 Multiple Projects Into One 'application Mix'

Jun 21, 2009

I have written a few different applications in the past few years, all of which are related in that they help users creating maps/levels for a certain game. I would like to 'bundle' all these applications together, into one application (and will later add more functionality to that). In it's most basic form, it would simply be one single Form with buttons, where each button opens the corresponding application.

[Code]...

View 8 Replies

VS 2008 Sharing A Form Between Two Projects?

Jul 12, 2011

I want to use a form in two project.

I have developed it in one project, I now want to make it available to another project.

I have removed it from the project and moved the .vb & *.resx files to a directory for common modules.

I then go into my project select Add Existing item, select the .vb project and say Add as Link.

But now my form is missing - I just have the code.

I have two classes MyPanel & MyForm. MyForm was first, MyPanel second. It says they should be the other way round. When I swap them I get the message "to add componets to your class, drag them from the toolbox...."

View 1 Replies

VS 2008 Why Use Multiple Projects In One Solution

Dec 8, 2010

I've been doing some lite coding over the last couple years so I'm no where near where a lot of you already are. So my code tends to be organized in the standard beginners format... one project per solution with one executable (*.dll or *.exe). So I have a bit of a "best-practices" question for you... Why use multiple projects in one solution?

[Code]...

View 14 Replies

VS 2008 Combine Setup And Application Projects?

Jun 9, 2010

I need to deploy an application that I have created. I have done this by creating a new setup and deployment project in VS 2008.

My question is- do I need to have these two separate projects or can I somehow combine them into one?

View 3 Replies

Include MS Access Database When Publishing Projects Vb 2008?

Feb 24, 2010

I have a database that works fine when not yet published, I connect this way: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|Network_Info.mdb" But when I publish my project my application can't find my database and I always get an error. Any solution to this matter?

View 4 Replies

VB 2008 Won't Load Previous Projects - Files Have Been Moved?

Sep 28, 2010

I created a visual basic express edition project and when completed pressed Save All. Then proceded to work on another version and saved that one as well, Now the project cannot find the original version which is the only working one. I have all of the projects backec up but they will not load. Where do I have to move the files so Visual basic can find them?

View 1 Replies

VS 2008 Multiple Icons For EXE - Specify One Icon File For Projects?

Apr 28, 2010

I'm sick of my EXE files only looking decent in one view in explorer (ie List or Tiles etc) because I can only figure out how to specify one icon file for my projects so it has to be a specific size and if its too big it looks rubbish at smaller sizes in explorer, and vice versa if its too small. So how can I embed more than one icon file and make it automatically select the correct one to display in explorer depending on the view? I believe you can store more than one icon in an ICO file, so do you have to just combine the various size icons into one ICO and then explorer will automatically select the correct sized on? Or is it something you have to do within the VB project?

View 7 Replies

VS 2008 Solution Compiles All Setup Projects On F5 Debug?

Feb 19, 2009

Just got a little quirk with VS2008 on 1 solution.When i press F5 to debug my solution builds the current project but then insists on building all my setup projects...

This only occurs on 1 of my solutions and it has 20 projects within it.

I've checked startup projects and it has no dependancies and is set to selected project.

EDIT: Right click and debug in new instance works fine

View 2 Replies

What OS's Will Run Projects Compiled With VB Express 2008 Running Under Vista

Nov 12, 2009

What OS's will run projects compiled with VB Express 2008 running under Vista?

View 4 Replies

VS 2008 Published Projects - Get Hold Of The Actual Executable File

Jul 31, 2009

When a project has been published the file that is put in my start menu is an application reference. How do i get hold of the actual executable file so i can post a demo?

View 3 Replies

VS 2008 Open And Close Connection Every Second, Or Keep It Open All The Time??

Oct 21, 2009

In my program, I have a timer with a inteval set to 1000ms. The timer is executing a MySQL-command, and right now I'm opening and closing the connection each time.

View 5 Replies

Open A Table In SQL Server 2008 Table From VB Using ADO Error "Recordset.Open Fatal"

Dec 8, 2009

I am a newbie and am trying to open a table in SQL Server 2008 table from Visual Basic using ADO and its throwing up a weird fatal error. The error message is:'A fatal error has occurred and debugging needs to be terminated. For more details, see the Microsoft Help and Support web site. HRESULT = 0x80131c08. ErrorCode: 0x0' The code I am running at the time is:

[Code]....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved