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
2
votes
1 answer

Unable to cast COM object of type 'System.__ComObject' to interface type 'Excel._Workbook'

I'm upgrading a C# dotnet v1.1 application to 3.5 and encountered this error on running under 3.5 for this first time. This is an app that has run happily in production for years, and on my desktop in 1.1, so I'm assuming something's changed in the…
matao
  • 636
  • 3
  • 14
  • 22
2
votes
1 answer

"Any tool to generate Web Service Proxy for .Net 1.1"

I've a WSDL file with links to external XSD's (I've the xsd's as well deployed to the correct relative path as it's reference in WSDL). When I'm trying to generate a proxy with VS 2003 (.Net 1.1 wsdl tool) The proxy didn't get generated. However it…
S M Kamran
  • 4,423
  • 7
  • 25
  • 35
2
votes
3 answers

Prevent use of default constructor on generated web service proxy

I've got a situation where I have several web services that I need to consume. I need the ability to perform custom actions in the constructor of the proxy before any calls are made (assigning the configured URL, assigning the SOAP header, etc.). My…
Joe Enos
  • 39,478
  • 11
  • 80
  • 136
2
votes
2 answers

Is there a plugin for targetting .NET 1.1 with VS 2008?

Is there a plugin for targetting .NET 1.1 with VS 2008?
juan
  • 80,295
  • 52
  • 162
  • 195
2
votes
3 answers

.NET 4.0 framework on same server as .NET 1.1

Can these framework versions work and play well on the same server? Meaning that can IIS support two application pools where one pool is configured with .NET 4.0 and the other with .NET 1.1. EDIT: This question is concerned with IIS 7.
Andy Evans
  • 6,997
  • 18
  • 72
  • 118
2
votes
3 answers

I need a hidden field in an .NET Repeater control.

The catch is this is a .NET 1.0 project and there is no hidden field control... So this is out of the question: I vaguely remember some type of HtmlHiddenInput class that allowed similar…
mmattax
  • 27,172
  • 41
  • 116
  • 149
2
votes
3 answers

some questions on migrating ASP.NET 1.1 application to 3.5

I need to migrate a ASP.NET application from 1.1 to 3.5. I have gone through the answers on this forum already, but still have some questions should I convert the application from 1.1 to 3.5 directly? OR convert it to 2.0 first and then to 3.5 and…
RKP
  • 5,285
  • 22
  • 70
  • 111
2
votes
1 answer

Integrate Moodle and .net 1.1 application to single log on

My situation is, I have a .net 1.1 application to provide enrollment of courses, and some courses are provided by a moodle site. So when the user enrolls a course and he will be provided the URL link to moodle. But moodle requires the user to log on…
Jason
  • 97
  • 2
  • 2
  • 7
2
votes
4 answers

How do I unit test object serialization/deserialization in VB.NET 1.1?

I am looking for example code that provides a unit test to serialize and deserialize an object from a memory stream. I have found examples using C# 2.0, however my current project uses VB.NET 1.1 (don't ask me why...), so the solution can not use…
Technobabble
  • 996
  • 9
  • 25
2
votes
4 answers

How to solve the performance decay of a VB.NET 1.1 application?

I have single-thread windows form application written with VB.NET and targeting Framework 1.1. The software communicates with external boards through a serial interface, and it mainly consist of a state machine that run some tests, driven in a loop…
Drake
  • 8,225
  • 15
  • 71
  • 104
2
votes
3 answers

virtual directories with different .net frameworks

Is it possible to have two virtual directories under the same website in IIS but have the virtual directories be using different versions of the .net framework? For example, under the default website, can I have one virtual directory targeting the…
Chris Conway
  • 16,269
  • 23
  • 96
  • 113
2
votes
3 answers

Can I write an app in the new version of Visual Studio and make it compatible with .NET Framework 1.1

I am a Web developer who spends 99% of his time in Linux, but I need to develop a super simple application with VB or possibly C# (.Net). The only version of Visual Studio I have is the most current free ones. There MIGHT be a copy of 2001 lying…
Chris Kloberdanz
  • 4,436
  • 4
  • 30
  • 31
2
votes
1 answer

Why am I getting "could not find file '\[filename]'"?

With this code: private void menuItem2_Click(object sender, System.EventArgs e) { String xmlFile = "DuckbilledPlatypiGuy.xml"; String uri = "http://192.168.125.50:21608/api/inventory/sendXML/duckbill/platypus/testfyle"; RESTfulMethods rm…
2
votes
4 answers

Best way for cross browser applications

In our organization, we are still on .net 1.1 environment, using javascript, a few open source applications/widgets. Development is done using Visual Studio 2003, grid view, and iframes. Our application works in Internet Explorer 7 and IE 8 (in…
user307872
2
votes
2 answers

Uploading picture to the server using javascript

I'm wondering. Is there any way to upload picture to the server with using javascript(jquery)? And save picture path(name) into database? I'm running Windows platform server in asp .net 1.1. (I'm remaking 10years old web page) There are absolutely…
Fappie.
  • 482
  • 6
  • 18