VS 2008 DataGridView Upgrade?

Mar 19, 2011

I have an old VB6 project converted into VB2008 express. It contains a datagrid control called AxMSDataGridLib.AxDataGrid. This is probably legacy control from previous VB versions, am I right?

The application reads data to this grid using ADO and it works most of the time. It is supposed to be read only but I cannot parametrize it correctly and sometimes when I exit the application I get an exception. Now, I seriously lack skills of this IDE and .net framework since I don't know how to get more info about the exception. The exception is just a messagebox saying something like "Key column invalid or not sufficient. Update changed too many columns". This exception comes from this datagrid.

Now, since there's a high probability that this is an old control and I cannot get the exception handled, I was thinking to upgrade it to .net DataGridView. Does anyone know if upgrading this old AxDataGrid to .net DataGridView is possible and how to do it?

I am abit afraid to just delete the old control and replace it with new since the application works and I am not attached to any source control (for reverting changes). Maybe it's possible to make a copy of this project with another name and safely play with it?

View 1 Replies


ADVERTISEMENT

VS 2008 - Upgrade/cleanup

Mar 10, 2011

I've had 2008 express on this PC since it came out -- I basically have ONE important project that now is being troublesome.

Just had an "unhandled exception" and "configuration system failed" -- errors I've never received before and I've just made minor changes to the program.

For one, I was thinking about a fresh install of 2010 express (but remember some real problems when I upgraded from 2005, so ??) be afraid ? very afraid?

ALSO --

What are the mandatory files I need to save in a project folder?

If I delete the bin and obj folders (plus?) and let it write new ones will that sometimes cure some problems?

What is a good way to SAFELY keep all your hard work but get rid of possible clutter and ?

Configuration system failed to initialize --

View 6 Replies

VS 2008 : Graphics Upgrade From Vb6?

Apr 16, 2010

In VB6 I have drawn lines on a picturebox and if I display another form the lines remain (I haven't drawn them in the paint event).In vb2008 doing the same the display is erased when another form is displayed.How can I reproduce the vb6 functionality in vb2008?

View 1 Replies

Upgrade From Express 2008 To Professional?

Oct 27, 2011

i have got the copy of the VS 2008-professional currently i am using & all my projects are in VS-2008 EXPRESS how can i upgrade?

View 4 Replies

Upgrade Path From VB6 (To VS2005Pro, 2008, 2010)?

Jan 20, 2011

I have been using VB6 forever, but I need to to create new app versions for Vista/7, and beyond. My employer bought Visual Studio 2005 Pro a few years back, but i have never opened it.What would be the best upgrade step for me from VB6? Is 2005 adequate, or 2008, or 2010?

We primarily create apps for building and hardware controls, monitoring, logging, and communications. Will be using MySQL in the cloud with apps too.

View 5 Replies

VS 2008 Visual Basic Upgrade Wizard Not Opening?

Oct 11, 2011

I have a Visual Basic 6 program that I would like to update to Visual Basic .NET I am running Windows 7 Professional and have downloaded and installed Microsoft Visual Basic 2008 Express Edition. The problem I have encountered is that when I open my VB6 project file (.vbp) the Upgrade Wizard does not open. Instead, a list of references, objects and forms from my project appear. Is there any other way to run the wizard? Or am I missing something?

View 4 Replies

Reading Text, Line By Line Was VB6 Now Need To Upgrade To Studio 2008?

Aug 13, 2011

I have a couple of VB6 programs which work 100%, however not under W7, so I need to upgrade them to Visual studio 2008 pro which I own a copy of.The VB6 software used to open a file, read in a line of data and process it then save it in a new file, before going on to the next line input.I need to convert this process to VS2008 pro and can't get my head around it..... getting old you see.I also have a few other needs to do with file handling, but I may be able to sort them myself if I get a start with the above problem....

View 17 Replies

VS 2010 Upgrade From 2008 To 2010?

Feb 18, 2012

I have just upgraded to 2010 and i am having a problem with my first conversion. Part of the applications form load which as been converted from 2008 to 2010 is to check if a string in my settings is empty or not (databasepath), if its empty then browse for the file. If the user prsses cancel then it should close the application. This was working fine on 2008 but now it gets to Me.Close, goes to formclosing then comes back to where it was in form load and carrys on until it throws an error further down the code where it shouldnt really get to. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code]...

View 4 Replies

VS 2010 Upgrade From 2008 To 2010 - Now LINQ - IntelliSense Is Not Working For LINQ Stuff

Apr 20, 2010

I just upgraded a project from VB 2008 to VB 2010. Before, the project did not use LINQ. I have started implementing it. So, I have updated the target framework from 2.0 to 3.5, and added a reference to System.Core, and imported the namespace System.LINQ to the entire project and also imported System.Data.LINQ into the form I'm working with (because it was not available in the list for Imported Namespaces in the references tab).

It's not throwing any errors now, but my IntelliSense is not working for LINQ stuff.

