Scottintexas
Well-known member
I opened a legacy VB program in Visual Studio that I have been maintaining for years. I was hit with a dialog box that said .Net 4.2 was no longer supported and I had to upgrade to 4.7. No way to just say no or postpone. Either accept or exit. I had to work on it so I accepted. After clearing over 400 errors it still wont compile. It lost track of namespaces, and most importantly, the Web Services. I have a Service Reference That has a folder called LimsAppService. In this folder are 37 files. But the don't show up in the solution explorer under the folder name like they do in an ancient copy of the code I found on a network file share. There is also a Web References Folder with two sub folders and none of the files that should be listed are there either. I have tried to go to the Project properties ->References ->LimsAppService Update. It went through the motions of updating, but nothing in the solution changed. I checked the vbproj file and there are a lot of <None> entries. Changing any of them to <Compile> made no difference. And finally I tried adding the files by using the Add from the context menu, but it doesn't give me an option to add the existing files.
How do I get the references back into the solution so it will compile?
I am not familiar with Web Services or Service references. Until now, they have been there and just worked. Any guidance would be greatly appreciated.
How do I get the references back into the solution so it will compile?
I am not familiar with Web Services or Service references. Until now, they have been there and just worked. Any guidance would be greatly appreciated.