is Windows-8 can run Webservice that work with FrameWork3.5 ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi
i build my Webservice on FrameWork 3.5 (C# Visual studio 2008)
it work excellent on Windows-7 and XP - and it work excellent if i run Through Visual-Studio.
i try to run on Windows-8 and i got error.
1. i try to setup the Application pool IIS on .NET v2.0 Classic
2. i try to check the .NET framework 3.5 (include .net 2 and 3) on Windows features on/off
the error:
<h4 style="font-size:1.2em; margin:10px 0px 5px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:normal
Detailed Error Information:</h4>
<div id="x_details-left" style="width:319.67999267578125px; float:left; margin-right:17.600000381469727px; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11.199999809265137px; line-height:normal
<table border="0" cellpadding="0" cellspacing="0" style="margin:4px 0px; width:319.20001220703125px; border:none
<tbody>
<tr>
<th style="vertical-align:top; padding:3px 6.37333345413208px 3px 0px; text-align:right; border:none; width:88.82666778564453px
Module</th>
<td style="vertical-align:top; padding:3px 0px; border:none StaticFileModule</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 6.37333345413208px 3px 0px; text-align:right; border:none; width:88.82666778564453px
Notification</th>
<td style="vertical-align:top; padding:3px 0px; border:none ExecuteRequestHandler</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 6.37333345413208px 3px 0px; text-align:right; border:none; width:88.82666778564453px
Handler</th>
<td style="vertical-align:top; padding:3px 0px; border:none StaticFile</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 6.37333345413208px 3px 0px; text-align:right; border:none; width:88.82666778564453px
Error Code</th>
<td style="vertical-align:top; padding:3px 0px; border:none 0x80070032</td>
</tr>
</tbody>
</table>

<div id="x_details-right" style="width:575.4266357421875px; float:left; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11.199999809265137px; line-height:normal
<table border="0" cellpadding="0" cellspacing="0" style="margin:4px 0px; width:575.2000122070313px; border:none
<tbody>
<tr>
<th style="vertical-align:top; padding:3px 11.49333381652832px 3px 0px; text-align:right; border:none; width:102.90666198730469px
Requested URL</th>
<td style="vertical-align:top; padding:3px 0px; border:none http://localhost:80/WS_TEST_SETUP/Service1.asmx</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 11.49333381652832px 3px 0px; text-align:right; border:none; width:102.90666198730469px
Physical Path</th>
<td style="vertical-align:top; padding:3px 0px; border:none C:inetpubwwwrootWS_TEST_SETUPService1.asmx</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 11.49333381652832px 3px 0px; text-align:right; border:none; width:102.90666198730469px
Logon Method</th>
<td style="vertical-align:top; padding:3px 0px; border:none Anonymous</td>
</tr>
<tr>
<th style="vertical-align:top; padding:3px 11.49333381652832px 3px 0px; text-align:right; border:none; width:102.90666198730469px
Logon User</th>
<td style="vertical-align:top; padding:3px 0px; border:none
Anonymous

Before I go back to Windows-7 what i can do ?


</td>
</tr>
</tbody>
</table>


View the full article
 
Back
Top