Connecting Tech Pros Worldwide Forums | Help | Site Map

problems upgrading vs2003 project to vs2005

=?Utf-8?B?UGF1bA==?=
Guest
 
Posts: n/a
#1: Sep 26 '08
I have a vb.net web project that was created in vs2003 and uses crystal
reports. I no longer have vs2003 but now have vs2005. I was able to use the
wizard and the project builds but when I view the controls I get the error,
could this be a permissions issue,
/LM/W3SVC/1/ROOT/Projectname is not a valid IIS application.
Any ideas, thanks.
--
Paul G
Software engineer.

Cowboy \(Gregory A. Beamer\)
Guest
 
Posts: n/a
#2: Sep 26 '08

re: problems upgrading vs2003 project to vs2005


You have to upgrade the project to 2.0 in IIS first. VS 2005 does not
connect to a 1.1 project.

Another option is point to the actual folder the project is contained in and
do the upgrade. You will want to back up to be safe. After you have all
projects upgraded run aspnet_regiis -i from
%WINDIR%\Microsoft.NET\Framework\v2.0.50727.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@discussions.microsoft.comwrote in message
news:51D5B380-CC62-4FCF-9130-3D1F56D8686A@microsoft.com...
Quote:
>I have a vb.net web project that was created in vs2003 and uses crystal
reports. I no longer have vs2003 but now have vs2005. I was able to use
the
wizard and the project builds but when I view the controls I get the
error,
could this be a permissions issue,
/LM/W3SVC/1/ROOT/Projectname is not a valid IIS application.
Any ideas, thanks.
--
Paul G
Software engineer.
=?Utf-8?B?UGF1bA==?=
Guest
 
Posts: n/a
#3: Sep 26 '08

re: problems upgrading vs2003 project to vs2005


thanks for the information, I am now able to build but get the following
runtime error
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
Version=9.2.3300.0

I have added the reference CrystalReport Engine and the file is located on
the machine.
Thanks.
--
Paul G
Software engineer.


"Cowboy (Gregory A. Beamer)" wrote:
Quote:
You have to upgrade the project to 2.0 in IIS first. VS 2005 does not
connect to a 1.1 project.
>
Another option is point to the actual folder the project is contained in and
do the upgrade. You will want to back up to be safe. After you have all
projects upgraded run aspnet_regiis -i from
%WINDIR%\Microsoft.NET\Framework\v2.0.50727.
>
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
>
Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#
>
or just read it:
http://feeds.feedburner.com/GregoryBeamer
>
********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@discussions.microsoft.comwrote in message
news:51D5B380-CC62-4FCF-9130-3D1F56D8686A@microsoft.com...
Quote:
I have a vb.net web project that was created in vs2003 and uses crystal
reports. I no longer have vs2003 but now have vs2005. I was able to use
the
wizard and the project builds but when I view the controls I get the
error,
could this be a permissions issue,
/LM/W3SVC/1/ROOT/Projectname is not a valid IIS application.
Any ideas, thanks.
--
Paul G
Software engineer.
>
>
Jeff Dillon
Guest
 
Posts: n/a
#4: Sep 27 '08

re: problems upgrading vs2003 project to vs2005


thanks for the information, I am now able to build but get the following
Quote:
runtime error
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
Version=9.2.3300.0
>
First link in search results:

http://programminggems.blogspot.com/...-assembly.html


Cowboy \(Gregory A. Beamer\)
Guest
 
Posts: n/a
#5: Sep 30 '08

re: problems upgrading vs2003 project to vs2005


I don't work with Crystal, so you might end up having to update your Crystal
bits to those that shipped with 2.0. The 1.1 to 2.0 conversion is generally
very straightforward. The Crystal bits are not Microsoft's, so I am not sure
how compatible they kept them.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Paul" <Paul@discussions.microsoft.comwrote in message
news:EA3CE192-FB12-463A-8E30-DA5874AACFAB@microsoft.com...
Quote:
thanks for the information, I am now able to build but get the following
runtime error
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
Version=9.2.3300.0
>
I have added the reference CrystalReport Engine and the file is located on
the machine.
Thanks.
--
Paul G
Software engineer.
>
>
"Cowboy (Gregory A. Beamer)" wrote:
>
Quote:
>You have to upgrade the project to 2.0 in IIS first. VS 2005 does not
>connect to a 1.1 project.
>>
>Another option is point to the actual folder the project is contained in
>and
>do the upgrade. You will want to back up to be safe. After you have all
>projects upgraded run aspnet_regiis -i from
>%WINDIR%\Microsoft.NET\Framework\v2.0.50727.
>>
>--
>Gregory A. Beamer
>MVP, MCP: +I, SE, SD, DBA
>>
>Subscribe to my blog
>http://feeds.feedburner.com/GregoryBeamer#
>>
>or just read it:
>http://feeds.feedburner.com/GregoryBeamer
>>
>********************************************
>| Think outside the box! |
>********************************************
>"Paul" <Paul@discussions.microsoft.comwrote in message
>news:51D5B380-CC62-4FCF-9130-3D1F56D8686A@microsoft.com...
Quote:
>I have a vb.net web project that was created in vs2003 and uses crystal
reports. I no longer have vs2003 but now have vs2005. I was able to
use
the
wizard and the project builds but when I view the controls I get the
error,
could this be a permissions issue,
/LM/W3SVC/1/ROOT/Projectname is not a valid IIS application.
Any ideas, thanks.
--
Paul G
Software engineer.
>>
>>
Closed Thread