Re: [ADVANCED-DOTNET] URGENT! IIS only serving partial href-exe files

2002-11-04 Thread Dave Adair
IEExec does not start because the exe is not fully downloaded until I click on the hyperlink enough times that it finishes downloading all the 4k chunks. Why in the world is IIS only serving the exe in chunks instead of all at once?? This has happened on multiple machines. It mostly just happens

Re: [ADVANCED-DOTNET] Oracle Rer Cursors for Orcale Provider .NET

2002-11-04 Thread jeff Hughes
I got the output type issue resolved I had ParameterDirection.ReturnValue for Output. Opps. I have another issue now see below stack trace for Oracle code ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GETMIDTIER' ORA-06550: line 1, column 7: PL/SQL: State

[ADVANCED-DOTNET] Oracle Rer Cursors for Orcale Provider .NET

2002-11-04 Thread jeff Hughes
I got a managed Oracle class working but I am still unable to pull back a ref cursor from oracle. I have a test package built that resembles the code below procedure GetMitTier(cur_getItems OUT cur_MidTier) is Begin open cur_getTimes for select * from midTier end for the ParameterType I a

Re: [ADVANCED-DOTNET] Oracle Connections

2002-11-04 Thread jeff Hughes
Exaclty. I am not using the Oledb provider for Oracle I am using the managed Oracle Provider for .NET. for the Data Source I used the Global name in the TnsNames.ora file and behold it worked. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe t

Re: [ADVANCED-DOTNET] .NET CLR network limit?

2002-11-04 Thread Jason Kaczor
Exactly. If you are hosting "web service" components, or even web projects in IIS/HTTP, you will be limitted to whatever number of IIS/HTTP connections your host operating system allows. So, if you are running Windows Professional (NT4, 2000, XP), you WILL run out of connections. Also, if you ar

Re: [ADVANCED-DOTNET] Extremely slow GC's on NT4

2002-11-04 Thread Graeme Foster
Hi Ben, That's a difference alright, but I don't immediately see how that could be causing the symptoms I'm seeing. As I understand it, your typical Windows application (e.g. my Windows Forms application) will attempt to minimize its working set when it's main window is minimized. So, I tried a c