Jean
|
| Posted: 06/28/2002, 2:36 PM |
|
Hi,
I was trying to open my CCS project under Vs.NET but I got this error.
Unable to open Web project 'EWM'. The file path "c\programs files\test\EWM"
does not correspond to the URL 'http://localhost:/EWM'. The two need to map
to the same server location. HTTP Error 404: Object Not Found.
Thanks
Jean
|
|
|
 |
Sanddy
|
| Posted: 06/29/2002, 12:41 AM |
|
Seems you are trying to open the *source* project in VS.NET ... that won't
work ...
Go to the directory where you have published the project
i.e. c:\inetpub\wwwroot\ewm and then open the *.csproj file ...That should
work ...
CCS Fan,
Sanddy
|
|
|
 |
Jean
|
| Posted: 07/02/2002, 10:00 PM |
|
I see. If I make changes in VS.NET on this project, how would the changes
be updated on the *source* project ? Sorry, I am really new in CCS and
ASP.NET
Thanks
Jean
"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:afjoas$iso$1@news.codecharge.com...
> Seems you are trying to open the *source* project in VS.NET ... that won't
> work ...
>
> Go to the directory where you have published the project
> i.e. c:\inetpub\wwwroot\ewm and then open the *.csproj file ...That should
> work ...
>
> CCS Fan,
> Sanddy
>
>
|
|
|
 |
Sanddy
|
| Posted: 07/03/2002, 2:06 AM |
|
hi,
Currently, if you make changes in VS.NET .. they won't get propogated back
to CCS automatically...
Although, you could try to copy the modified files in VS.NET .. back the the
source directory and try "Synchronize" button in CCS....
Not sure if this works ..
But then CCS editor is open .. so if the changes are small, you could
directly make them in CCS .. after checking them out in VS.NET ..
Although I do agree there is some effort involved here :)
Regards,
Sanddy
|
|
|
 |
|