[RESOLVED] Why i can't edit my program in VB.Net 2005?
Hi...
i have a problem in creating my program.
i am using vb.net 2005.
after i finished some modules in my program, i saved it.
and the other day, when I'm going to continue my work,
i can't be able to edit it. when i run it, the additional features that i created were not found. but, after running my program, i can see my added features in the form. i don't know what to do, because i am not familiar in vb.net, i am just a beginner using it. i hope anyone can help me.. thank you in advance... :)
Re: Why i can't edit my program in VB.Net 2005?
A little more detail, what are these 'additional features' you created?
Re: Why i can't edit my program in VB.Net 2005?
Maybe easier if you removed any exe's from your solution and zipped it up and attached it for us to check.
Re: Why i can't edit my program in VB.Net 2005?
for example i add a new button in form1, i saved it. but when i run my program, i can't see the added button.... :( i can't attach my file because it exceeds in 500kb...
Re: Why i can't edit my program in VB.Net 2005?
Quote:
Originally Posted by kaye
for example i add a new button in form1, i saved it. but when i run my program, i can't see the added button.... :( i can't attach my file because it exceeds in 500kb...
Are there any errors showing in the error list when you run the program? If so, you need to correct those before the IDE will compile your code, otherwise it'll simply run the last successful compile and you'll never see your changes cause it wont compile till the errors are fixed.
Re: Why i can't edit my program in VB.Net 2005?
Does this happen with new projects you create too?
Re: Why i can't edit my program in VB.Net 2005?
there's no error when i run the program. it happens twice.. the last program I've created, i can't edit my work.. and the second time i decided to start again from the beginning, i use also vbnet2005.. at first i can edit.. but after 5days, i can't edit again.. :(
Re: Why i can't edit my program in VB.Net 2005?
Open the your project folder in Windows Explorer and delete the 'bin' folder, then run your project again. What happens?
Re: Why i can't edit my program in VB.Net 2005?
the same things happen.... i can't edit my work... even thou i deleted the bin....
Re: Why i can't edit my program in VB.Net 2005?
Quote:
Originally Posted by kaye
the same things happen.... i can't edit my work... even thou i deleted the bin....
But you can run the project?
Re: Why i can't edit my program in VB.Net 2005?
Make sure your task manager process list doesnt have WindowsApplication1.vshost.exe" still running or when the compile tries to run it may use the one already running
Also, try running the exe directly from the bin folder and see if the changes apply.
Re: Why i can't edit my program in VB.Net 2005?
the program still runs, even thou i deleted the bin...
i do everything you tell me...
but nothings change...
I've decided to repeat my work again, from the very start...
thank you guys for your help... I REALLY APPRECIATE IT...
i hope you will help me again in case I'll have my problem again... :D
God Bless everyone...