cancel
Showing results for 
Search instead for 
Did you mean: 

CR 2008 SP 3, VS 2008, ASP.Net, javascript errors

Former Member
0 Kudos

Hello,

I've been working for the last couple of weeks trying to upgrade from CR 10 to CR 2008 SP 3. I have a web application that I developed in VS 2008.

I installed CR 2008. Then I installed SP 1, then I installed SP 3 trying to eliminate the 'bobj' is undefined error. I'm developing on my local machine and using localhost. IIS is not installed on the machine I am developing with. I could run Crystal Reports before the upgrade, but the 'export' and 'print' buttons would not work. I have one module that has a crystalreportviewer, when I select a report for viewing I get the error.

Can someone point me in the right direction? I'm at my wits end with this and pressure is beginning to mount.

Thanks for any help

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_pathak
Active Contributor
0 Kudos

Hi,

Please search the forum for "BOBJ is undefined" you will find many relevant threads.

Thanks

Saurabh

Former Member
0 Kudos

Thanks for your response.

I have searched, found the threads, tried all of the ones that I could understand and still have the problems. Haven't found any solution that resolves my issues.

saurabh_pathak
Active Contributor
0 Kudos

Hi,

Please provide following:

1) VS Version and edition

2) Web or Windows apps

3) Development or Production machine.

Thanks,

Saurabh

Former Member
0 Kudos

VS 2008 Version 9.0.21022.8 RTM, I got that from the 'About' page. I dont' know where to find the 'edition'

Web

Development

saurabh_pathak
Active Contributor
0 Kudos

It would be helpful if you could mention OS (32 bit or 64) used?

IIS version?

Do you see "crystalreportviewers12" folder in C:\Windoews\Microsoft\Framework\v3.0\ASP.NETCleintFiles or in

C:\Inetpub\wwwroot\aspnet_cleint\ ?

You can check all the framework versions on your system(C:\Windoews\Microsoft\Framework\) for "crystalreportviewers12" folder.

Thanks

Edited by: Saurabh.Pathak on Oct 29, 2010 9:38 PM

Former Member
0 Kudos

XP Pro Version 2002 SP 3

I don't know the bit, or where to find it.

Don't have IIS.

C:\Windoews\Microsoft\Framework\v3.0\ does not contain the crystalreportviewer12 folder.

C:\Inetpub\wwwroot\aspnet_cleint\ does not exist on my machine.

The folder is in here:

c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\crystalreportviewers12

along with folder:

c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\CrystalReportWebFormViewer4

I have moved those 2 folders all over the place trying to get it to work. My site is here:

C:\dev\mysite

I test it using localhost:

saurabh_pathak
Active Contributor
0 Kudos

Try instaling IIS then proceed further.

I would suggest you do it on a clean machine where IIS exist/installed and try re-installing everything.

(Missing) IIS is the most likely reason for various errors you have with your application.

Thanks,

Saurabh

Edited by: Saurabh.Pathak on Oct 29, 2010 10:06 PM

former_member208657
Active Contributor
0 Kudos

Saurabh's suggestion regarding the ASP.NETClientFiles\crystalreportviewers12 is usually spot on in cases like this. Is your application configured for the 1.1 framework or something like that?

When the Crystal Report Web Form View is rendered in the casini personal web server, we load all the viewer resource files from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\crystalreportviewers12. That includes images, js, and css files. In your case, is it only a javascript file error? Or are you not seeing any toolbar or images too?

If it is just the JavaScript problem then you are likely missing the \js folder, or the .js files.

I suggest you use Process Monitor and see what your application is looking for. When you get a result log in proc mon, filter your results on the path that includes "crystalreportviewers12". Then look to see what is failing. It will give you a better idea of what is missing.

If your crystalreportviewers12 is broken, you can download another copy using the link below. This is from one of my test systems. Note: This will only be available for 21 days.

https://sapmats-us.sap-ag.de/download/download.cgi?id=JI3L684P5XT6CA91V5Y9FRFEMLVHBA467P9P55VLCPUE2R...

Former Member
0 Kudos

Thanks for all the response. I left work Friday afternoon and tried to forget about my CR problems.

I will try to answer as many questions as I can.

Framework 2.0

When I try to run the reports module, I never see the report viewer. I see the param prompt page, but that's as far as I get. One of the params is the FY(fiscalYear), when I start typing 2011, I get 2-3 java errors for every digit I type then I Click 'OK' and the prompt page just refreshes.

The 'js' folder is inside of the crystalreportviewers12 folder with .js files inside.

