Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 28-07-2007, 05:47 PM   #1 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default visual studio 2003 problem!!!


i have installed visual studio 2003 on my system. os - windows xp media center edition. when i am trying to run a C# asp.net web application the following message is displayed...
please help me...

"Error while trying to run project: Unable to start debugging on the web server. The server does not support debugging of ASP.NET or ATL server applications. Run setup to install the Visual Studio.NET server components. If setup has been run verify that a valid URL has been specified.

You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project?

Yes No Help

Last edited by prinz; 28-07-2007 at 05:59 PM.
prinz is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-07-2007, 12:24 AM   #2 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: visual studio 2003 problem!!!

Comman VS error messages
slugger is offline  
Old 29-07-2007, 01:39 PM   #3 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default Re: visual studio 2003 problem!!!

when iam trying to run a copied project the followin message is displayed... please help me...

Server Error in '/BugTracking' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found.

Source Error:


Line 13: debugging ASP.NET files.
Line 14: -->
Line 15: <compilation defaultLanguage="c#" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
Line 16:
Line 17: <!-- CUSTOM ERROR MESSAGES


Source File: C:\BugTracking\web.config Line: 15

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///C:/BugTracking
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\confi g\machine.config.
LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/bugtracking/79204404/fffac7e7/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/bugtracking/79204404/fffac7e7/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///C:/BugTracking/bin/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///C:/BugTracking/bin/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/bugtracking/79204404/fffac7e7/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/bugtracking/79204404/fffac7e7/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///C:/BugTracking/bin/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL file:///C:/BugTracking/bin/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.EXE.

Please Help Me!!!

Last edited by prinz; 29-07-2007 at 01:39 PM. Reason: Automerged Doublepost
prinz is offline  
Old 29-07-2007, 01:55 PM   #4 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: visual studio 2003 problem!!!

step 1-goto iis

right click virtual directory

select property


step2--goto asp.net tab

change asp.net version to 1.0.3705
step 3 iisreset

now run d programme.

it will work.

u may also hav2 install Crystal Reports .NET components
slugger is offline  
Old 29-07-2007, 02:31 PM   #5 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by slugger
step 1-goto iis

right click virtual directory

select property


step2--goto asp.net tab

change asp.net version to 1.0.3705
step 3 iisreset

now run d programme.

it will work.

u may also hav2 install Crystal Reports .NET components
hey, brother... i cant understand... can you explain in detail... please... my os is windows xp sp2, vs 2003...
how can i goto iis and take the virtual directory... please explain... im a beginner...
prinz is offline  
Old 29-07-2007, 09:23 PM   #6 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: visual studio 2003 problem!!!

BUMP

sorry 4 doin dis guys, but d guy had pmd me 4 a better soln, but am running a lil short of time 2 post dat 4 d next 2 days

since so many of u online maybe sum1 can help him out

SORRY ONCE AGAIN
slugger is offline  
Old 30-07-2007, 02:45 AM   #7 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default Re: visual studio 2003 problem!!!

@prinz , Please read carefully.

I had already seen this thread and the answer was given by slugger so I didnot reply.

I also warned you about sending me PM's multiple times in this forum before. Also if you remember... I told you that I read each and every post that you make here. So why did you PM me again, pointing me to this thread?

I had to reply as you wrote
Quote:
Originally Posted by prinz
how can i goto iis and take the virtual directory... please explain...
I know about you are learning .NET/ASP.NET, but at what level are you currently in? Beginner/Intermediate/Expert?
My answer is that you have understood nothing about ASP.NET/.NET . I know this because I had solved a very basic problem you had in ASP.NET through yahoo chat. And also you had told me that you want to Learn .NET and dont know much about it. that was about a month or two ago. You dont know how to configure IIS and virtual directory even now and you want to run a copied crystal report project !!! Now how can I help?

You have to understand that people work at their own pace and not at the pace you want. The members are here to help you, and my reply only if they know the solution for your problem. They may not reply if the solution is already posted, same way as I had.

Now you problem .
Quote:
Parser Error Message: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found.
This means crystal report is not installed. So install it by the link given by slugger. This might work. I bet you will not go past this.

Now for my suggession.

You have to start form scratch for every new Language/Technology you want to learn. Learn the basics correctly. There are tons of books available for that. Pick one form Wrox publication. I suggest "Beginning ASP.NET 1.1" or 2.0. Also VB.NET Blackbook ( not from wrox ).

Read these books carefully and understand each and every part. Including what assemblies are, what ASP.NET is and its architecture. How to create a project, understand how to use objects and its properties. Once you are strong in those you can go to advanced topics.

Thanks
Charan

PS: Donot PM me for this thread.
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is online now  
Old 30-07-2007, 06:12 PM   #8 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by charangk
@prinz , Please read carefully.

I had already seen this thread and the answer was given by slugger so I didnot reply.

