Hi Piyush,
I would suggest instead of starting with Run (or F5) that you start by
stepping into the code with F11 and walking through to the point it seems
to hang. That should help you narrow it down some. Sounds like it may be
stuck in a loop somewhere prior to your breakpoints.
As for your deployment question. I'm probably not the best one to ask so
I'd suggest you post a question in the
microsoft.public.dotnet.languages.vb. I will add however, that you will
need to include the Microsoft.VisualBasic.Compatiblity libraries in with
your deployment package as these are not included with the .Net Framework.

Signature
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> From: p_chhapekar@hotmail.com (Piyush)
> Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
[quoted text clipped - 4 lines]
> Message-ID: <892b2231.0310152216.79fcf201@posting.google.com>
> References: <892b2231.0310020440.7489be8f@posting.google.com>
<B98n7kQjDHA.560@cpmsftngxa06.phx.gbl>
<892b2231.0310080431.8673025@posting.google.com>
<PqRWVScjDHA.1716@cpmsftngxa06.phx.gbl>
<892b2231.0310090403.3f395b6b@posting.google.com>
<F4PTCQtjDHA.1548@cpmsftngxa06.phx.gbl>
<892b2231.0310130158.2ad516fb@posting.google.com>
<4YccrXqkDHA.1716@cpmsftngxa06.phx.gbl>
<892b2231.0310142318.6e478770@posting.google.com>
<8WPldH4kDHA.2148@cpmsftngxa06.phx.gbl>
> NNTP-Posting-Host: 210.214.36.53
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 8bit
> X-Trace: posting.google.com 1066284995 23648 127.0.0.1 (16 Oct 2003
06:16:35 GMT)
> X-Complaints-To: groups-abuse@google.com
> NNTP-Posting-Date: Thu, 16 Oct 2003 06:16:35 +0000 (UTC)
> Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!no
t-for-mail
> Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:5597
> X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
>
[quoted text clipped - 10 lines]
> Thanks for your help
> Piyush
Piyush - 22 Oct 2003 13:02 GMT
Hi John,
I have one more question John,
My upgraded application is considerably slower than VB application.
What may be the reason behind it ? Is it because COM components are
used instead of .NET components ?
What can I do to improve the speed of the application ?
Thanks for your help.
Piyush
John Hart [MSFT] - 22 Oct 2003 20:54 GMT
Hi Piyush,
It impossible for me to say without knowing more about your application why
you're seeing slower performance. Certainly using COM Interop adds an
additional layer but I woudn't expect any significant performance issues
from that. What is your application doing when you're seeing the slower
performance?

Signature
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> From: p_chhapekar@hotmail.com (Piyush)
> Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
[quoted text clipped - 4 lines]
> Message-ID: <892b2231.0310220402.7a93f892@posting.google.com>
> References: <892b2231.0310020440.7489be8f@posting.google.com>
<PqRWVScjDHA.1716@cpmsftngxa06.phx.gbl>
<892b2231.0310090403.3f395b6b@posting.google.com>
<F4PTCQtjDHA.1548@cpmsftngxa06.phx.gbl>
<892b2231.0310130158.2ad516fb@posting.google.com>
<4YccrXqkDHA.1716@cpmsftngxa06.phx.gbl>
<892b2231.0310142318.6e478770@posting.google.com>
<8WPldH4kDHA.2148@cpmsftngxa06.phx.gbl>
<892b2231.0310152216.79fcf201@posting.google.com>
<koGSpBElDHA.2624@cpmsftngxa06.phx.gbl>
> NNTP-Posting-Host: 210.214.107.132
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 8bit
> X-Trace: posting.google.com 1066824132 3050 127.0.0.1 (22 Oct 2003
12:02:12 GMT)
> X-Complaints-To: groups-abuse@google.com
> NNTP-Posting-Date: Wed, 22 Oct 2003 12:02:12 +0000 (UTC)
> Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!no
t-for-mail
> Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:5638
> X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
>
[quoted text clipped - 6 lines]
> Thanks for your help.
> Piyush
Piyush - 23 Oct 2003 06:53 GMT
Hi John,
In my application I am communicating with a device that measures
temperature & humidity.
The communication is carried out using MSComm control.
The data read from device is displyed using graphs (for which
ChartBuilder control is used) &
report is displayed (using Active Reports).
So all these controls are COM components & are upgraded to .Net
I think one more thing that may be affecting the performance is VB
function.
The appliction uses Format & date functions which are as it is
upgraded.
The application takes time in loading the form , otherwise its same
as VB application.
Can you suggest me something to improve its performance or some
article related to performance ?
Thanks for your help.
Piyush
John Hart [MSFT] - 25 Oct 2003 01:02 GMT
Hi Piyush,
Can you tell specifically where your seeing that the application is slower?
You say it takes time in loading the form otherwise its the same. Does that
mean the actual performance is the same but the form load is slower? If
that's the case what are you doing during the Form_Load event? Is this
where you do the comminication with the MSComm control?

Signature
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> From: p_chhapekar@hotmail.com (Piyush)
> Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
[quoted text clipped - 4 lines]
> Message-ID: <892b2231.0310222153.47235983@posting.google.com>
> References: <892b2231.0310020440.7489be8f@posting.google.com>
<F4PTCQtjDHA.1548@cpmsftngxa06.phx.gbl>
<892b2231.0310130158.2ad516fb@posting.google.com>
<4YccrXqkDHA.1716@cpmsftngxa06.phx.gbl>
<892b2231.0310142318.6e478770@posting.google.com>
<8WPldH4kDHA.2148@cpmsftngxa06.phx.gbl>
<892b2231.0310152216.79fcf201@posting.google.com>
<koGSpBElDHA.2624@cpmsftngxa06.phx.gbl>
<892b2231.0310220402.7a93f892@posting.google.com>
<01XuSZNmDHA.1804@cpmsftngxa06.phx.gbl>
> NNTP-Posting-Host: 210.214.107.132
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 8bit
> X-Trace: posting.google.com 1066888409 21592 127.0.0.1 (23 Oct 2003
05:53:29 GMT)
> X-Complaints-To: groups-abuse@google.com
> NNTP-Posting-Date: Thu, 23 Oct 2003 05:53:29 +0000 (UTC)
> Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.su
l.t-online.de!t-online.de!diablo.theplanet.net!news.maxwell.syr.edu!postnews
1.google.com!not-for-mail
> Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:5653
> X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
>
[quoted text clipped - 16 lines]
> Thanks for your help.
> Piyush