Where I work, I cannot install IIS or Process Monitor. They have been using CR with .NET for years. We're just wanting to upgrade.

I am running from VS 2008 IDE. In Solution explorer my site looks like c:\dev\mysite, In browser it looks like:

http://localhost:2567/mysite.

If I type inetmgr in command prompt, I get "Windows cannot find 'inetmgr'".

Former Member
0 Kudos

Here is part of my Web.Config file:

<configuration>

<!-- register local configuration handlers -->

<configSections>

<sectionGroup name="dotnetnuke">

<!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->

</configSections>

<connectionStrings>

</connectionStrings>

<appSettings>

<add key="InstallTemplate" value="DotNetNuke.install.config" />

<add key="AutoUpgrade" value="true" />

<add key="UseInstallWizard" value="true" />

<add key="InstallMemberRole" value="true" />

<add key="ShowMissingKeys" value="false" />

<add key="EnableWebFarmSupport" value="false" />

<add key="EnableCachePersistence" value="false" />

<add key="HostHeader" value="" />

<add key="RemoveAngleBrackets" value="false" />

<add key="PersistentCookieTimeout" value="0" />

<add key="InstallationDate" value="5/11/2009" />

<add key="CrystalImageCleaner-AutoStart" value="true" />

<add key="CrystalImageCleaner-Sleep" value="60000" />

<add key="CrystalImageCleaner-Age" value="120000" />

<add key="CRPath" value="C:\Reports\" />

<add key="SavedReportPath" value="C:\Saved Crystal Reports\" />

<add key="resourceURI" value="~/crystalreportviewers12"/>

</appSettings>

<system.codedom>

<compilers>

<compiler language="vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".VB"/>

</compilers>

</system.codedom>

<!-- The system.webServer section is required for IIS7 compatability It is ignored by IIS6-->

<system.web>

<!-- Ensure validationkey is not set to AutoGenerate,IsolateApps so it correctly supports webfarms -->

<!-- HttpModules for Common Functionality -->

<httpHandlers>

<!-- This is for CAPTCHA support -->

<add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke"/>

<!-- This is for Serving files, secure, insecure, from database -->

<add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>

<!-- This adds syndication support -->

<add verb="*" path="RSS.aspx" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke"/>

<!-- This adds legacy support for the Logoff page -->

<add verb="*" path="Logoff.aspx" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke"/>

<!-- ASP.NET AJAX support -->

<remove verb="*" path="*.asmx"/>

<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers>

<!-- set code access security trust level - this is generally set in the machine.config

<trust level="Medium" originUrl=".*" />

-->

<!-- set debugmode to false for running application -->

<compilation debug="true" strict="false">

<buildProviders>

<remove extension=".resx"/>

<remove extension=".resources"/>

</buildProviders>

<assemblies>

<add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

<add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

</assemblies>

<!-- register your app_code subfolders to generate granular assemblies during compilation

<codeSubDirectories>

<add directoryName="sub-directory name"/>

</codeSubDirectories>

-->

<codeSubDirectories>

<add directoryName="HTML"/>

<add directoryName="IFrame"/>

<add directoryName="Survey"/>

</codeSubDirectories>

</compilation>

<!-- permits errors to be displayed for remote clients -->

<customErrors mode="RemoteOnly"/>

<!-- Forms or Windows authentication -->

<authentication mode="Forms">

<forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>

</authentication>

<!--

<identity impersonate="true"/>

<authentication mode="Windows">

</authentication>

-->

<!-- allow large file uploads -->

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"/>

<httpCookies httpOnlyCookies="true" requireSSL="false" domain=""/>

<!-- GLOBALIZATION

This section sets the globalization settings of the application.

Utf-8 is not supported on Netscape 4.x

If you need netscape compatiblity leave iso-8859-1.

UTF-8 is recommended for complex languages

-->

<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>

<!<globalization culture="en-US" uiCulture="en" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>>

<!-- page level options -->

<pages validateRequest="false" enableViewStateMac="true" enableEventValidation="false">

<controls>

<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

</controls>

<namespaces>

<add namespace="System.ComponentModel"/>

<add namespace="System.Data"/>

<add namespace="System.Data.SqlClient"/>

<add namespace="System.Drawing"/>

<add namespace="Microsoft.VisualBasic"/>

<add namespace="System.Globalization"/>

<add namespace="DotNetNuke.Services.Localization"/>

<add namespace="DotNetNuke.Entities.Users"/>

