![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Hosting a service in IIS I created a Service.svc file for IIS hosting, but I get a FileNotFoundException: "Could not load file or assembly 'XXX' or one of its dependencies" The XXX, of course, represents the valid DLL name and is correct. The appropriate DLL is in the bin folder. I double-checked the IIS settings for the vdir and there is a * to indicate assemblies in the bin folder. My svc file looks like this: <%@ServiceHost language=c# Debug="true" Service="MyService.Service" %> <%@Assembly Name="MyServiceAssembly" %> I couldn't tell for sure if I should include the assembly in the Service attribute (type comma assembly) or in the Assembly element as shown above. If I move the assembly name to the Service attribute, I get: "The type 'XXX,YYY', provided as the Service attribute value in the ServiceHost directive could not be found." What should I do? Thanks! -Arian |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Hosting a service in IIS I had the same problem, configure your project in VS2005, set the output path to the project at bin\ and not at bin\debug and try again. Greetings. Andrés |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Hosting a service in IIS Thanks for the response! I actually do have the project building to bin\ rather than bin\debug. I realized the problem though. In IIS 7 (this is in Vista) there is a separate option to Create Virtual Directory vs. Create Application. I needed to create a web application. Now all is good! "Jetson" wrote: > I had the same problem, configure your project in VS2005, set the > output path to the project at bin\ and not at bin\debug and try > again. > > Greetings. > > Andrés > > |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| top web hosting service hosting reviews rank | Virtual Server | |||