473,763 Members | 9,161 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compile .net on vista, can't run on xp

nik
Hi,

I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem

The xp machine does have vb6 installed on it, could that be an issue?
What reasons and solutions for this problem?

Thanks in advance,
Nik
Aug 25 '08 #1
10 1813
"nik" <ni*****@gmail. comwrote in message
news:bb******** *************** ***********@p31 g2000prf.google groups.com...
Hi,

I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem

The xp machine does have vb6 installed on it, could that be an issue?
What reasons and solutions for this problem?

Thanks in advance,
Nik
Check the versions of the framework on your vista and XP systems.

Mike.
Aug 25 '08 #2
nik
On Aug 24, 9:39 pm, "Michael D. Ober" <obermd.@.alum. mit.edu.nospam. >
wrote:
"nik" <nikb...@gmail. comwrote in message

news:bb******** *************** ***********@p31 g2000prf.google groups.com...
Hi,
I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem
The xp machine does have vb6 installed on it, could that be an issue?
What reasons and solutions for this problem?
Thanks in advance,
Nik

Check the versions of the framework on your vista and XP systems.

Mike.
I've checked the frameworks. The development (vista) machine had 1.0,
1.1, 2.0, and 3.0. The xp machine only had 1.0, 1.1 and 2.0, so I
installed 3.0 and 3.0SP1. Same error. Then just in case I installed
3.5 on the xp machine, and still no luck.

I can understand that this could be an issue, but if I have matching
frameworks on the the two machines and/or a more updated xp machine,
shouldn't it correct such an issue.

Anything else that I am missing?

Thank you
Aug 25 '08 #3

"nik" <ni*****@gmail. comwrote in message
news:c3******** *************** ***********@p10 g2000prf.google groups.com...
On Aug 24, 9:39 pm, "Michael D. Ober" <obermd.@.alum. mit.edu.nospam. >
wrote:
>"nik" <nikb...@gmail. comwrote in message

news:bb******* *************** ************@p3 1g2000prf.googl egroups.com...
Hi,
I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem
The xp machine does have vb6 installed on it, could that be an issue?
What reasons and solutions for this problem?
Thanks in advance,
Nik

Check the versions of the framework on your vista and XP systems.

Mike.

I've checked the frameworks. The development (vista) machine had 1.0,
1.1, 2.0, and 3.0. The xp machine only had 1.0, 1.1 and 2.0, so I
installed 3.0 and 3.0SP1. Same error. Then just in case I installed
3.5 on the xp machine, and still no luck.

I can understand that this could be an issue, but if I have matching
frameworks on the the two machines and/or a more updated xp machine,
shouldn't it correct such an issue.

Anything else that I am missing?
The fact that you complied something on Vista, and it was deployed to XP.
It may or may not work, and in this case, it doesn't work. In many cases
when something is compiled on XP and deployed to Vista, it doesn't work as
seen by the many posts in Vista NG(s) about some user installing something
on Vista that works on XP and was meant for XP, but it started blowing-up
other applications on Vista or Vista stopped working.

One should compile the application and deploy it to the platform it is
intended to run on -- XP to XP and Vista to Vista.

Aug 25 '08 #4
"Mr. Arnold" <MR. Ar****@Arnold.c omwrote in message
news:er******** ******@TK2MSFTN GP06.phx.gbl...
>
One should compile the application and deploy it to the platform it is
intended to run on -- XP to XP and Vista to Vista.
There used to be a "rule" stating.... develop and compile on the oldest
platform you plan to support. Things change so drastically these days,
that's not always the best option.

OP... grab a copy of VPC2007 (ms freeware) and install a "virgin" OS. With
that, you can test installations (and anything else) all day long. When
you're done, just shut it down and say "delete changes" (not exact
wording)... that OS'll still be "virgin" the next time you use it for test
purposes.

You can also make copies of these virtual images, so A can have SQL
installed, while B doesn't... C can have the 2.0 framework, D can have
3.5... and so on. VPC is a *wonderful* tool... especially considering its
price. (no USB support though - looks like ya' gotta pay for that - VMWare,
etc)
Aug 25 '08 #5