<add namespace="DotNetNuke"/>

<add namespace="DotNetNuke.Common"/>

<add namespace="DotNetNuke.Data"/>

<add namespace="DotNetNuke.Framework"/>

<add namespace="DotNetNuke.Modules"/>

<add namespace="DotNetNuke.Security"/>

<add namespace="DotNetNuke.Services"/>

<add namespace="DotNetNuke.UI"/>

<add namespace="DotNetNuke.Entities.Portals"/>

<add namespace="DotNetNuke.Common.Utilities"/>

<add namespace="DotNetNuke.Services.Exceptions"/>

<add namespace="DotNetNuke.Entities.Tabs"/>

</namespaces>

</pages>

<!-- ASP.NET 2 Membership/Profile/Role and AnonymousAuthentication Providers -->

<!-- anonymousIdentification configuration:

enabled="[true|false]" Feature is enabled?

cookieName=".ASPXANONYMOUS" Cookie Name

cookieTimeout="100000" Cookie Timeout in minutes

cookiePath="/" Cookie Path

cookieRequireSSL="[true|false]" Set Secure bit in Cookie

cookieSlidingExpiration="[true|false]" Reissue expiring cookies?

cookieProtection="[None|Validation|Encryption|All]" How to protect cookies from being read/tampered

domain="[domain]" Enables output of the "domain" cookie attribute set to the specified value

-->

<anonymousIdentification enabled="true" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="None" domain=""/>

<membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15">

<providers>

<clear/>

<!-- Configuration for DNNSQLMembershipProvider:

connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified

passwordAttemptThreshold="int" The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account

passwordAttemptWindow="int" The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked

enablePasswordRetrieval="[true|false]" Should the provider support password retrievals

enablePasswordReset="[true|false]" Should the provider support password resets

requiresQuestionAndAnswer="[true|false]" Should the provider require Q & A

minRequiredPasswordLength="int" The minimum password length

minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters

applicationName="string" Optional string to identity the application: defaults to Application Metabase path

requiresUniqueEmail="[true|false]" Should the provider require a unique email to be specified

passwordFormat="[Clear|Hashed|Encrypted]" Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES)

description="string" Description of what the provider does

-->

<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="false" passwordFormat="Encrypted" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database"/>

</providers>

</membership>

</system.web>

<runtime>

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<dependentAssembly>

<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>

<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.5.0.0"/>

</dependentAssembly>

<probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;"/>

</assemblyBinding>

</runtime>

<dotnetnuke>

<htmlEditor defaultProvider="FckHtmlEditorProvider">

<providers>

<clear/>

<add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="/Providers/HtmlEditorProviders/Fck/" CustomConfigurationPath="/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js" EnhancedSecurityDefault="false" SecureConfigurationPath="/Providers/HtmlEditorProviders/Fck/custom/FCKConfigSecure.js" ImageGalleryPath="/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageUploadPath="/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageAllowedFileTypes="gif,png,bmp,jpg" FlashGalleryPath="/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashUploadPath="/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashAllowedFileTypes="fla,swf" LinksGalleryPath="/Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx" DynamicStylesGeneratorPath="/Providers/HtmlEditorProviders/Fck/FCKStyles.aspx" DynamicStylesCaseSensitive="true" DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard" StaticStylesFile="/Providers/HtmlEditorProviders/Fck/FCKeditor/fckstyles.xml" StylesDefaultMode="dynamic" DynamicCSSGeneratorPath="/Providers/HtmlEditorProviders/Fck/FCKCSS.aspx" StaticCSSFile="/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/css/fck_editorarea.css" CSSDefaultMode="dynamic" spellCheck="ieSpell" AvailableToolbarSkins="Office2003,Silver" DefaultToolbarSkin="Office2003" AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic" DefaultToolbarSet="DNNDefault" DefaultImageGallerySkin="Default" DefaultFlashGallerySkin="Default" DefaultLinksGallerySkin="Default" FCKDebugMode="false" UseFCKSource="false" OptionsOpenMode="ShowModalDialog" ShowModuleType="true" FixOldDNNPostback="false" CustomOptionsDialog="Admin"/>

</providers>

</system.webServer>

</configuration>

former_member208657
Active Contributor
0 Kudos

Process Monitor isn't an application you install. It is an executable that you can run without an install (no reg keys or large footprint). If you aren't able to use a tool like this you are going to have a very tough go at resolving this issue.

