Convert VB 6 Project To VS 2008?
Mar 17, 2010
I am trying to convert an old VB 6 project to VS 2008, but it is giving me the following error:
Quote:
Upgrade failed: Exception occurred: Could not load referenced component:TABCTL32.OCX (1.1.0)You need to install this component before you upgrade the project.It is recommended you install VB6.0, with all referenced components, and ensure the application compiles and runs before upgrading.I don't have VB6.0, so how do I work around this?
The files I am trying to convert are here:
www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=65071&lngWId=1
View 6 Replies
ADVERTISEMENT
Jun 16, 2009
Is there a tool to convert a VB.NET 2005 project to a C# 2008 project. I am trying to convert our project to VS 2008 and mostly port all the vb.NET code in some projects to C# 3.0/3.5.
View 6 Replies
Feb 3, 2011
can we vb.net 2008 to vb.net 2005 if it is possible then how
View 2 Replies
Jun 5, 2011
I'm trying to convert an old vb project from 2008 to 2010. Ive tried using vb 2010's convert wizard aswell as changing the .sln file manually. When i try to convert the project automatically using the wizard it gives me an error saying that the project type is not supported. Does anybody know a solution to converting my 2008 project to 2010?
View 5 Replies
Jun 8, 2010
Is it possible to convert a vb6 project into a vb2010 project?
View 6 Replies
May 5, 2010
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 Replies
Nov 15, 2010
i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
View 3 Replies
May 7, 2010
I'm trying to convert a little project, from VB6 to .NET. The same code, gives 2 different results. I've spend all night, trying to figure it out.
You can see the two codeexamples here (.NET vs VB 6:
[URL]
View 2 Replies
Jul 8, 2009
All my questions in this topic related to asp.net 2.0 While working on some old project when i first opened it Visual studio asked me if i want to convert project from asp.net 2.0 to asp.net 3.5. Is it safe to chose yes ?
If i chosen no in the previous question, how can i later still convert it to asp.net 3.5 ? (Visual studio gave this option in the first place, so i guess it is possible to do later)
View 3 Replies
Mar 17, 2010
Im having some problem to convert my VB6 project to VB.NET I don't understand how this "AddressOf" function should be in VB.NET
[Code]...
View 4 Replies
Jun 21, 2010
I've made a Jeopardy game using VS2010 and I mistakenly made it as a .NET 4.0 project.I am wondering if there is any easy way to convert the project into a .NET 2.0 project so more people will be able to use the program.[URL]
View 3 Replies
Sep 30, 2009
I have c/c++ .net project and i would like to convert into vb.net. Any one got any tutorials or guides that i can follow?
View 2 Replies
Dec 30, 2010
How to convert full C# project to vb.net ?
View 2 Replies
Jun 3, 2012
I'm new to visual basic.
1) Why when I load vb6 files in vb2010 it shows many errors?
2)Hold on tight please here it goes: Removed by Moderator since the question violates our AUP
View 9 Replies
Oct 7, 2010
I have developed one project by using JAVA and swing.Can i convert that project to as .net project?
View 3 Replies
Oct 13, 2011
how i can convert my project into exe program.For your info i am using visual studio 2005 . I have 1 project which i develop using vs 2005 and i want to convert it into exe so that i can run my program at other computer.
View 4 Replies
Feb 27, 2009
How to i compile my web project- a car rental system , using my Visual studio 2008 to accomplish, to be a .exe file?
View 1 Replies
Jun 22, 2010
I want to convert my project into application.But my program is working with the help of SQL Server through LAN.. I converted it as application software.. And It works well in my system only.. If i install and run it in some other system which doesn't have SQL Server,.Net framework, it shows Error.What i do now.
View 7 Replies
Mar 3, 2010
i wish if any one can help me in this:i finished from my project and i want now to conver it to an executable file before it can be used or installed in a workstation.
View 1 Replies
Feb 1, 2012
Which version of Visual studio Do I need to try to pen and conert an old VB6 project (vbp) to a .net ?
My I use Visual Studio 2008 ? (di I need an earlier version?)
View 3 Replies
Mar 7, 2012
I've created program with MS SQL database.I'am using ADO.NET. There is one dataset and lot of adapters and binding sources connected to dataset. My question is, what is the best and fastest way to switch my project to Access database. I know I first must change connection string. Then all declared 'SqlCommands' to 'OleDbCommands' and SqlAdapters' to 'OleDbAdapters' and so on.. I'm interested if anyone had experience with it, give me some advice and tips before i hit with my head to the wall.
View 11 Replies
Feb 9, 2011
how to do this, but I do not get ANY of them. I just want to know how to convert a multi-form project into one EXE file. I have 2 forms, but I want to know if there's a way to have only 1 EXE file.
View 5 Replies
Jan 21, 2011
Let say I had a project contains 10 forms and 10 reports and typed dataset (xsd)I am trying to divide my project forms into dlls, so when the client had a problem or asks for modification in single forms, I had to build the project all over again and the exe size will be large.
in my current project, the exe size is 4.8 MB, and I am working with customers by internet and remoting, so every time I make small changes (change the back color of textbox in one form) I had to rebuild and send the whole 4.8 MB to the customer. And not forgetting the increasing size of the exe with time.I know that converting my project to class library and built it will convert it to dll, so I had to create a second project to manage it.
1 - Can I convert 3 or 4 forms / 10 forms total in my current windows application project to dll?
2- What is the best recommended method to divide the project into smaller entity.
View 19 Replies
Nov 28, 2011
How do i get multiple icons in a project for use with shortcuts OUTSIDE the project..
View 7 Replies
Jun 28, 2009
Is there a way that you can export a file from one project directly into another project?
For example, in one project i have a file called authInvalid.vb and i need to export it into another project?
View 4 Replies
Apr 26, 2009
i'm doing a program, and i'm working with a guy (he's kinda like a teacher) and he's teaching me tiered coding, UI, BLL and DAL.i've been taught to have the UI in one project, and the BLL in another, but they're in the same solution. pretty much i don't know how to declare things from the BLL project in the UI project.
View 1 Replies
Jul 9, 2011
I emptied the recently-viewed projects from the registry but now the project which I'm working on does not appear there even though I've opened it many times. How do I get the project to appear in recently-viewed projects?
View 5 Replies
Mar 22, 2010
I am really new to Visual Studio and VB and I am having trouble closing a single form:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
End Sub
When I use Me.close() associated with this button it closes the entire project and not just the single form can anyone.
View 2 Replies
Dec 20, 2010
Public Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 Replies
Mar 17, 2010
Im having some problem to convert my VB6 project to VB.NET I dont understan how this "addressof" function should be in VB.NET
My VB6 Declare Function MP4_ClientStart Lib "hikclient.dll" (pClientinfo As CLIENT_VIDEOINFO, ByVal abab As Long) As Long
Public Sub ReadDataCallBack(ByVal nPort As Long, pPacketBuffer As Byte, ByVal nPacketSize As Long)
If Not bSaved_DVS Then
[CODE]...
View 3 Replies