Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Different problem 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'
 

Different problem 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'

Hello,

I think that I have a different problem. I am using VS 2008 SP1, .Net 3.5 SP1 and Xna 3.0.

ClickOnce is issuing the warning 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'. Under \Bootstrapper I have three folders: Engine, Packages and Schemas. Under Packages I have, amongst other folders, DotNetFX, DotNetFX30 and DotNetFX35. I do not havea DotNetFX35SP1 folder anywhere, butControl Panel's Add or Remove Programs shows that I dohave Microsoft.Net Framework 3.5 SP1 installed. What am I doing wrong?

Many thanks in advance,

Louis.
lrsg2000  Wednesday, July 01, 2009 2:34 PM

Hi Louis,

> ClickOnce is issuing the warning 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'.

It sounds like you add the .NET Framework 3.5 SP1 as a prerequisite to your ClickOnce application.

If so, how you add the .NET Framework 3.5 SP1 asa prerequisite?

Ifyou add it through Project Designer -> Publish tab -> Prerequisites button -> Prerequisites dialog, the .NET Framework 3.5 SP1 should have existed in the boostrapper folder.

Anyway, you can create a custom bootstrapper redistributable component using Bootstrapper Manifest Generator(BMG). Please refer to the following documents for more information:
"Add your own (custom) prerequisite to "ClickOnce" application"
http://www.codeproject.com/KB/aspnet/Add_Custom_Prerequisite.aspx

Hope this helps.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Monday, July 13, 2009 5:01 AM

Hi Louis,

> ClickOnce is issuing the warning 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'.

It sounds like you add the .NET Framework 3.5 SP1 as a prerequisite to your ClickOnce application.

If so, how you add the .NET Framework 3.5 SP1 asa prerequisite?

Ifyou add it through Project Designer -> Publish tab -> Prerequisites button -> Prerequisites dialog, the .NET Framework 3.5 SP1 should have existed in the boostrapper folder.

Anyway, you can create a custom bootstrapper redistributable component using Bootstrapper Manifest Generator(BMG). Please refer to the following documents for more information:
"Add your own (custom) prerequisite to "ClickOnce" application"
http://www.codeproject.com/KB/aspnet/Add_Custom_Prerequisite.aspx

Hope this helps.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Monday, July 13, 2009 5:01 AM

You can use google to search for other answers

Custom Search

More Threads

• The operation has timed out "during install"
• Internet Explorer won't execute ClickOnce application
• Multi Disk Setup in VS 2005
• deployment of dotnet application from development to production
• ClickOnce application as a system shell
• Click doesn't install required components
• ClickOnce Deployment
• Q&A database import
• better way for detect windows service is installed
• Launch on startup? How to edit appref-ms files?