Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Deployment problem
posted

We have upgraded an old .NET 1.1 application by replacing the NetAdvantage 2007 V1 with NetAdvantage 2010 V2 targeting to .NET 4.0.

At the time of deployment, we uninstalled the 2007 version of NetAdvantage along with the old application from the Windows 2008 R1 server and installed 2010 V2 of NetAdvantage along with other setups. After the installation we could see virtual folders for 2.0, 3.5 etc. in IIS, but not for 4.0. Obviously application is not working. We tried with multiple reinstallations but all of them failed.

Any clue?

Parents
No Data
Reply
  • 37874
    posted

    Hi joal0791,

    This is very strange issue. I tested this scenario and the CLR4.0 folder was created as expected. However, you could create it manually, then place the following folders in:

     

    C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\ASP.NET\Styles

    C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\ASP.NET\CLR4.0\Scripts

    C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\ASP.NET\CLR4.0\Forms

     

    Hope this helps.

Children