For example... I write this:

[CODE]....................

Then, if I type S. on the next line, the IntelliSense doesn't grab what it should for S (Only get Equals, GetHashCode, GetType, ReferenceEquals, and ToString, instead of the options I should get like Count, First, FirstOrDefault, etc...). If I Type S.First. then its the same thing, no IntelliSense that lists the available fields for S, just the standard options (Equals, GetHashCode, GetType, ReferenceEquals, and ToString). I should be seeing my column names in my table when I type S.FirstOrDefault.

So any ideas what is going on? When I type the code, for example, MessageBox.Show(S.FirstOrDefault.FirstName), it works perfectly. But it doesn't change the casing of the text (so it would read s.firstordefault.firstname) and no intellisense while doing it. But no errors. BTW - Everything works perfectly when creating a NEW VS 2010 application, it's just my projects upgraded from Visual Basic 2008 that have this issue.

View 2 Replies

How Is Upgrade To SQL

Feb 13, 2009

I have written an address book and for its database, I used Access to create a .mdb database and store my data programmatically into this .mdb file.However, the problem is that when reading and saving data to this kind of database I have to use Jet 4.0 which is NOT available on 64-bit systems and I have to compile my application as 32-bit in order to run on all systems.I just want to know how is upgrade to SQL?I never used SQL, can I create a stand-alone database file using SQL like Access and create tables/fields so I can modify it programmatically?I also need the database file to be independent and don't need any special requirements to run on target systems, like the .mdb file I've created in Access!

View 1 Replies

.net - VB6 Code Upgrade?

Apr 20, 2012

Possible Duplicate: Best Strategy for moving from VB6 to .NET Conversion tool comparisons for visual basic 6.0 Is there a good tool anyone can recommend to convert a commercial VB6 application into a VB.NET application. I have discovered some free ones and some commercial one's, but can't find any reviews and opinions of developers who have tried and failed or tried and succeeded.

What are the complexities involved? I know that .NET uses managed code and multi threaded apartments etc whereas VB6 is based on COM.

View 4 Replies

NullReferenceException In .NET After Upgrade To 4.0?

Jul 25, 2011

I have a VB.NET solution that I just upgraded. It was originally in .NET 1.1, I upgraded to .NET 2.0 and verified that it would build and run correctly. Then I upgraded from 2.0 to 4.0. It is still building with no errors, but when I try to run I am getting a NullReferenceException in Global.asax.vb. The really weird thing is, the line that is throwing the exception is this:

Dim dt As System.Data.DataTable I am not trying to use the variable, just declare it. Further down a Function is called that returns a DataTable and sets the variable, but I don't even get to that line. It is throwing the NullReferenceException on the Dim line. Has anyone run across this before? Is this some issue with upgrading?

[Code]...

I did a Rebuild Solution before posting. This is a web application and the only files I see in the bin folder are the dll files I am referencing. I'm not sure what else I should clean up.

View 1 Replies

Upgrade With VB6.TwipsToPixelsY

Jan 17, 2011

CODE:

So if VB6.TwipsToPixelsY is no longer any good. What do I use now?

View 7 Replies

Upgrade A .NET 2.0 Website To 3.5?

Sep 14, 2009

My website is VB.NET 2.0. I already opened a it in VS2k8 and told it not to upgrade. Now I want to upgrade, how do I trigger it? All the posts say 'just open it in 2k8 and it will prompt you'. Well I did, and it did, and I didn't want to yet. Now I cant get it to come up.

View 1 Replies

Upgrade My App To Vbulletin?

Oct 9, 2011

I bought a script vbulletin for install it in my forum, now I have a discuzx forum on [url]...forum.php but I don't like this script. I trying to change my app from discuzx to vbulletin, I using this app for send pms to my members. The application is almost finished. only the last thing I need is that I can not fill the message. I still I have no forum installed and I am testing my app with another forum and I can not insert the message.[code]...

View 2 Replies

Upgrade The VB6 Code?

Dec 8, 2008

I'm having trouble upgrading this vb6 code to vb.net.

Code:
Option Explicit
Private Declare Function FloodFill Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crcolor As Long) As Long
Private Type Point

[code]....

View 10 Replies

.net - Upgrade Software From VisualBasic 5 To 8?

Jan 23, 2012

I've given a VisualBasic Software, written in VB5. Now the whole thing should run under Windows 7, so it needs to be converted to VB8 or VB9. It seems that most of the API of VB changed a lot in these years, so for me it seems quite impossible to run just a few code upgrades and everything is fine...

The biggest Problem are Forms. There are a lot of Forms in this Software, which are declared inside .frm files and begin always like this:

[Code]...

It seems for me that this Stuff was generated with an UI-Layouter, so none self written code is in there.Is it possible to run this code in VB8/9 or even rewrite it that VB8/9 understands it? I'm currently very pesimistic and think that the whole software needs to rewritten...

View 1 Replies

