Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have a project called Boutique Management system
technology: Front End = vb 6.0
Back End = Microsoft Access database
It is working fine in vb 6.0
but when i convert it into vb.net using visual studio 2005 wizard directly
it gets converted but i unable to run it as when i click on form code or design
i get this error
"There is no editor available for 'c:\...\add.vb"
"Make sure the application for the file type (.vb) installed"
can anyone tell me what to do i am new this
thank you
Posted
Comments
Sergey Alexandrovich Kryukov 28-Jun-14 0:17am    
Not enough information. You cannot expect such a different kind of project as VB6 to be converted to .NET smoothly; I never even heard that it happened so easily...
—SA
adi.memon.273 28-Jun-14 3:36am    
there is an option in visula studio to convert it but it is done properly i dont know
why
Sergey Alexandrovich Kryukov 28-Jun-14 19:30pm    
If its was done properly, you would have no problems and did not ask this question. In fact, "properly" is not really defined. The targets are different; some things are homological to each other, some have no correspondence at all...
—SA
adi.memon.273 29-Jun-14 5:58am    
first of all if u dont know there is an option in visual studio 2005 and in newer version also to convert and it is also done automatically when you open any project solution build in visual basic 6.o it shows u a message
"Welcome to visual basic upgrade wizard"
you are attempting to open a visual basic 6.0 project that must be upgraded to viual studio 2005
if u dont know that how i can expect to solve my problem and one advice for you dont fight with peoples to prove yourself genius just calm n answer it like deve kreskowaik given answer below
peoples are here to help each other not just fight and show off you are genius remember it i
Sergey Alexandrovich Kryukov 29-Jun-14 21:41pm    
Your last comments are simply rude and ignorant. You should not blame people with something you have no information on. On this site, we generally consider shifting from technical or theoretical problems to personal unacceptable. The only fighting person here is you.

Also, please be advised that that not "textspeack", not using full spelling with full capitalization and punctuation is considered impolite.

Thank you.
—SA

1 solution

The conversion tool is not perfect and the code it generates is not guaranteed to run. The quality of the code generated depends greatly on the quality of the original VB6 code.

You have to go through the generated code and fix it yourself. Given the information you provided, it's impossible for anyone to tell you what to do to fix it.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Jun-14 19:31pm    
Exactly, a 5.
(Presently, there is a bug in presenting the post score, which I reported. My vote is not shown on this page...)
—SA
adi.memon.273 29-Jun-14 6:12am    
Dave kreshowaik thanx bro for your kind answer
but can you identify by error which specified above
i get this error
"There is no editor available for 'c:\...\add.vb"
"Make sure the application for the file type (.vb) installed"
what can be the problem
i want to explain you what i did
i first open visual studio 2005 and in file menu i click on option project/solution
then i select my vb 6.0 boutique management project solution k
then it shows me massege
"Welcome to visual basic upgrade wizard"
you are attempting to open a visual basic 6.0 project that must be upgraded to visual basic 2005
i click on next next it got over
when i try to open form i got above error
i am not sure i am doing it in right manner or not

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900