Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Setup Project -> change Localization -> Property not valid / External Exception ??
 

Setup Project -> change Localization -> Property not valid / External Exception ??

Hi

I have a Setup project and if i change the "Localization" property an Error message occurs "Property value is not valid" and detail message shows an ExternalException.

If I activate all devices on PC-device manager and reopen Visual Studio 2008 every thing is fine.But if I deactivate my floppy device and restart VS2008 the error occur again.

I read some times ago an corresponding article, but I don’t found it anymore.This article told something about an VB configuration file which hold the enabled devices during installation.And I should remove the disabled device from this file, but I have no idea where this file is?

Any ideas?

Thanks

SvenK  Tuesday, December 16, 2008 2:29 PM

Hi SvenK,

Do you mean the floppy device cause the Localization property change problem? This is quite strange and we have never met such kind of problem before. Please try to disable your floppy device in BIOS level instead of OS level to see if it fix the problem. Actually Visual Studio doesn't has floppy device requirement.

Sincerely,
Kira Qian


Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Thursday, December 18, 2008 6:18 AM

Ok, now I have a new PC without floppy or card readers and nor disabled device and I get the same error on change the Localization property of the setup project.

So I have always to restart VS2008 :(

The solution was converted from VS2005 for many months.

The setup project fileSetupRheo3000.vdprojis checked out from source control provider "Source Hero" and is NOT read-only.

It is strange because sometimes it works one or two times.

I changed the language for example from English to German.

Error:

Properties Window with message:

Property value is not valid

andDetail:

Exception of type 'System.Runtime.InteropServices.ExternalException' was thrown.

Any Ideas how to solve this problem?

Sven Kuehne

SvenK  Friday, April 24, 2009 8:52 AM

You can use google to search for other answers

Custom Search

More Threads

• Can't find prerequisites option on my VS 2005
• Packaging My Program
• what is the used of .InstallState
• Unable to build a Setup and Deployment Project
• Self signed SSL cert online deployment problem
• Delete files on target machine from a setup project
• problem updating ClickOnce application - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
• Disable Custom action instead of deleting
• How to update detected previous version, instead of removing...???
• How do i make a shortcut based of a path i search for at the start of the install using the "File Search"?