Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > .net framework for xp 64?
 

.net framework for xp 64?

Hi All-

I have developed an app using C# visual express 2008. I used a bootstrapper manifest generator tool to create a prerequisite for "Microsoft .Net framework 3.5 SP1(full package)". Then published the app to a drive on my server which can be downloaded onto individual PC's. I can run the setup file and the app works correctly for all PC's on a windows XP Pro x32 operating system. However it will not work for PC's on a windows XP Pro x64 operating system- the setup repairs the .net framework 3.5 successfully but then when installing the app an error mgs appears saying "the app encountered an error and must close".

Can anyone tell me what I am doing wrong? I am fairly new to programming so any tips on a solution would be greatly appreciated......

Thanks all......
TheBigHam  Thursday, September 10, 2009 4:09 PM
Hi TheBigHam,

Thank u for ur post
Not sure abt the solution to ur problem
Refer this answered threads
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/b4b4fa57-40c5-44ff-a6bf-f2006a320e97
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/7b00f4e9-64e3-4fb6-9906-880820ecda92
http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/2c5ba43e-51c2-41d0-9822-5d6dcd6fcdaf/

Does this help ?
Let me know

Thanks
anlis
Regards anliS www.businessinsightsconsulting.com Please remember to mark the correct replies as answers
anlis  Friday, September 11, 2009 5:36 AM
Hi TheBigHam,

I am moving this thread from Base ".NET Framework Setup" forum to the "ClickOnce and Setup & Deployment Projects" forum, since the issue is related to deployment. There are more deployment experts in the "ClickOnce and Setup & Deployment Projects" forum.

Thanks
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
YiChun Chen  Monday, September 14, 2009 3:40 AM
When you get a message saying "the app encountered an error and must close", it means the application crashed before it could show the first screen. If you look in the ClickOnce cache for the files, and double-click on the exe for your application, does it run?

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Monday, September 14, 2009 7:37 AM
Hello TheBigHam,

After I read your post, I think the possible cause is that x64 Windows XP cannot install x86 .NET Framework. To overcome this problem, I recommend you to make x64 .NET Framework for x64 XP user only. On the Microsoft web site, only .NET 2.0 has x64 version, you can make it as prerequisite using BMG, then make 3.0, 3.5, 3.5 sp1 as prerequisite.

Here is the download site for x64 .NET Framework 2.0
http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=B44A0000-ACF8-4FA1-AFFB-40E78D788B00&displaylang=en

Please try it and tell me if you meet any problem.

Sincerely,
Kira Qian
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework!
Kira Qian  Monday, September 14, 2009 8:00 AM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!
Kira Qian  Thursday, September 17, 2009 7:35 AM

You can use google to search for other answers

Custom Search

More Threads

• Signing both Manifests and EXEs
• Publish ClickOnce project with Team Build?
• Missing Icon in Add/Remove Programs for ClickOnce Application
• Setup Project Dependencies
• Deployment of and IE Toolbar
• ClickOnce and Web Services
• Memory leak in ClickOnce deployment in 3.5
• ClickOnce Deployment question
• Can I use ClickOnce for an already deployed project?
• Deployment of .net Application causing MS Office App Crashes