Questions tagged [.net-1.1]

The 1.1 version of the .NET Framework. Use for questions specifically related to .NET Framework 1.1. For questions on .NET Framework generally, use the .net tag.

The 1.1 version of the .NET Framework.

Released by Microsoft Corporation
Version Number: 1.1.4322.573
Release Date: 2003-04-01

373 questions
0
votes
1 answer

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 because, we can add it under Custom Errors on InetMgr…
tempidope
  • 823
  • 1
  • 12
  • 29
0
votes
0 answers

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 because I like the look of it in Windows 7. Does anyone…
test
  • 2,589
  • 2
  • 24
  • 52
0
votes
2 answers

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): command.Parameters.Add(New SqlParameter("col3",…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
3 answers

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 structure_name Public column1 as integer Public column2…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
3 answers

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 the database. However, when they are checked, I get…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
2 answers

Zip File .Net Framework 1.1

How Can We Zip A File In .Net Framework 1.1 Without Use Any Third Party Control...
Mitesh
  • 119
  • 1
  • 1
  • 4
0
votes
2 answers

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 SmptClient but when I try to add the reference to my…
0
votes
2 answers

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, 4).Value = ctype(1, integer) else …
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
1 answer

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 populated with certain values based on that row. …
CodeMad
  • 950
  • 2
  • 12
  • 30
0
votes
0 answers

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 access permissions i am mapping network drive using win32…
sagar
  • 1,900
  • 5
  • 30
  • 45
0
votes
0 answers

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 machine and the result is the same, i have try…
cyberdantes
  • 1,342
  • 3
  • 16
  • 28
0
votes
1 answer

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 have some very old Janus custom controls as part of…
HoopSnake
  • 716
  • 1
  • 5
  • 17
0
votes
1 answer

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 encoding. Line 12, position 6.] The error is…
dsp_user
  • 2,061
  • 2
  • 16
  • 23
0
votes
2 answers

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 items/documents: Page: /CPDEPforIT/SearchResults.aspx…
0
votes
2 answers

Finding COM ports

i write a code(vs 2003,ver 1.1) for listing all the com ports available in a system.Now i want to know which of these com ports are connected to a device,and which one is available. i wrote a dll in vc++ and done it. …
karthik