472,983 Members | 2,700 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,983 software developers and data experts.

.NET does nothing on target machine

I do a simple unzip style deployment onto a target machine. This target
machine previously had a working version of my app on it but 30 seconds
after unzipping the new DLLs etc to this folder nothing happens when the
WinForm EXE is double-clicked.

Without getting the .NET 2 SDK downloaded onto this computer is there a way
I can find out what is going on?
Cheers
Pete
Jun 27 '08 #1
4 1052
On May 29, 7:08*am, "Peter Morris" <mrpmorris at gmail dot comwrote:
I do a simple unzip style deployment onto a target machine. *This target
machine previously had a working version of my app on it but 30 seconds
after unzipping the new DLLs etc to this folder nothing happens when the
WinForm EXE is double-clicked.

Without getting the .NET 2 SDK downloaded onto this computer is there a way
I can find out what is going on?

Cheers

Pete
what framework are you targetting?
is it the same than your old app?
it's weird that nothing happens, at least an error message should be
displayed
Jun 27 '08 #2
what framework are you targetting?

2.0

is it the same than your old app?
Yes, the same app with modified GUI etc. All DLLs are marked
"CopyLocal=True" too.

it's weird that nothing happens, at least an error message should be
displayed
I agree, and that's why I want to know what is happening :-) Does anyone
have any ideas?

Pete
Jun 27 '08 #3
On May 29, 9:55 am, "Peter Morris" <mrpmorris at gmail dot comwrote:
what framework are you targetting?

2.0
is it the same than your old app?

Yes, the same app with modified GUI etc. All DLLs are marked
"CopyLocal=True" too.
it's weird that nothing happens, at least an error message should be
displayed

I agree, and that's why I want to know what is happening :-) Does anyone
have any ideas?

Pete
If you can connect to the target machine using the debugger from your
development machine, you can try to debug the app.

If not, you can fall back on the old fashioned way by adding logging
statements to your code.

Also, check the Event logs on the target machine and see if anything
is logged in the event logs.

Chris
Jun 27 '08 #4
On May 29, 10:55*am, "Peter Morris" <mrpmorris at gmail dot com>
wrote:
what framework are you targetting?

2.0
is it the same than your old app?

Yes, the same app with modified GUI etc. *All DLLs are marked
"CopyLocal=True" too.
it's weird that nothing happens, at least an error message should be
displayed

I agree, and that's why I want to know what is happening :-) *Does anyone
have any ideas?

Pete
Are you logging the errors?
TAke a look into AppDomain.UnhandledException and
Thread.ThreadException

without seeing the code that is run before displaying the first window
is difficult to know where the problem is
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: BigDadyWeaver | last post by:
I am using the following code in asp to define a unique and unpredictable record ID in Access. <% 'GENERATE UNIQUE ID Function genguid() Dim Guid guid =...
0
by: AlanF | last post by:
I have looked over most of the FSW questions in the forum and this one seems like a unique twist. Here it is. In a nutshell, when a .NET service is running on my machine (XP), the fsw file...
4
by: Barry Young | last post by:
I have Access 2000 installed on a machine and I create the MDE just fine. When I copy the MDE file over to another machine that has Access 2000 installed, the references are hosed and I get unable...
43
by: Minti | last post by:
Hi there everybody, I was just wondering that too many people choose to use language like Java because of its architecture independence, this AI is achieved because Java is as such a...
22
by: Ryan M | last post by:
I've been programming for a while, but most of my experience is on unix. How do C compilers work on operating systems that weren't written in C? And that have no libc? Compiling C on unix seems...
1
by: =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?= | last post by:
I get the above error in some of the ASP.NET web applications on a server, and I need some help figuring out how to deal with it. This is a rather long post, and I hope I have enough details that...
8
by: Joe Withawk | last post by:
I have a solution consisting of a c# project as win application and a c++ project as classlibrary. Both are .net 2.0 The classlibrary handles some loading of quicktime movies, but that should not...
4
by: Aussie Rules | last post by:
Hi, I have a basic app that I have build and am trying to use the click once/publish feature to make the installation. I have create a Virtual Machine using XP SP2, install VS.2005(aka dev) and...
1
by: sva0008 | last post by:
i have a auto suggest script that does not work in firefox , works great on IE. /******************************************************* AutoSuggest - a javascript automatic text input...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.