I'd suggest completely removing Crystal Reports and re-installing if you aren't able to troubleshoot this. Below is a link to the full installer for Crystal Reports 2008 SP3.

https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip

former_member208657
Active Contributor
0 Kudos

One thing I did notice in your web.config is your image handler is wrong. You have two versions of CrystalImageHandler in your <httpHandlers> section. You need to delete the 10.5.3700 element.

Wrong


<add verb="GET" path="CrystalImageHandler.aspx" 
type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

<add verb="GET" path="CrystalImageHandler.aspx" 
type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Correct


<add verb="GET" path="CrystalImageHandler.aspx" 
type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Edited by: David Hilton on Nov 1, 2010 8:39 AM

Former Member
0 Kudos

I made this change, it didnt' help.

Thanks

Former Member
0 Kudos

I replaced my crystalreportviewers12 folder with the one from the link above. Still have the same error. Below is the line where the first error pops after selecting my report:

pe.init('../aspnetclient/system_web/2_0_50727/crystalreportviewers12/prompting',200);

error says:

Microsoft JScript runtime error:'_pe' is undefined

Given that, can you tell me where the aspnet_client folder should be?my site is at c:\dev\+mysite+

I can't use the Process Monitor, not an administrator. I can't help but think that this is a simple problem that I/we haven't found yet. Those are the ones that drive you crazy.

After I upgraded to CR 2008, is there something that I need to do in VS 2008 to tie those two together.

former_member208657
Active Contributor
0 Kudos

As I mentioned in a prevoius post, the correct location is C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\crystalreportviewers12. This is the location we use when you use the personal web server in Visual Studio 2008.

I strongly suggest you find a way around your admin credentials issue so you can use Proc Mon. Otherwise you will have a very hard time figuring out what directory is actually giving you problems.

Remove and re-install of Crystal Reports 2008 is still an option.

Former Member
0 Kudos

I removed my CR 2008 and downloaded the SP 3 full build from the link provided up above. When I try to open the .zip I get a warning that says 'Cannot open file: it does not appear to be a valid archive.'

Do you have another link I could use?

former_member208657
Active Contributor
0 Kudos

Your download likely was corrupted somehow. I just downloaded the zip file to a test machine and it unpacked successfully.

Can you try downloading again?

Former Member
0 Kudos

Ok, I've downloaded the file 3 times now and everytime I get the error.

very frustrated.

Former Member
0 Kudos

I'm having trouble getting to the ftp site. I had my Network Admin try to set up the transfer, he's using FileZilla. He can get connected to the sever, but he can't see the directory. He keeps getting this error:

Error: GnuTLS error -53: Error in the push function.

Error: Connection timed out

Error: Failed to retrieve directory listing

We've changed settings back and forth, but still can't see the directory.

Please check and advise.

Thanks.

former_member208657
Active Contributor
0 Kudos

I've uploaded the file for you to one of our other file sharing servers. You can download the file using the link below. It may take 30 to 60 minutes to become available.

https://sapmats-de.sap-ag.de/download/download.cgi?id=RBYBL8DMM8KZRZ25NRX4VEE6YE0MN3ZP25ZOFS4KAHC1DC...

Former Member
0 Kudos

I got the file from the link you provided. Ran the .exe, went through the set up, opened my site in VS 2008 and ran it; 'Debug->Start Debuggin', from the IDE.

I still get the same error.

Microsoft JScript error: '_pe' is undefined.

When I click 'continue' or 'ignore' it just goes to another JScript error.

I think the '_pe' error is relative to the parameter prompt. When I select a report that doesn't have to prompt for parameters, I get the 'bobj' is undefined error.

Did I miss something in the setup?

Former Member
0 Kudos

I have the same error if I run the application from Visual Studio in the Development Server. If I change the project properties so the local IIS Web server is used, then the problem disappears...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi rlozbim,

Are you running the application from VS2008 IDE? if not, are you typing a url to your app in the browser?

Please describe.

If you are running the application from VS2008 IDE, with the website located on the file system then you really do not need to install IIS. Anyway, no harm in installing it. In solution explorer, how does the website name look like:
localhost\dev\mysite OR c:\dev\mysite\

What happens if you run the inetmgr command in the run box? Please post the contents of the web.config file of your application.

cheers!

saurabh_pathak
Active Contributor
0 Kudos

I may be wrong, while running .NET application (with no CR) you may not require IIS to be installed on the dev machine.

When CR is used in .NET application then we require IIS because crystalreportsviewer12 is also installed in one of the subfolders of aspnet_client.

Thanks,

Saurabh