"Ken Halter" <Ken_Halter@Use _Sparingly_Hotm ail.comwrote in message
news:OE******** ******@TK2MSFTN GP03.phx.gbl...
"Mr. Arnold" <MR. Ar****@Arnold.c omwrote in message
news:er******** ******@TK2MSFTN GP06.phx.gbl...
>>
One should compile the application and deploy it to the platform it is
intended to run on -- XP to XP and Vista to Vista.

There used to be a "rule" stating.... develop and compile on the oldest
platform you plan to support. Things change so drastically these days,
that's not always the best option.
I was never taught that. I was taught to compile the solution and deploy it
to the platform it is intended to run on. I have seen too many issues where
something was done on one machine like Win 2K pro as an example, and it hit
out there on corporate user machines that were XP pro, only to watch
applications break due to DLL H-E-L-L issues on same named DLL(s) on both
platforms.

You see it time and time again that someone has installed something that was
compliant to run of XP, but that same solution was not compliant to run on
Vista, and not only did the application not work, but it broke other
applications and/or Vista itself.

Vista is not the same as XP. Vista is different under the hood, although
they are both NT based O/S(s).

Aug 25 '08 #6
On 2008-08-25, nik <ni*****@gmail. comwrote:
Hi,

I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem
That exception code means you have a managed execption, nothing more. Most
likely you have an untrapped exception. But, without the exception message or
type, it's hard to know what's happening. What kind of app is this? ASP.NET,
Winforms, something else?

--
Tom Shelton
Aug 25 '08 #7
"Ken Halter" <Ken_Halter@Use _Sparingly_Hotm ail.comwrote in message
news:OE******** ******@TK2MSFTN GP03.phx.gbl...
"Mr. Arnold" <MR. Ar****@Arnold.c omwrote in message
news:er******** ******@TK2MSFTN GP06.phx.gbl...
>>
One should compile the application and deploy it to the platform it is
intended to run on -- XP to XP and Vista to Vista.

There used to be a "rule" stating.... develop and compile on the oldest
platform you plan to support. Things change so drastically these days,
that's not always the best option.

OP... grab a copy of VPC2007 (ms freeware) and install a "virgin" OS. With
that, you can test installations (and anything else) all day long. When
you're done, just shut it down and say "delete changes" (not exact
wording)... that OS'll still be "virgin" the next time you use it for test
purposes.

You can also make copies of these virtual images, so A can have SQL
installed, while B doesn't... C can have the 2.0 framework, D can have
3.5... and so on. VPC is a *wonderful* tool... especially considering its
price. (no USB support though - looks like ya' gotta pay for that -
VMWare, etc)
VMWare Server is free and should run on Vista. I know it runs on XP.

Mike.
Aug 26 '08 #8
nik
On Aug 25, 3:34 pm, Tom Shelton <tom_shel...@co mcastXXXXXXX.ne t>
wrote:
On 2008-08-25, nik <nikb...@gmail. comwrote:
Hi,
I've compiled my application on my vista machine, and it won't run at
all on my xp machine. In the windows error report I get Exception
code; 0xe0434f4d. I searched for that exception, but didn't see
anything related to my problem

That exception code means you have a managed execption, nothing more. Most
likely you have an untrapped exception. But, without the exception message or
type, it's hard to know what's happening. What kind of app is this? ASP.NET,
Winforms, something else?

--
Tom Shelton
Its a pretty simple form application. It basically just recurses a
directory structure and does some string parsing on the files it
finds. Since the application can't even start on xp, it would seem
that this exception occurs during the initialization, as opposed to
the code that executes when the user controls the application. The
code seemed like the only relevant part of the windows error report
log, but is there more information there, such as a message or a type?
Is there a way to find the error message or type in this situation?

Thanks,
Nik
Aug 26 '08 #9
Hi nik,

