Error on windows 2008 Server object error ‘ASP 0177 : 800401f3′ Server.CreateObject Failed 800401f3 Solution the ASPMail component is NOT supported on Windows 2008 You will need to use the System.Net.Mail Component for .net. I pasted some sample code to get you started below. Please be advised that this sample will need to be modified [...]
Error: This collection already contains an address with the scheme HTTP I wont go into much detail about this topic as I am fairly new to it also .. lol The WCF service does not work within a shared environment without patching your application some. By default the application is retrieving the baseheader binded to [...]
Error: Parser Error Message: Could not load file or assembly ‘MySql.Data, solution : First ensure the mysql.data dll is loaded into the /bin folder under your web root. If you have admin rights to the server you can place this dll in c:\windows\assembly You will also need to verify the version you are calling in [...]
If you encounter a error stating the server could not load System.Web.Extensions or another dll on the server. it normally means the server does not have the dll installed. They can be copied from your local pc to the server and placed into the bin folder for your application. The dos command to perform this [...]
Reference svcmap specified argument was out of the range of valid values this error occurs after deploying a WCF Service to IIS 6 which was referenced from Visual Studio 2008 with .NET Framework 3.5 SP1 and works perfectly in the local development environment. The server is a Windows Server 2003 with .NET Framework 3.5 without the [...]