Click here to Skip to main content
15,915,336 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionClickOnce and Sandbox? Pin
Atul Kharecha14-May-09 0:50
Atul Kharecha14-May-09 0:50 
Questionsplitting in VB.NET without delimiters Pin
poojapande13-May-09 23:06
poojapande13-May-09 23:06 
AnswerRe: splitting in VB.NET without delimiters Pin
Pete O'Hanlon13-May-09 23:24
mvePete O'Hanlon13-May-09 23:24 
GeneralRe: splitting in VB.NET without delimiters Pin
Luc Pattyn14-May-09 1:33
sitebuilderLuc Pattyn14-May-09 1:33 
AnswerRe: splitting in VB.NET without delimiters Pin
Fernando Soto14-May-09 8:28
Fernando Soto14-May-09 8:28 
QuestionDisable "Print" & "Save As" Options From Moss 2007 document Library Pin
Kronfolitto13-May-09 22:12
Kronfolitto13-May-09 22:12 
QuestionLink error with C++ code with Intel fortran code. Pin
lavate malllik13-May-09 21:47
lavate malllik13-May-09 21:47 
QuestionBootstrapper Pin
netDeveloper13-May-09 21:45
netDeveloper13-May-09 21:45 
Hi,

I have the following warning when i build the setup project requiring 3.5 sp1.

Warning 1 Could not find prerequisite '.NET Framework 3.5 SP1' in path 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'
I used instructions from http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm#General%20Issues[^] to copy net 3.5 sp1 to bootstrapper and modify product.xml as necessary.
The modifications were
<PackageFile Name="dotNetFX30\XPSEPSC-x86-en-US.exe" PublicKey="3082010A0282010100A2DB0A8DCFC2C1499BCDAA3A34AD23596BDB6CBE2122B794C8EAAEBFC6D526C232118BBCDA5D2CFB36561E152BAE8F0DDD14A36E284C7F163F41AC8D40B146880DD98194AD9706D05744765CEAF1FC0EE27F74A333CB74E5EFE361A17E03B745FFD53E12D5B0CA5E0DD07BF2B7130DFC606A2885758CB7ADBC85E817B490BEF516B6625DED11DF3AEE215B8BAF8073C345E3958977609BE7AD77C1378D33142F13DB62C9AE1AA94F9867ADD420393071E08D6746E2C61CF40D5074412FE805246A216B49B092C4B239C742A56D5C184AAB8FD78E833E780A47D8A4B28423C3E2F27B66B14A74BD26414B9C6114604E30C882F3D00B707CEE554D77D2085576810203010001" />
        <PackageFile Name="dotNetFX30\XPSEPSC-amd64-en-US.exe" PublicKey="3082010A0282010100A2DB0A8DCFC2C1499BCDAA3A34AD23596BDB6CBE2122B794C8EAAEBFC6D526C232118BBCDA5D2CFB36561E152BAE8F0DDD14A36E284C7F163F41AC8D40B146880DD98194AD9706D05744765CEAF1FC0EE27F74A333CB74E5EFE361A17E03B745FFD53E12D5B0CA5E0DD07BF2B7130DFC606A2885758CB7ADBC85E817B490BEF516B6625DED11DF3AEE215B8BAF8073C345E3958977609BE7AD77C1378D33142F13DB62C9AE1AA94F9867ADD420393071E08D6746E2C61CF40D5074412FE805246A216B49B092C4B239C742A56D5C184AAB8FD78E833E780A47D8A4B28423C3E2F27B66B14A74BD26414B9C6114604E30C882F3D00B707CEE554D77D2085576810203010001" />

and added right after <PackageFiles CopyAllPackageFiles="IfNotHomeSite">
< PackageFile Name="TOOLS\clwireg.exe" />
< PackageFile Name="TOOLS\clwireg_x64.exe" />
< PackageFile Name="TOOLS\clwireg_ia64.exe" />

However i get that warning and i am unable to add net 3.5 sp1 to setup project. The solutions i found were to check again product.xml file and it's ok, restart, clean solution rebuild. Didn't work. Do you have some other suggestions?
Thank you
P.S. I hope this is the correct thread Smile | :)
AnswerRe: Bootstrapper Pin
netDeveloper13-May-09 22:50
netDeveloper13-May-09 22:50 
GeneralRe: Bootstrapper Pin
netDeveloper14-May-09 1:51
netDeveloper14-May-09 1:51 
QuestionWindows address book Pin
ashish purwar13-May-09 19:57
ashish purwar13-May-09 19:57 
QuestionDelete Record from Data Grid Pin
saif_saifi12-May-09 21:50
professionalsaif_saifi12-May-09 21:50 
Questionhow to paint the MainMenu Pin
coderormnger12-May-09 21:21
coderormnger12-May-09 21:21 
AnswerRe: how to paint the MainMenu Pin
Pete O'Hanlon12-May-09 22:08
mvePete O'Hanlon12-May-09 22:08 
QuestionHow to get machine certificate and user license. Pin
deadlyabbas12-May-09 21:01
deadlyabbas12-May-09 21:01 
Question.Net Remoting with COM client Pin
lee2312-May-09 19:43
lee2312-May-09 19:43 
Questionproblem with richedit control [modified] Pin
ramaluciano12-May-09 18:52
ramaluciano12-May-09 18:52 
QuestionIRunningObjectTable.Register method Pin
lee2312-May-09 18:23
lee2312-May-09 18:23 
AnswerRe: IRunningObjectTable.Register method Pin
lee2312-May-09 19:06
lee2312-May-09 19:06 
GeneralRe: IRunningObjectTable.Register method Pin
lee2313-May-09 20:25
lee2313-May-09 20:25 
QuestionSeeking advice for storing data in memory [modified] Pin
glumlord12-May-09 7:46
glumlord12-May-09 7:46 
AnswerRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 7:59
glumlord12-May-09 7:59 
AnswerRe: Seeking advice for storing data in memory Pin
Ian McCaul12-May-09 8:32
Ian McCaul12-May-09 8:32 
GeneralRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 8:37
glumlord12-May-09 8:37 
GeneralRe: Seeking advice for storing data in memory Pin
Ian McCaul12-May-09 8:43
Ian McCaul12-May-09 8:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.