Top ".net-1.1" questions

The 1.1 version of the .NET Framework.

.Net Framework 1.1 on IIS 7.5 (Windows 7-64 bit)

I'm in a situation where i will need to get my .Net 1.1 codebase setup in Windows 7, 64 bit machine that has …

.net windows-7 iis-7.5 .net-1.1 worker-process
.NET Framework 1.1 on IIS 7

I have inherited a .NET Framework 1.1 web site that I must host with IIS 7 on Windows Server 2008. I'm having some …

iis-7 .net-1.1 asp.net-1.1
Regex to match a path in C#

I'm new with regular expressions. I need to extract the path from the following lines: XXXX c:\mypath1\test YYYYYYY …

c# regex string parsing .net-1.1
Best tool to decompile a C# .Net 1.1 application

Possible Duplicate: A .net disassembler/decompiler Is there a “free” alternative to .NET Reflector? A good while ago we wrote …

c# .net-1.1 decompiler
textbox value change not being reflected in code behind c#

I am using .NET framework 1.1 with C#. My problem description is given below. I have server side textbox control with …

c# javascript jquery .net-1.1 visual-studio-2003
Asp.net on visual studio .net 2003 web component Issues

I want to run ASP.NET on VS 2003 but it raises an error which says: "Visual studio has detected that …

asp.net iis frameworks .net-1.1
Why is my WebService constructor getting called each time I call a webmethod?

My webservice constructor is getting called each time that I call a webmethod. This is causing some problems with some …

c# asp.net web-services constructor .net-1.1
Visual Studio 2010 + .Net Framework 1.1 + Click Once Deployment

First of all, The Winform application is based on .Net Framework 1.1. I have 1.1 SDK installed but 1.1 is not listed in …

visual-studio clickonce .net-1.1 visual-studio-2010
How to return custom objects with WebServices

[Problem] Having created a shared library that is to be deployed on a server machine and client machine how do …

c# web-services .net-1.1
How can I show the decimal and two places after it when converting an int to double?

Given values such as 123, 1234, and 12345, I need these to be converted into, respectively, 1.23, 12.34, and 123.45 This code, when I enter 123, then 1234, …

c# math compact-framework windows-ce .net-1.1