Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Indigo

Hosting a service in IIS

Update your Vista Drivers Update Your Drivers Now!!
 
 
Thread Tools Display Modes
Old 05-10-2006   #1 (permalink)
Arian T. Kulp
Guest


 

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 SpecsSystem Spec
Old 05-11-2006   #2 (permalink)
Jetson
Guest


 

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 SpecsSystem Spec
Old 05-11-2006   #3 (permalink)
Arian T. Kulp
Guest


 

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 SpecsSystem Spec
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Logging onto a hosting service cpanel with vista...HUH!??!?! won't kathidden Vista General 1 02-09-2007 05:01 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51