which .net framework
Hi all,
I have made a asp.net application.Now I want to take my application to a new machine.I have made the websetup project.Now when i run this setup on a different machine i get the msg. "ned to install .net framework".So i have installed .net framework 1.1 and also .net framework 2.0.Still its giving the same message.I have developed the application in Visual Studio .net 1.4322 so which version should in install.
Also if i want to work on that application further, how can i take my files to some other machine and configure it so that i can continue with my changes in the same application..
thanx
Shivani
[640 byte] By [
shupi] at [2007-11-11 7:35:27]

# 2 Re: which .net framework
Hi Paul,
I have downloaded it from this site.
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
I downloaded and installed it but after that when i run the setup, i got the same message.Is there any other way to install?Ya I have used dotnetfx setup file.
Shupi
shupi at 2007-11-11 21:49:52 >

# 3 Re: which .net framework
Could you post the exact error you are getting? Just to confirm, does this error occur during setup?
# 5 Re: which .net framework
Hi all,
I have downloaded a asp.net application from net.I have saved it at c:\inetpub\wwwroot\shopcart and then set the web sharing property of this folder to shared.Now when I type thsi URL http://localhost/shopcart/home.aspx then i got this error
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DotNetSpider.ShopCart.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="DotNetSpider.ShopCart.Global" %>
Source File: C:\Inetpub\wwwroot\shopcart\global.asax Line: 1
------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Can anybody tell me why i am getting this error?
Shupi
shupi at 2007-11-11 21:52:55 >
