WebSetUp Error!

  • Thread starter Thread starter DotnetTechie
  • Start date Start date
D

DotnetTechie

When i try to create a websetup project i am getting the following
error.

This setup does not contain the .NET Framework which must be installed
on the target machine by running dotnetfx.exe before this setup will
install. You can find dotnetfx.exe on the Visual Studio .NET Windows
Components Update.

I dont need to include framework with my setup.Eventhen i am getting
this error! I am Using Version 1.0.Any help will be
appreciated.Thanks in Advance!
 
when you build a setup, does it buid successfully? because the error which
you typed below, is not a error it's a warning displayed to the developer,
and compiler bypass this warning and builds the solution or setup package.

--
Dhaval Faria
Founder, Programmer
Hirdhav (http://www.hirdhav.com)
Microsoft India Community Star


DotnetTechie said:
When i try to create a websetup project i am getting the following
error.

This setup does not contain the .NET Framework which must be installed
on the target machine by running dotnetfx.exe before this setup will
install. You can find dotnetfx.exe on the Visual Studio .NET Windows
Components Update.

I dont need to include framework with my setup.Eventhen i am getting
this error! I am Using Version 1.0.Any help will be
appreciated.Thanks in Advance!



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Thanks Dhaval for u r Reply!.

Actually it is an error.My setup not compiled at all.When i
create a Websetup for simple 'Hello World' application,it is working
fine with warning message.But while trying my real time application i
am getting the error!

My realtime application contains third party chart component.It
contains OLAP Frontend using Office Web Component.Still i dont know
the solution for this error!
 
Back
Top