Creating a small app in Visual Studio using Visual c#.
I have an SQLExpress Database, and have a datagrid reading the data. But once the user edits a row and updates using the save button, the program DOES say that its been updated,and does show it on the grid, but once i exit the program, the...
I have a set of Access97 DB's that require i join a different workgroup to open. I only have access 2007 on my machine, but cant find a way to join a different workgroup, before, when i used access 97 i just ran the WRKGADMIN.exe to join, but have found no such tools or references in 2007. Im...
Ok thanks for the advice. I learned OOP before i became a VB programmer so i'll suggest that the product is redeveloped rather than upgraded.
Thanks again.
So rather than try to upgrade our application using the Visual Studio wizard, you're suggesting its better to start from scratch?
All we wanted to do was upgrade to VB.NET to take advantage of some of the new features it provides, we thought upgrading with the wizard wouldn't be to bad a...
What kind of info do you need? The full Test of the error is:
Error 59 The "ResolveComReference" task failed unexpectedly.
System.SystemException: The type library importer encountered an error during type verification. Try importing without class members. ---> System.MissingMethodException...
I have also found that the project doesnt build at all, i think its because of a large error that occurs.
"The ResolveComReference Failed Unexpectadly" is the main heading of the error, followed by a huge list of errors.
Anyone have any ideas about this, or is able to point me in the right...
Just started to upgrade our product from VB6 to .NET.
When the wizard has finished its work i can edit any of my forms in .NET.
When i try to open a form it says that there is no editor available, yet when i upgraded a smaller package earlier, i was able to edit the forms perfectly ok.
Any...
Hi folks, we usse a string table int he RES file to hold various titles, headers, button text etc. This was originally added as a way of Internationalisation of the software. We have an excel spreadsheet with the RES data and now we have a translation in another language. How do I get the...
Hi folks,
I have created an App with VB6, created and installation using VSI and all the .dll's etc are included.
This has been installed on three test machines and my own one. The application crashes at quiet random locations, and this happens on all machines, unfortunately i cannot recreate...
Don't worry too much about the *.MSM files at the moment, as for the msowc.dll file, when you double click the message does it show you a file with a red underline? Sometimes it requires the dll to operate but can't find it where it should be. You can add the file manually by right clicking on...
Spoke too soon... I think there is something worse at work here, Noe the error is happening at random, I oculd be using the software for half and hour and it would work ok then, suddenly, it may crash and give no error warning. Then next time it may happen after five minutes, always doing the...
all the dependancies have been included, believe me that was a whole other problem a few months ago, I think i've actually fixed the issue now but still baffled as to why it didn't occur running VB. At some point a userID value is overwritten with a NULL value, when the data collected is added...
The software I code is packaged using Visual Studio Installer and tested. One crazy error is occuring that has baffled myself and the rest of our support team. When we use the software via VB6 no errors occur, yet when we run the software with VB6 closed, the software produces a fatal error and...
Hi folks, I have the following code that keeps throwing the "Invalid Use of NEW keyowrd" error, any ideas. I tried the search function but it seems to be down today.
*Error Here* Set matSpecArray = New XArrayDB
arrayRecordCount = PipAdodc2.Recordset.RecordCount
matSpecArray.ReDim 0...
The problem i'm having is that a table that has it's Yes/No typedata set to True/False in access, when i create a table at run-time can i set the tables format to Yes/No using VB, it's for an updater we send to clients to bring their DB structure up to date with ours. It's essencial that the...
Hi folks, i'm having trouble with VB6 and accesss. I create a new table in VB6 using SQL, into an already created Access DB. All the values in the table are boolean and has no indexing as it is a look-up table, the problem is that I need the boolean values to be formatted to TRUE/FALSE and not...
I have a folder that contains images named pic0001 to pic 0010. I want to put these in an array so they can be accessed one at a time using a scroll bar later on.
What is the easiest way to add the pictures to an array, i tried using a For...Next loop but i'm having problems picking up the...
Hi folks, i'm relatively new to VB6 and i've come across my first hurdle and i can't seem to cross it. We have a VB program here that has a DAO connection to an access database. I have a button that lets a user browse for a particular image wich is then shown in an image control. I can't add...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.