473,385 Members | 1,256 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

.NET Redistributable Nightmare

I create a windows app which works fine on my dev machine. I deploy it
on my test machine using the MSDE Deployment Toolkit and everything
installs fine (expect attaching the db). The newly installed app will
not run, it crashes before it does anything. I can run the same file
on my dev machine just fine. I can access the test machine across the
wire and access the app and it loads fine. I've used the .NET
Configuration tool to set the security to full control for the .exe and
the .dll's.

Anybody have a suggestion as to what I should try next? I've been
fighting this problem for a few days now and need help bad.

Thanks in advance.

Tim

Jun 17 '06 #1
4 1307
Hello Infinite,

1) Any records in the EventLog?
2) Can u run any other managed apps on that machine?
3) Did you try to start debug or release version on you test machine?
I> I create a windows app which works fine on my dev machine. I deploy
I> it on my test machine using the MSDE Deployment Toolkit and
I> everything installs fine (expect attaching the db). The newly
I> installed app will not run, it crashes before it does anything. I
I> can run the same file on my dev machine just fine. I can access the
I> test machine across the wire and access the app and it loads fine.
I> I've used the .NET Configuration tool to set the security to full
I> control for the .exe and the .dll's.
I>
I> Anybody have a suggestion as to what I should try next? I've been
I> fighting this problem for a few days now and need help bad.
I>
I> Thanks in advance.
I>
I> Tim
I>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jun 17 '06 #2
Hi Micheal,
Thanks for the response. The event log doesn't show anything special.
The app in question is apparently throwing an unhandled exception, but
the entry point has nothing in it. I made another quickie test app to
see if the problem was the app in question or the framework
installation. The quickie app works fine. The version that is
deployed on the test machine is a release version.

~T

Michael Nemtsev wrote:
Hello Infinite,

1) Any records in the EventLog?
2) Can u run any other managed apps on that machine?
3) Did you try to start debug or release version on you test machine?
I> I create a windows app which works fine on my dev machine. I deploy
I> it on my test machine using the MSDE Deployment Toolkit and
I> everything installs fine (expect attaching the db). The newly
I> installed app will not run, it crashes before it does anything. I
I> can run the same file on my dev machine just fine. I can access the
I> test machine across the wire and access the app and it loads fine.
I> I've used the .NET Configuration tool to set the security to full
I> control for the .exe and the .dll's.
I>
I> Anybody have a suggestion as to what I should try next? I've been
I> fighting this problem for a few days now and need help bad.
I>
I> Thanks in advance.
I>
I> Tim
I>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Jun 17 '06 #3
Hello Infinite,

Try to run debug version and attach debugger when it crashes

I> Hi Micheal,
I> Thanks for the response. The event log doesn't show anything
I> special.
I> The app in question is apparently throwing an unhandled exception,
I> but
I> the entry point has nothing in it. I made another quickie test app
I> to
I> see if the problem was the app in question or the framework
I> installation. The quickie app works fine. The version that is
I> deployed on the test machine is a release version.
I> ~T
I>
I> Michael Nemtsev wrote:
I>
Hello Infinite,

1) Any records in the EventLog?
2) Can u run any other managed apps on that machine?
3) Did you try to start debug or release version on you test machine?
I> I create a windows app which works fine on my dev machine. I
deploy
I> it on my test machine using the MSDE Deployment Toolkit and
I> everything installs fine (expect attaching the db). The newly
I> installed app will not run, it crashes before it does anything. I
I> can run the same file on my dev machine just fine. I can access
the
I> test machine across the wire and access the app and it loads fine.
I> I've used the .NET Configuration tool to set the security to full
I> control for the .exe and the .dll's.
I>
I> Anybody have a suggestion as to what I should try next? I've been
I> fighting this problem for a few days now and need help bad.
I>
I> Thanks in advance.
I>
I> Tim
I>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jun 17 '06 #4
Infinite,
You can become "infinitely" wiser if you wire up your app to log unhandled
exception information.

Here are two articles that deal with this and similar issues:

http://www.eggheadcafe.com/articles/20051205.asp

http://www.eggheadcafe.com/articles/20060305.asp

Good luck,
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Infinite" wrote:
I create a windows app which works fine on my dev machine. I deploy it
on my test machine using the MSDE Deployment Toolkit and everything
installs fine (expect attaching the db). The newly installed app will
not run, it crashes before it does anything. I can run the same file
on my dev machine just fine. I can access the test machine across the
wire and access the app and it loads fine. I've used the .NET
Configuration tool to set the security to full control for the .exe and
the .dll's.

Anybody have a suggestion as to what I should try next? I've been
fighting this problem for a few days now and need help bad.

Thanks in advance.

Tim

Jun 17 '06 #5

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

Similar topics

2
by: Richard L Rosenheim | last post by:
I need to install the runtime portion of the version of Crystal Reports that came with Visual Studio 2003. I would prefer not to have to bother to create setup programs, etc. Is there a...
2
by: Shiv | last post by:
Hi all, I have a .NET application which needs the utility "gacutil". I installed .NET Redistributable version alone and found that the gacutil.exe is not found there and is available only with...
2
by: Derrick | last post by:
Is there any redistributable visio assembly I can leverage to draw a graph like structure in a C# app? Or a comparable redistributable assembly? Thanks in advance! Derrick
4
by: ilm | last post by:
Hey all, Please point me to the approprate (or at least *more* appropriate) newsgroup if this isn't the correct one, I was looking for something like platformsdk.misc, but apparently it doesn't...
1
by: Juan T. Llibre | last post by:
The .Net Framework 2.0 redistributable and the .Net Framework 2.0 SDK are now publicly available in x86, x64 and IA64 versions : ...
5
by: Brett | last post by:
What is the difference between the "Developers" and "General Users" links below? http://msdn.microsoft.com/netframework/downloads/framework1_1redist/ Seems one is a direct download and the...
1
by: Flix | last post by:
I found this new version on the MS website. I have the November 2005 version installed. Should I disinstall it and update it? I found no info about changes... Also I'm downloading the SDK...
1
by: =?Utf-8?B?TWFya3VzIEhvcm4=?= | last post by:
Hi, I have an Question about to the license of the . NET Framework redistributable package. I develop software for a customer who wants to burn the Software with the . NET Framework...
3
by: Kerem Gümrükcü | last post by:
Hi, until today i always forced users to download/install the complete package of the Microsoft Visual C++ 2008 Redistributable Package (x86), but mostly my applications only need the...
0
by: danbst | last post by:
There are script languages compiled at runtime. So, we can download interpreter and code-file to run the program. Everybody knows it. here is my idea. I create redistributable package (for *nix...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.