The 1.1 version of the .NET Framework.

learn more… | top users | synonyms

0
votes
0answers
27 views

aspnet 1.1, new Windows 7 dev box, and WebuiValidation.js

I'm moving an old asp.net 1.1 web site to my new Win 7 box. No, I can't upgrade the project right now. Got it installed and running under Visual Studio 2003, but I get the "unable to find script ...
0
votes
2answers
32 views

.Net 1.1 framework Container

I must to use 1.1 .NET version Framework (c#). What can I use as Vector,List (object container)? I saw that is not possible to use List or Vector
-1
votes
0answers
39 views

Why breakpoints doesn't work?

I want insert breakpoints, but i am facing following problem: The breakpoint will not currently be hit. No Symbols have been loaded for this document. (visual studio 2003 - .net1.1)
0
votes
1answer
11 views

IDataReader Issue in .Net 1.1 and .Net 4.0 for Sybase DB

I have a sybase DB which fetches results of a query properly as below... select S.ipoInternalID, clientAccount, clientPrice, clientAccountType, interestOnLoan = ...
2
votes
1answer
124 views

How do I connect an autocomplete to a textbox?

Related to this: jquery doesnt go to error or success I've got an old 1.1 asp.net/vb.net project that I need to add autocomplete to a textbox. I wrote a .asmx (the web service file) as such: ...
0
votes
1answer
96 views

asp:Hyperlink Object reference not set to an instance of an object

For all of my hyperlinks I keep getting this error and not really sure why. I have looked at all of the other questions that are similar but nothing really has helped. Here is the format of the ...
1
vote
1answer
39 views

Upgrading old .Net 1.1 Windows Service to 3.5, do I need to uninstall/new install?

I've upgraded the solution from .Net 1.1 to .Net 3.5 in Visual Studio, and it re-compiles with no errors. The old 1.1 Windows Service is already installed on the Windows Server 2008 R2. Will I need ...
0
votes
2answers
116 views

how to zip stream? [duplicate]

I am reading/writing a stream file in C# (.Net 1.1). My file's size is too large and I want compress that to a zip file and save this zip file. How can I compress my the file?
0
votes
1answer
56 views

IIS ASP.NET 1.1 Application - Server Error Page - Abstraction from User

Currently our application gets the following error page. Server Error in '/' Application This even in case of a custom errors set to RemoteOnly. What is the HTTP Error Code of this error? This ...
0
votes
0answers
79 views

VB.NET 1.1 jQuery AJAX populate dropdownlist

Actually never worked with AJAX up until this point, but found it painless to follow examples for later versions of .NET. However I need to work on an old web app written in VB.NET 1.1 I would like ...
0
votes
0answers
11 views

How Do I Place An Image On A Legacy System.Windows.Forms.MenuItem?

Before you think this is a duplicate. This question has nothing to do with a ContextMenuStrip. This question is regarding the legacy ContextMenu (.NET 1.1). I am using the LEGACY ContextMenu ...
0
votes
2answers
49 views

Empty TextBox1.Text is giving me an error

I'm getting the following error message on my webform: Cast from string "" to type 'Date' is not valid. I'm assuming it's because of this line (but my assumption could be incorrect): ...
0
votes
1answer
42 views

Structure to some sort of .NET Grid (.NET 1.1)

I have the following code: Public Structure SomeRecords Public user_id As Integer Public user_name As String End Structure Sub ButtonClick(ByVal Source As Object, ByVal E As EventArgs) ...
0
votes
3answers
91 views

Can a function return more than 1 row of data?

In my code, I have a function, which returns a single row of data from a database. It returns the data using a Structure so I can return more than 1 data. For example: Public Structure ...
0
votes
3answers
135 views

Checkbox has values of 0 and -1?

I have some checkboxes on my webapp, and a save button. When I click the save button, I save the checked state of the checkboxes to the database. When the checkboxes are not checked, I get 0's in ...
0
votes
0answers
9 views

TFS2010 Deploy Automation Error

Getting 404 0 2 IIS errors when trying to access msdeployagentservice via TFS2010 Build automation. Have identical OS/IIS setup on a different server and able to deploy just fine. Only delta is that ...
1
vote
0answers
93 views

using two .NET 1.1 web services getting server application unavailable with one, other one works

I have a .NET framework 1.1 application that uses two web services, one handles security and the other business functionality. Both were working fine. I made a change to the service responsible for ...
0
votes
2answers
79 views

Can I use a Class Library created in VS2010 .NET 4.0 in a .NET 1.1 project

I have a .NET 1.1 web app developed using VS2003 Ver 7.1.6030, using VB.NET as code behind; I recently created a Class Library in VS2010 .NET 4.0 to add be able to send emails using System.Mail ...
0
votes
2answers
48 views

Unable to detect checkbox state

Anyone know why the following always gives me a 0 even if cbEligibleToJoin is Checked? if (cbEligibleToJoin.Checked = 1) then objSQLCommand.Parameters.Add("@eligible_to_join", SqlDbType.Int, ...
0
votes
0answers
108 views

Debugging .Net 1.1 Applications on Windows Server 2008 R2

I have an old Web application that uses some 3rd party tools that cannot be upgraded to a higher version of .Net 1.1. With that, we recently upgrade our servers to Windows Server 2008 R2. I have ...
-1
votes
1answer
397 views

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 id:= txtFromDate. view state is enabled and its readonly. when page loaded for ...
0
votes
1answer
171 views

Nested Data grid using ASP.Net 1.1 controls

Has anyone worked on creating the Nested Data grids in ASP.Net 1.1? Outer Grid: I would like to have the rows to be expandable. On click of "+" on each row, I would like the inner data grid to be ...
0
votes
0answers
72 views

how to change file access permissions using .net 1.1?

I want to change remote file access permissions using .net 1.1. I know in .net 2.0 onward we can use ` FileSystemAccessRule but i want to achieve this in .net 1.1. For managing remote file ...
0
votes
0answers
113 views

VB project doesn't enter in debug mode after change to release and back to debug

I have a project in VB VS2003 everything work fine until i change it to Release, compile and then back to Debug. Now i can run the project but it doesn't stop on any breakpoint, i had try on different ...
0
votes
1answer
61 views

Does vs2012 support working with Framework 1.1

We have some legacy 2003 Winforms framework 1.1 code i know you can set target framework etc Would there be any other problems or changes so that we could refactor a Winforms 1.1 application ? We ...
0
votes
0answers
75 views

CDATA section not being ignored by the parser

I'm reading some XML files containing CDATA sections. Now, the problem is that the XML parser (in NET 1.1) is giving me the following error: [XmlException: There is an invalid character in the given ...
3
votes
2answers
72 views

IIS 5, Migration from .net 1.1 to .net 2.0?

My client is using IIS 5.0 and .NET 1.1 on their Windows Server which is reaaally old! Just wondering what are the risks of upgrading the server from .NET 1.1 to .NET 2.0? and would IIS 5.0 support ...
1
vote
2answers
173 views

How to rebind datagrid in asp.net 1.1 without postback?

I need to have datagrid(3 columns) to which the values will be added using 3 textboxes and a button(Add) on the same page. If click on Add button the value should append to datagrid without page ...
1
vote
0answers
74 views

Increase SOAP message size in case of a web reference

I have a WCF soap service and a .net 1.1 project. The .net 1.1 project calls the Service (.svc) through a Web Reference. Ideally this should be a service reference but for compatibility issues it has ...
0
votes
1answer
728 views

System.Net.WebException: The request failed with HTTP status 401: Unauthorized

Ok, so I have this .NET 1.1 application (written by someone way back) which is like a document repository and it worked fine in the past. I suddenly get this error when trying to search for ...
0
votes
0answers
86 views

Persisting navigational properties using repository w/ unit of work pattern; Sql implementation of Repository

I have been working on updating a legacy system (.Net 1.1) and I have started by changing a small application to use the repository pattern w/Unit of Work for my Data Access. I've figured out the ...
0
votes
0answers
44 views

WebApi with .NET 1.1 classes

I have a old .NET 1.1 application. We are trying to add WebApi support for the same app. I am trying to make use of the same object models from the existing framework itself. But, I have a problem ...
2
votes
1answer
87 views

Error while running .Net 1.1 Application in visual studio

I get the following message when I try to run a .net 1.1 web application in Visual Studio 2003: Error while trying to run project.Unable to start debugging on the web server. There is no managed ...
0
votes
0answers
109 views

Access DataContract Class at Client Side

How to access data-contract classes from Client Side // Server Side WCF Code : public class WCFService : IWCFService { string serviceUserName = ...
3
votes
0answers
17 views

Accessing the .Net 4.0 Com from .Net 1.1 Project [duplicate]

Possible Duplicate: how to integrate .net library (.dll) from higher version (.net 4) with binaries from lower version (.net 2) I got an old .Net 1.1 dll that i converted it to .Net 4.0. ...
0
votes
1answer
342 views

Visual Studio 2003 Prerequisites on Windows 7

I am trying to install Visual Studio 2003 on Windows 7. We have a web app here that was written in VS2003 that I need to support. When the installation starts it does a prerequisites check and tells ...
0
votes
0answers
385 views

Get Distinct values of a column in a DataTable

I have a datatable with multiple Columns.I want to store a column's distinct values and store it in ArrayList.How to get distinct values? I am using .net 1.1
0
votes
0answers
52 views

ASP.NET 1.1 website Login Page

I have created a login page for my asp.net website with frature of Capcha image. Firstly, i am trying to login on to it with incorrect password, and then try with correct password afterwards, it ...
3
votes
1answer
268 views

Building VS 2003 Solution Using Devenv.com on Build Server With Windows Server 2008 R2

I am trying to build .NET Framework 1.1 solution (VS 2003) on a TFS build server 2008 which is on windows server 2008 R2 machine. I am following the instructions from this website ...
0
votes
2answers
66 views

Logic for getting number of pages

If a page can have 27 items printed on it and number of items can be any positive number then how can I find number of pages if I have number of items, I tried Modulus and division but didn't helped. ...
0
votes
1answer
100 views

Datagrid is not keeping to the correct page

Using .NET 1.1's DataGrid, I have it populated with lots of links and it is displaying 10 links per page. I have pagination enabled in the footer of the DataGrid. If I go to page 10 in the datagrid, ...
2
votes
4answers
139 views

How to tell if record in database was modified by two tasks

Not sure if this belongs on SO or one of their other sites, let me know if I should move it. Here's what I'm working with: Its a very old eCommerce system, which has a table of products. This table ...
-1
votes
1answer
341 views

On Closing of Browser,Call Server Side Function then Display Alert Message

My requirement is when I close the browser, I have to delete a record from DB and if during this deletion process, if any Exception raises then show alert and don't close the browser. My Code is ...
0
votes
0answers
774 views

Could not access CDO.Message object .NET 1.1 Email [closed]

Scenario : In .NET 1.1 I'm trying to send email using System.Web.Mail, but I am unable to get why am i receiving following issue. Could anybody please advice? Code : SmtpMail.SmtpServer = ...
0
votes
3answers
2k views

.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 IIS 7.5. I tried all possible blog posts including: .NET Framework 1.1 on IIS 7, using ...
0
votes
0answers
186 views

How to configure .Net 1.1 code base on IIS 7.5 (Windows 7-64 bit)

I have an old .Net 1.1 application that used to run on Windows XP. I could configure my source code on IIS 5.1 and debug. After a recent move to windows 7 - 64 bit, i don't know how to configure the ...
0
votes
0answers
168 views

How to embed dynamic excel into asp.net web page

I want to embed excel worksheet into the asp.net 1.1 web page and provide excel abilities on the front screen. I will fill the excel on page load event with the data come from oracle db. Is there any ...
0
votes
1answer
211 views

Can I remove multiple items from a DropDownList based on match to partial text

I have a drop down list with contents similar to: City1 City1_SearchCriteria City2 City3 City3_SearchCriteria City4 City4_SearchCriteria I'm wondering if its possible to remove the items in this ...
0
votes
0answers
24 views

How to retrieve all Certificates from Store using .Net 1.1

how to retrieve all Certificates stored in Local/Personal Store using .Net 1.1
0
votes
0answers
164 views

Connect a .net 1.1. App to a .net 4.0 Webservice

I have a .Net 1.1 App (that cannot be upgraded) that needs to connect to a .Net 4.0 Webservice When trying to receive the returned object in the app I recieve an XML error There is an error in XML ...

1 2 3 4 5 6