Just some common issues with WS:
Using custom objects: When objects change, seems you are always fixing some
issue. Update references, which sometimes does not work.
Deployment:
Weird errors which take a while to fix because the error stink:
Forget to set ASP.NET 2.0="Parser Error Message: Could not load
type"
'*.Global' is ambiguous: it could come from assembly=I deleted the
following folders "Bin", "App_Code".
Different OS versions: have different deployment requirements/Security on
the box. (Think It could be easier, It's a public internet exposed service,
or it's a corporate internal service)
Is the WS running? Where is it running? IIS or VS? what is the URL?
Where is the WS folder? Is it virtual?
They slow down VS solutions.
MS keeps changing how everything works together, all the time, making hard
to keep up with. (IIS vs. VS dev server, Security fixes)
Debugging is a pain, also seems you must step into them, to get it working.
Also make sure you have it running first.
There is a lot more: VSS, and others I can't think of now.
WS Just seem to be a pain to maintain...
We have reached the point that we no longer use them unless we need to
interact with other technologies.
We tend to use mostly remoting now.
WCF seems to be better, but still seem it will suffers some of this.
We are currently using VS2005 pro.
Does anyone else have these issues?
Thanks,
Schneider
Using custom objects: When objects change, seems you are always fixing some
issue. Update references, which sometimes does not work.
Deployment:
Weird errors which take a while to fix because the error stink:
Forget to set ASP.NET 2.0="Parser Error Message: Could not load
type"
'*.Global' is ambiguous: it could come from assembly=I deleted the
following folders "Bin", "App_Code".
Different OS versions: have different deployment requirements/Security on
the box. (Think It could be easier, It's a public internet exposed service,
or it's a corporate internal service)
Is the WS running? Where is it running? IIS or VS? what is the URL?
Where is the WS folder? Is it virtual?
They slow down VS solutions.
MS keeps changing how everything works together, all the time, making hard
to keep up with. (IIS vs. VS dev server, Security fixes)
Debugging is a pain, also seems you must step into them, to get it working.
Also make sure you have it running first.
There is a lot more: VSS, and others I can't think of now.
WS Just seem to be a pain to maintain...
We have reached the point that we no longer use them unless we need to
interact with other technologies.
We tend to use mostly remoting now.
WCF seems to be better, but still seem it will suffers some of this.
We are currently using VS2005 pro.
Does anyone else have these issues?
Thanks,
Schneider
Comment