I also warned you about sending me PM's multiple times in this forum before. Also if you remember... I told you that I read each and every post that you make here. So why did you PM me again, pointing me to this thread?

I had to reply as you wrote

I know about you are learning .NET/ASP.NET, but at what level are you currently in? Beginner/Intermediate/Expert?
My answer is that you have understood nothing about ASP.NET/.NET . I know this because I had solved a very basic problem you had in ASP.NET through yahoo chat. And also you had told me that you want to Learn .NET and dont know much about it. that was about a month or two ago. You dont know how to configure IIS and virtual directory even now and you want to run a copied crystal report project !!! Now how can I help?

You have to understand that people work at their own pace and not at the pace you want. The members are here to help you, and my reply only if they know the solution for your problem. They may not reply if the solution is already posted, same way as I had.

Now you problem .

This means crystal report is not installed. So install it by the link given by slugger. This might work. I bet you will not go past this.

Now for my suggession.

You have to start form scratch for every new Language/Technology you want to learn. Learn the basics correctly. There are tons of books available for that. Pick one form Wrox publication. I suggest "Beginning ASP.NET 1.1" or 2.0. Also VB.NET Blackbook ( not from wrox ).

Read these books carefully and understand each and every part. Including what assemblies are, what ASP.NET is and its architecture. How to create a project, understand how to use objects and its properties. Once you are strong in those you can go to advanced topics.

Thanks
Charan

PS: Donot PM me for this thread.
First... im sorry for sending private message. i know how to configure IIS and virtual directory.
type inetmgr in run then websites->default websites...

but i cant understand this "step2--goto asp.net tab
change asp.net version to 1.0.3705"
where is "asp.net" tab option and how can i change the version.
i have already installed crysal reports. there is a built in crystal report in visual studio 2003. then whats the need of installing crystal report explicitly?!!!...

is there any version of crystal reports... when i am trying to run a copied project (bug tracking system) the following message is displayed please help me...

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The located assembly's manifest definition with name 'CrystalDecisions.CrystalReports.Engine' does not match the assembly reference.

Source Error:


Line 13: debugging ASP.NET files.
Line 14: -->
Line 15: <compilation defaultLanguage="c#" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
Line 16:
Line 17: <!-- CUSTOM ERROR MESSAGES


Source File: C:\Documents and Settings\Administrator\Desktop\BugTracking\web.con fig Line: 15


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0

Last edited by prinz; 30-07-2007 at 06:12 PM. Reason: Automerged Doublepost
prinz is offline  
Old 30-07-2007, 06:31 PM   #9 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by prinz
but i cant understand this "step2--goto asp.net tab
change asp.net version to 1.0.3705"
where is "asp.net" tab option and how can i change the version.
Goto IIS > select your website > rightclick > properties > there you will see the ASP.NET tab.
you can change the ASP.NET version for that website you are running.

I guess you are trying to run a 2002 project in 2003 environment. thats why it might not be working.
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is online now  
Old 30-07-2007, 07:59 PM   #10 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by charangk
Goto IIS > select your website > rightclick > properties > there you will see the ASP.NET tab.
you can change the ASP.NET version for that website you are running.

I guess you are trying to run a 2002 project in 2003 environment. thats why it might not be working.
hey, charan... its a vs 2003 project... done in an institute... when im copied it into my system and trying to run the error message is displayed...
i think its the problem of version of crystal report... please help me...
prinz is offline  
Old 30-07-2007, 08:06 PM   #11 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by prinz
hey, charan... its a vs 2003 project... done in an institute... when im copied it into my system and trying to run the error message is displayed...
i think its the problem of version of crystal report... please help me...
Quote:
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
Looking at this It looks like you are running .NET V 1.0. Please check from ASP.NET tab again. Try changing it to V 1.1
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is online now  
Old 30-07-2007, 10:49 PM   #12 (permalink)
Broken In
 
Join Date: Dec 2006
Posts: 142
Default Re: visual studio 2003 problem!!!

Quote:
Originally Posted by charangk
Looking at this It looks like you are running .NET V 1.0. Please check from ASP.NET tab again. Try changing it to V 1.1
the problem still exists!!!... i think this is the error

"Parser Error Message: The located assembly's manifest definition with name 'CrystalDecisions.CrystalReports.Engine' does not match the assembly reference."
prinz is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Studio installation Problem arcticflare Software Q&A 2 03-07-2007 05:02 PM
Web Application problem in Visual Studio.net 2003 vinayasurya Software Q&A 1 03-05-2006 05:56 PM
Visual Studio .NET Installation Problem.. khandu Software Q&A 3 12-01-2006 04:57 PM
Visual Studio .NET Professional 2003 Installation ERROR arbitfinder QnA (read only) 4 12-01-2006 11:39 AM

 
Latest Threads
- by ico
- by Piyush
- by icebags
- by clinton
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:15 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2