PC Review


Reply
Thread Tools Rate Thread

.NET 1.1 exe remains in-use after exit

 
 
SYNC/Anang
Guest
Posts: n/a
 
      30th May 2006
Hello.

I'm testing Vista build 5384. When I run a .NET 1.1 from
a mapped network drive, even after I exit the program,
it remains in-use; prevent me to replace the file or
delete it. I had to release it from remote computer's
administrator tool.

This behavior doesn't occur on .NET 2.0 files. Any idea,
or workaround? Thank you.
--
Anang

 
Reply With Quote
 
 
 
 
Naseru
Guest
Posts: n/a
 
      30th May 2006
Hi,

My hunch is this is both off-topic (maybe try "vista.file_management" or
"vista.general' newsgroups)... and it appears to be a .NET Framework issue.

Memory locking/allocation has changed between .NET 1.x and 2.0, so I would
bet that it is a .NET 1.1 issue (remote-accessing of files).

- naseru

"SYNC/Anang" <y-(E-Mail Removed)> wrote in message
news:0E82312B-2623-4BDE-8BCF-(E-Mail Removed)...
> Hello.
>
> I'm testing Vista build 5384. When I run a .NET 1.1 from
> a mapped network drive, even after I exit the program,
> it remains in-use; prevent me to replace the file or
> delete it. I had to release it from remote computer's
> administrator tool.
>
> This behavior doesn't occur on .NET 2.0 files. Any idea,
> or workaround? Thank you.
> --
> Anang
>


 
Reply With Quote
 
SYNC/Anang
Guest
Posts: n/a
 
      30th May 2006
Hello,

Thank for the reply.

Because this behavior occurs only on Vista and not on other OS (XP, W2K3),
I think it is a Vista issue, yet with .NET 1.1 of course.

The application is just a simple windows application. Built from scratch,
includes only a single button that open a connection to a SQL server using
a single SqlConnection object. No command or other codes. Just as simple as
that to produce the behavior. Just push the button, exit, and the file
will be remain in-use/open on the remote computer.

I know that it might be not appropriate to post in this newsgroup, but
I couldn't find other which fits more.


"Naseru" <(E-Mail Removed)> wrote in message news:AB170046-4C03-4174-9CD4-(E-Mail Removed)...
> Hi,
>
> My hunch is this is both off-topic (maybe try "vista.file_management" or
> "vista.general' newsgroups)... and it appears to be a .NET Framework issue.
>
> Memory locking/allocation has changed between .NET 1.x and 2.0, so I would
> bet that it is a .NET 1.1 issue (remote-accessing of files).
>
> - naseru
>
> "SYNC/Anang" <y-(E-Mail Removed)> wrote in message
> news:0E82312B-2623-4BDE-8BCF-(E-Mail Removed)...
>> Hello.
>>
>> I'm testing Vista build 5384. When I run a .NET 1.1 from
>> a mapped network drive, even after I exit the program,
>> it remains in-use; prevent me to replace the file or
>> delete it. I had to release it from remote computer's
>> administrator tool.
>>
>> This behavior doesn't occur on .NET 2.0 files. Any idea,
>> or workaround? Thank you.
>> --
>> Anang
>>

>

 
Reply With Quote
 
Andre Da Costa [Extended64]
Guest
Posts: n/a
 
      30th May 2006
Have you installed the latest service pack for .NET 1.1?
--
--
Andre
Windows Connected | http://www.windowsconnected.com
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta

"SYNC/Anang" <y-(E-Mail Removed)> wrote in message
news:765EDC9C-797C-462D-AF90-(E-Mail Removed)...
> Hello,
>
> Thank for the reply.
>
> Because this behavior occurs only on Vista and not on other OS (XP, W2K3),
> I think it is a Vista issue, yet with .NET 1.1 of course.
>
> The application is just a simple windows application. Built from scratch,
> includes only a single button that open a connection to a SQL server using
> a single SqlConnection object. No command or other codes. Just as simple
> as
> that to produce the behavior. Just push the button, exit, and the file
> will be remain in-use/open on the remote computer.
>
> I know that it might be not appropriate to post in this newsgroup, but
> I couldn't find other which fits more.
>
>
> "Naseru" <(E-Mail Removed)> wrote in message
> news:AB170046-4C03-4174-9CD4-(E-Mail Removed)...
>> Hi,
>>
>> My hunch is this is both off-topic (maybe try "vista.file_management" or
>> "vista.general' newsgroups)... and it appears to be a .NET Framework
>> issue.
>>
>> Memory locking/allocation has changed between .NET 1.x and 2.0, so I
>> would bet that it is a .NET 1.1 issue (remote-accessing of files).
>>
>> - naseru
>>
>> "SYNC/Anang" <y-(E-Mail Removed)> wrote in message
>> news:0E82312B-2623-4BDE-8BCF-(E-Mail Removed)...
>>> Hello.
>>>
>>> I'm testing Vista build 5384. When I run a .NET 1.1 from
>>> a mapped network drive, even after I exit the program,
>>> it remains in-use; prevent me to replace the file or
>>> delete it. I had to release it from remote computer's
>>> administrator tool.
>>>
>>> This behavior doesn't occur on .NET 2.0 files. Any idea,
>>> or workaround? Thank you.
>>> --
>>> Anang
>>>

>>



 
Reply With Quote
 
SYNC/Anang
Guest
Posts: n/a
 
      30th May 2006
Yes, I have installed .NET 1.1 SP1.
--
Anang


"Andre Da Costa [Extended64]" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> Have you installed the latest service pack for .NET 1.1?
> --
> --
> Andre
> Windows Connected | http://www.windowsconnected.com
> Extended64 | http://www.extended64.com
> Blog | http://www.extended64.com/blogs/andre
> http://spaces.msn.com/members/adacosta
>
> "SYNC/Anang" <y-(E-Mail Removed)> wrote in message
> news:765EDC9C-797C-462D-AF90-(E-Mail Removed)...
>> Hello,
>>
>> Thank for the reply.
>>
>> Because this behavior occurs only on Vista and not on other OS (XP, W2K3),
>> I think it is a Vista issue, yet with .NET 1.1 of course.
>>
>> The application is just a simple windows application. Built from scratch,
>> includes only a single button that open a connection to a SQL server using
>> a single SqlConnection object. No command or other codes. Just as simple
>> as
>> that to produce the behavior. Just push the button, exit, and the file
>> will be remain in-use/open on the remote computer.
>>
>> I know that it might be not appropriate to post in this newsgroup, but
>> I couldn't find other which fits more.
>>
>>
>> "Naseru" <(E-Mail Removed)> wrote in message
>> news:AB170046-4C03-4174-9CD4-(E-Mail Removed)...
>>> Hi,
>>>
>>> My hunch is this is both off-topic (maybe try "vista.file_management" or
>>> "vista.general' newsgroups)... and it appears to be a .NET Framework
>>> issue.
>>>
>>> Memory locking/allocation has changed between .NET 1.x and 2.0, so I
>>> would bet that it is a .NET 1.1 issue (remote-accessing of files).
>>>
>>> - naseru
>>>
>>> "SYNC/Anang" <y-(E-Mail Removed)> wrote in message
>>> news:0E82312B-2623-4BDE-8BCF-(E-Mail Removed)...
>>>> Hello.
>>>>
>>>> I'm testing Vista build 5384. When I run a .NET 1.1 from
>>>> a mapped network drive, even after I exit the program,
>>>> it remains in-use; prevent me to replace the file or
>>>> delete it. I had to release it from remote computer's
>>>> administrator tool.
>>>>
>>>> This behavior doesn't occur on .NET 2.0 files. Any idea,
>>>> or workaround? Thank you.
>>>> --
>>>> Anang
>>>>
>>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Exress 6 crashes on exit and remains in memory =?Utf-8?B?RGF2aWQgTGxld2VsbHlu?= Microsoft Outlook Discussion 1 29th Jan 2007 12:14 PM
Code to Exit Web App and Exit Internet Explorer =?Utf-8?B?U2FuZHk=?= Microsoft ASP .NET 6 4th Aug 2005 10:28 PM
Outlook.exe posts an error on exit that it needs to exit. How do. =?Utf-8?B?SmFjayBIYWVzbHk=?= Microsoft Outlook Installation 0 4th Mar 2005 05:17 AM
The exit X is greyed out. I cannot exit Excel...in 2000 and now i. =?Utf-8?B?S2l0dHlv?= Microsoft Excel Misc 1 28th Sep 2004 07:45 AM
If a called sub exit, how to the caller exit right away? luvgreen Microsoft Excel Programming 4 24th Feb 2004 06:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 PM.