Newbie Projects and Solutions

  • Thread starter Thread starter Buz Waitz
  • Start date Start date
B

Buz Waitz

Please somebody help! I'm desperately stuck.

I was using VS/VB.Net on my server and was pursuaded to copy the folder to
my lap top to do most of my development there. I was told that I only needed
to copy the folder back to the server to activate my changes.

Well now everything is screwy. When I copy the folder back, I get errors
opening whether I try to open the project from the web within VS, or try to
open the project files from explorer (sln or vbproj). What do I need to do
to get my pointers straightened out again. And after this, am I better off
copying only the aspx and ddl back and forth?

Thanks!!
 
Hi,

You need to have the asp.net app in a virtual directory for
vs.net and vs.net 2003. I would one the vb.net project file instead of the
solution.

http://support.microsoft.com/default.aspx?scid=kb;en-us;172138

Ken
------------------------
Please somebody help! I'm desperately stuck.

I was using VS/VB.Net on my server and was pursuaded to copy the folder to
my lap top to do most of my development there. I was told that I only needed
to copy the folder back to the server to activate my changes.

Well now everything is screwy. When I copy the folder back, I get errors
opening whether I try to open the project from the web within VS, or try to
open the project files from explorer (sln or vbproj). What do I need to do
to get my pointers straightened out again. And after this, am I better off
copying only the aspx and ddl back and forth?

Thanks!!
 
Back
Top