.net - Upgrade VB6 To .net NewIndex & OLE1?

Feb 4, 2011

I am trying to get my conversion fixed from a VB6 application over to a VB.net 2010 application. Everything went well but for a few sleeted listbox NewIndex and OLE control.

Below are the trouble lines that could not seem to be converted:

VB6.SetItemData(lstARCurrent, lstARCurrent.NewIndex, (.Fields("approval_s").Value))
OLE1.CreateLink(strFileName)
OLE1.DoVerb(vbOLEOpen)

If anyone has any incite to correct this issue then that would be great as i have not found a way around these errors!

View 1 Replies

Control The Upgrade Through A Program?

Dec 15, 2010

I've written a VB.Net program and it's deployed all across the U.S. When I make changes or bug fixes and want to get a new version out to my clients, I'm wondering if there is an automated way of upgrading the clients. I cannot use Click-Once deployment, I have over 7,000 users and want to control the upgrade through a program. Is there a tool in the toolbox for automating this process?

In VB6, I used the INet control, is there an equivelent to this in .Net?

View 1 Replies

Mdb Error Due To Office Upgrade?

Sep 28, 2011

I have been supporting vb.net application which worked fine with office 2003 but when one of my client upgraded to the office 2007.then we got a error like this after a bit of research ,i found that

"One possibility is that the file is corrupt (Access databases have a tendency to do that -- see

Article #2190 for a way to compact / repair the database through code). A more common reason is that you are trying to connect to an Access 97 database with Access 2000 or better drivers, or vice-versa. Make sure the server has the most recent MDAC (MDAC Download Page) and the most recent JET drivers (see Article #2342). Also, try upgrading your database to a more recent format (Access 2000 or better)."

may be my case is similar.the applicattion is working fine with the other users ,only the user who upgraded to office has got the problem.

View 2 Replies

Resizing Form After Upgrade?

Mar 4, 2011

I have a windows forms program that I upgraded from VB 2005 to VB2010. When the program was on VB 2005 the form would resize to any monitor resolution. But since I upgraded the program to VB 2010 some of my controls are off the screen when I run my program on a 1024 x 768 screen resolution. Why is it doing that?

View 1 Replies

Upgrade 6.0 To Program 2010?

Mar 1, 2012

I have a vb 6.0 program which has .dsr forms. How do I upgrade these forms?

View 2 Replies

Upgrade A Code I Wrote In 6.0 To VB?

Mar 11, 2010

I want to upgrade a code i wrote in vb6.0 to vb.net aw do i go abt it

View 2 Replies

Upgrade And Power Packs?

Nov 16, 2009

I got a new laptop friday, it has windows 7 and its a 64 bit system. I installed visual studio 08. everything was fine until I opened one of my projects.Seems like the powerpacks drawing items no longer exist, there is only a pointer and reort viewer in the group now and all of the items that I have used in the past are keep my app from running.

View 2 Replies

Upgrade From Anoher Table?

Feb 6, 2012

I am trying to update one database table base on another table. all rows are updating but first row is not updating.[code]...

View 2 Replies

Upgrade From Quick Basic On XP?

Nov 12, 2009

I used to write programs in Quick Basic on my XP computer. I now have a Vista (64bit) computer and everybody knows (except me) that those programs won't run on my Vista computer.I want to be able to write single user programs on my Vista computer like I did with my XP computer. Since I'm somewhat familiar with the Quick Basic language, I want to stay in the "Basic" language family. What do I need to have on my Vista computer that would allow me to write and run simple single user programs?

View 4 Replies

Upgrade To Program10 Professional?

Dec 13, 2010

I'm using vb10 express. How do I upgrade to vb 10 pro? I've been to microsofts web site [code]...

View 1 Replies

Upgrade To VS2008/VS2010?

Oct 30, 2009

I have a big application which is really working succesfully written in VB.Net version 2005 I am wanting to upgrade this to VS2008/2010 early next year. All versions used would be the fully paid for versions

I am totally clueless about what this upgrade would entail. I cannot afford to re-write the entire application as it is critical to our business.Can I take my code across without too much hassle? And then slowly "re-write" the code to take full use of the new features. Would i need to attend some sort of "new features" course? Or is the accompanying documentation good enough to get by.

View 5 Replies

Upgrade Wizard In .NET 2010?

May 26, 2010

I know that VS 2003, 2005 and 2008 had the VB6 to VB.NET Upgrade Wizard. Now, on a email list I'm on a said that he cannot open a .vbp file to use the upgrade wizard in VB 2010. Is there no Upgrade Wizard in VB 2010?

View 13 Replies

VS 2010 Upgrade From Vb6 To Vb2010?

Aug 20, 2010

I am upgrading a program from VB6to VB2010.Is there no upgrade wizard for this?When I tried to upgrade to VB2008 I got a message ole_e_cant_bindtosource. Looking online the two suggestions on changing the registry didn't work so I thought I would go straight to VB2010.

View 6 Replies







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