"nik" <ni*****@gmail. comwrote in message
news:b7******** *************** ***********@z6g 2000pre.googleg roups.com...
>
Its a pretty simple form application. It basically just recurses a
directory structure and does some string parsing on the files it
finds. Since the application can't even start on xp, it would seem
that this exception occurs during the initialization, as opposed to
the code that executes when the user controls the application. The
code seemed like the only relevant part of the windows error report
log, but is there more information there, such as a message or a type?
Is there a way to find the error message or type in this situation?
Just curious, does the app use the VB MyApplciation stuff ? Is it set to
SingleInstance ? And does the XP computer have a 3rd party firewall ?

Aug 26 '08 #10

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

Similar topics

9
2687
by: salad | last post by:
Due to an earlier posting I read in this newsgroup regarding Office 2007 beta, I downloaded it. After I DL'd it, I got an invitation from MS to get WinVista. I am now wondering if, since both are betas, it is best to buy a new computer? My current computer setup is a Pentium 4, 1 gig memory, 2.66 ghz, 60-80 gig disk drive. MS's requirements for a WinVista computer is A modern processor (800mz)
13
3027
by: Mark Rae | last post by:
Hi, On Friday I attended the Microsoft EVO conference in London where they talked about Vista, Office 2007 and Exchange 2007 and how they all work together beautifully, how they were all "people-ready" etc... I asked a couple of questions about Visual Studio.NET on Vista, especially on 64-bit Vista, and they became *very* nervous... To cut a long story short, Microsoft will not support ANY version of Visual
56
3637
by: Squishy | last post by:
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell me this is a joke. It must be a joke....because I also have read that VS2002 and VS2003 will not be supported on Vista. This clearly violates Microsoft's own terms of support for these products.
6
4275
by: j2ee.singh | last post by:
Hi, I'm looking to buy a new laptop primarily to learn & practice .NET and C#. My Question is: Is there any requirement for .NET and C# in terms of the following Operating Systems: - Windows Vista Home Basic - Windows Vista Business
1
4691
by: ft310 | last post by:
I am getting the following message when I compile a program with VB .net 2003. The dependency 'Interop.StdFormat' could not be found. There are three other messages following this: The referenced component 'ADODB' could not be found. A wrapper assembly is not registered for this type library. The referenced component 'Microsoft.StdFormat' could not be found. A wrapper assembly is not registered for this type library.
2
1725
by: 13Rockes | last post by:
I am in the process of writing programs using VB6 in XP Pro. However, I am thinking about starting over using VB2005 as my company is migrating to Vista. Two questions... What kinds of problems will I have installing and running my VB6 app under Vista? If I develop VB2005 apps under XP, what kinds of problems will I have
0
1007
by: Alexandr N Zamaraev | last post by:
OS: WinXP Home Ru + sp2 Python: 2.5.2 py2exe: latest CSV source gcc (GCC) 3.4.5 (mingw-vista special r2) GNU ld (GNU Binutils) 2.18.50.20080109 OS: WinXP Home Ru + sp2 Python: 2.5.2 py2exe: latest CSV source gcc (GCC) 3.4.5 (mingw-vista special r2)
11
1928
by: idoublepress | last post by:
Hi all, I've been struggling with an issue that I hope you can comment on or provide suggestions to. Our .NET 2.0 (VS2005) based product is crashing (when the user selects a particular feature on the UI) on Vista. It works fine on XP. In a nutshell: - user makes a selection on the UI - System.Reflection.MethodInfo.Invoke() calls into one of our .NET library dlls - Inside the library dll, System.Activator.CreateInstance() is called
2
6361
by: akhilesh.noida | last post by:
I am trying to compile glibc-2.5 for ARM based board. But I am getting errors while configuring it. Please check and give your inputs for resolving this. configure command : $ ../glibc-2.5/configure --prefix=/mnt/new/Mars/glibc_HQ_test/GLIBC/ install/ --with-__thread --enable-kernel=2.6.11 --enable-shared
0
9564
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.