![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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. |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
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. |
#8
| |||
| |||
|
|
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. |
#9
| |||
| |||
|
|
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. |
#10
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |