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

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é
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top