HighTechTalks DotNet Forums  

VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!!

ASP.net Security microsoft.public.dotnet.framework.aspnet.security


Discuss VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! in the ASP.net Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Bill Nguyen
 
Posts: n/a

Default VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-18-2003 , 07:14 PM






Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 / .NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.



Reply With Quote
  #2  
Old   
steve
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-18-2003 , 07:53 PM






i've had the problem before...fixed it by including the dotnetfx.exe to get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to cause a
problem. dotnetfx.exe is on the ms website w/ instructions on how to use it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote

Quote:
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 / .NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.





Reply With Quote
  #3  
Old   
Bill Nguyen
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-19-2003 , 12:14 PM



Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote

Quote:
i've had the problem before...fixed it by including the dotnetfx.exe to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 / .NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.







Reply With Quote
  #4  
Old   
steve
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-19-2003 , 12:51 PM



you're saying you followed the instructions for deploying your application
using dotnetfx.exe and you are having the problems...or, that you downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former, then i
can't be any more specific than those instructions and can't be of much help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote

Quote:
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the dotnetfx.exe to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 /
..NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.









Reply With Quote
  #5  
Old   
Vijay Balki
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-19-2003 , 01:03 PM



Bill,

Did you build a setup project from Visual Studio and then deploy the client
on your Win2k machine? Please make sure you do this. Just installing .NET
Framework runtime does not include all files needed. If your application
used some controls, you will need to build setup and then install the
client. Let me know if this works.

VJ

"steve" <asd (AT) abc (DOT) com> wrote

Quote:
you're saying you followed the instructions for deploying your application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former, then
i
can't be any more specific than those instructions and can't be of much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to
use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 /
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.











Reply With Quote
  #6  
Old   
Bill Nguyen
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-22-2003 , 12:57 PM



Vjay;
This is what I did:

1. Developed the VB.NET application on an XP machine using VS.NET 2003
Architect version
2. Built a setup project whole "Project Output" includes Primary Output,
Content Files, and Localized Resources.
3. Ran the setup to install the .NET app on client machines with .NET
frameowrk installed.

The setup worked fine on the development machine and ANY XP machine that has
VS.NET 2003 installed (I got another one at work and 1 at home).
On machines without VS.NEt installed, teh installation went well but I got
error message trying to run the application from both local hard drive and a
shared folder.
Hope that this clarifies the issue.
Thanks
Bill

"Vijay Balki" <vijayb (AT) softech-usa (DOT) com> wrote

Quote:
Bill,

Did you build a setup project from Visual Studio and then deploy the
client
on your Win2k machine? Please make sure you do this. Just installing .NET
Framework runtime does not include all files needed. If your application
used some controls, you will need to build setup and then install the
client. Let me know if this works.

VJ

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmmggnfjajr5d4 (AT) corp (DOT) supernews.com...
you're saying you followed the instructions for deploying your
application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former,
then
i
can't be any more specific than those instructions and can't be of much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be
more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to
use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 &
1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 /
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.













Reply With Quote
  #7  
Old   
Bill Nguyen
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-22-2003 , 01:00 PM



Steve;
I only downloaded dotnetfx.exe and ran it to install .NET framework on the
client machines. I did this several times and still having problem running
my VB.NET app on client machines. I never used dotnetfx to deploy a .NET
application. I couldn't find the instructions anywhere.
Please refer to my answer to Vijay regarding application deloyment.
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote

Quote:
you're saying you followed the instructions for deploying your application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former, then
i
can't be any more specific than those instructions and can't be of much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to
use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 /
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.











Reply With Quote
  #8  
Old   
steve
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-22-2003 , 03:04 PM



http://msdn.microsoft.com/vstudio/using/deploying/redist/default.aspx?pull=/library/en-us/dnnetdep/html/redistdeploy.asp#redistdeploy_topic3

look at:

"Creating a Single Setup Project to Install a .NET Framework Application and
Dotnetfx.exe"

hth,

steve

"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote

Quote:
Steve;
I only downloaded dotnetfx.exe and ran it to install .NET framework on the
client machines. I did this several times and still having problem running
my VB.NET app on client machines. I never used dotnetfx to deploy a .NET
application. I couldn't find the instructions anywhere.
Please refer to my answer to Vijay regarding application deloyment.
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmmggnfjajr5d4 (AT) corp (DOT) supernews.com...
you're saying you followed the instructions for deploying your
application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former,
then
i
can't be any more specific than those instructions and can't be of much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be
more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor version is
something like 1.103...not sure but it is sufficiently different to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how to
use
it
to install whatever version you are developing in. works just fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 &
1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003 /
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.













Reply With Quote
  #9  
Old   
Bill Nguyen
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-23-2003 , 04:48 PM



