webservice is throwing cs1595 error or the aspnet_wp.exe is stopped

  • Thread starter Thread starter René Meinecke
  • Start date Start date
R

René Meinecke

hi there,

i have created a webservice which is running well on the developer computer.
for this i also created a windows installer setup
which also works well on the developer computer, but if i try to install it
on another machine (framework installed)
there comes the error cs1595. i have changed a compiler entry in
machine.config for this and the start page of the
web service is showing, but if i try to test a function, there comes the
message 'server not available' and in the system
event history is an error with event id 1000 'aspnet_wp.exe stopped
unexpectatly'.

maybe some of u had the same errors and knows the answer, it will help me
very much.

thx René
 
Rene,

cs1595 occurs when you are referencing two assemblies and they both have
the same type in the same namespace in them. I would check the references
and try to eliminate this.

Hope this helps.
 
Back
Top