getting errors while running in xp home

  • Thread starter Thread starter Yoshitha
  • Start date Start date
Y

Yoshitha

hi
i've vb application and i migrated it to vb.net application and it is
working

fine when i run this in windows 2000 professional where am having

dotnetframwork 1.1 and visual studio 2003.
but when i run the same application in XP home edition which is having only

framwork 1.1 i am getting the following error.

Application Has generated an exception that could not be handled.

process id=0x4e8 (1256), thread id=0x5d8 (1496)

click ok to terminate the application
click cancel to dubug he application

in my bin directory there are several dlls.



Can anybody tell me why am geting this error. how to solve this problem.
its very very very urgent please help me out.

thanx in advance
yoshitha
 
Yoshita,

The first question to help you is, what did you deploy an install package
"msi" or an exe the second one is, did you include non net DLL's
(references) and how did you include those in your deploy package.

Cor
 
The first question to help you is, what did you deploy an install package
"msi" or an exe

answer to this is i have run the exe file not "msi"

the second one is, did you include non net DLL's
(references) and how did you include those in your deploy package.

ya i've included not net dll's also and also registered them
for the setup i've used Setup factory 5.0 and there is an option to register
Dlls and Type labraries and i checked both of these.
and after making set up this is running in windows 2000 professional but
not rnning in xp home but if i run other applications (setup) which is
having third party controls it is working fine in xp also but the one i said
application is not working.
 
answer to this is i have run the exe file not "msi"
Yositha than why not try the deployment project it is so easy.

Add a project to your project
Choose the deployment wizard, do as asked
Build

Just as idea

Cor
 
Hi Cor
i've made setup using setup and deployment and after running my .msi in
windows xp home edition am geting the same error.
 
Yoshita,

I forgot to ask, are you sure the correct Net framework is installed on that
Home XP?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top