Steve;
I tried this, and still not working. For testing purposes, I created a "Helo
world" VB.NET app with the deployment package, and it worked fine.
My existing app uses some COM components and accesses couple external hosts
via ODBC drivers. I guess that there are files/libraries that must be
installed on the client machine. The problem is that I don't know which
components that are needed to include in the deployment package.

Any idea?
Thanks again.
Bill

"steve" <asd (AT) abc (DOT) com> wrote

Quote:
http://msdn.microsoft.com/vstudio/using/deploying/redist/default.aspx?pull=/library/en-us/dnnetdep/html/redistdeploy.asp#redistdeploy_topic3

look at:

"Creating a Single Setup Project to Install a .NET Framework Application
and
Dotnetfx.exe"

hth,

steve

"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:uelVaMTgDHA.616 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Steve;
I only downloaded dotnetfx.exe and ran it to install .NET framework on
the
client machines. I did this several times and still having problem
running
my VB.NET app on client machines. I never used dotnetfx to deploy a .NET
application. I couldn't find the instructions anywhere.
Please refer to my answer to Vijay regarding application deloyment.
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmmggnfjajr5d4 (AT) corp (DOT) supernews.com...
you're saying you followed the instructions for deploying your
application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former,
then
i
can't be any more specific than those instructions and can't be of
much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my
client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be
more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the
dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor version
is
something like 1.103...not sure but it is sufficiently different
to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on how
to
use
it
to install whatever version you are developing in. works just
fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0 &
1.1
installed. VB.NET app developed using an XP Pro with VS.NET 2003
/
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be
handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.















Reply With Quote
  #10  
Old   
Vijay Balki
 
Posts: n/a

Default Re: VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!! - 09-24-2003 , 02:14 PM



Bill,

Is your setup project in a separate solution? Try building a the setup in
the same solution as your application, the dependency refresh for related
files are better.

Vijay

"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote

Quote:
Steve;
I tried this, and still not working. For testing purposes, I created a
"Helo
world" VB.NET app with the deployment package, and it worked fine.
My existing app uses some COM components and accesses couple external
hosts
via ODBC drivers. I guess that there are files/libraries that must be
installed on the client machine. The problem is that I don't know which
components that are needed to include in the deployment package.

Any idea?
Thanks again.
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmulip2fi4io42 (AT) corp (DOT) supernews.com...


http://msdn.microsoft.com/vstudio/using/deploying/redist/default.aspx?pull=/library/en-us/dnnetdep/html/redistdeploy.asp#redistdeploy_topic3

look at:

"Creating a Single Setup Project to Install a .NET Framework Application
and
Dotnetfx.exe"

hth,

steve

"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:uelVaMTgDHA.616 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Steve;
I only downloaded dotnetfx.exe and ran it to install .NET framework on
the
client machines. I did this several times and still having problem
running
my VB.NET app on client machines. I never used dotnetfx to deploy a
..NET
application. I couldn't find the instructions anywhere.
Please refer to my answer to Vijay regarding application deloyment.
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmmggnfjajr5d4 (AT) corp (DOT) supernews.com...
you're saying you followed the instructions for deploying your
application
using dotnetfx.exe and you are having the problems...or, that you
downloaded
dotnetfx.exe to a client pc and ran it? if the answer is the former,
then
i
can't be any more specific than those instructions and can't be of
much
help
to you in resolving the problem otherwise.


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eJW%23qEtfDHA.3324 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Dear Steve;
I already have the dotnetfx.exe downloaded and installed in my
client
machines. Version 1.1.4322.573.
I'm not sure what to do next to fix the problem! Can you please be
more
specific?
Thanks
Bill

"steve" <asd (AT) abc (DOT) com> wrote in message
news:vmkkrjbkq35edf (AT) corp (DOT) supernews.com...
i've had the problem before...fixed it by including the
dotnetfx.exe
to
get
around it. i'm also using vs.net 2003 and the major/minor
version
is
something like 1.103...not sure but it is sufficiently different
to
cause
a
problem. dotnetfx.exe is on the ms website w/ instructions on
how
to
use
it
to install whatever version you are developing in. works just
fine.

hth,

steve


"Bill Nguyen" <billn (AT) jaco (DOT) com> wrote in message
news:eUfjqKkfDHA.2152 (AT) tk2msftngp13 (DOT) phx.gbl...
Forgive me for cross-posting, I'm desperated.
-------------
Client machine: Win2K server SP4 with both .NET framework 1.0
&
1.1
installed. VB.NET app developed using an XP Pro with VS.NET
2003
/
.NET
framework 1.1
You help is greatly appreciated.
Bill


--------------------------

Common Language Runtime Debugging Services:
Application has generated an exception that could not be
handled.

Process id=0x248 (584), Thread id=0xe68 (3688).

Click OK to terminate the application.
Click CANCEL to debug the application.

















Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.