Home > Archive > Visual Basic > August 2005 > Broken References when uninstalling VB .NET 2003 Project
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Broken References when uninstalling VB .NET 2003 Project
|
|
| Greg G 2005-08-26, 6:55 pm |
| I have a VB6 application that I have converted to Visual Basic .NET 2003
(don't know if this is relevant). I have recently added a setup project to
my solution and successfully created and install application and installed it
on my pc. When I then uninstalled it, I lost many of my references in the
main project. Their path is no longer indicated in the properties, although
they still exist in the obj folder. I tried adding the reference path to the
project common properties reference path, but that did not work.
Please help; I am dead in the water.
Thanks,
--
Greg G
| |
| Greg G 2005-08-29, 6:55 pm |
| Fixed it myself! Figured out that the uninstall must be deleting the
referenced files even though they are needed elsewhere (not good), so all I
did was reinstall the application and the references were put back where they
belonged. Now when I open the development environment, the references are
back.
--
Greg G
"Greg G" wrote:
> I have a VB6 application that I have converted to Visual Basic .NET 2003
> (don't know if this is relevant). I have recently added a setup project to
> my solution and successfully created and install application and installed it
> on my pc. When I then uninstalled it, I lost many of my references in the
> main project. Their path is no longer indicated in the properties, although
> they still exist in the obj folder. I tried adding the reference path to the
> project common properties reference path, but that did not work.
>
> Please help; I am dead in the water.
>
> Thanks,
> --
> Greg G
|
|
|
|
|