Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...server error in / applicationserver error in / application
Previous
 
Next
New Post
8/21/2006 9:07 AM
 
WOW and COOL.

Here is my full error page:

Server Error in '/' Application.

The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.]

   System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() +957

   System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +29

   System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +384

   System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125

   System.Web.Compilation.BuildManager.CompileCodeDirectories() +525

   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +448


[HttpException (0x80004005): The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.]

   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57

   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612

   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456


[HttpException (0x80004005): The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.]

   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426855

   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88

   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149




Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42


Isn't it pretty?

Thank you for the response Robert.Guru!!!

I hope this is the start of a resolution.

I will check to see if I have access to the other items on my host.

Chris
 
New Post
8/21/2006 9:34 AM
 

Sorry I have a lot of posts in different areas this lists some of the problems I've been having

http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/63402/scope/posts/Default.aspx

So summarize as I've been working long/late hours on this without success.

Since I was having those [DROPDOWNACTION] container problems I thought I'd revert to 4.0.3, the same as my internal site. Still the export wouldn't work so I worked on re-creating ALL the pages again, this is a large site. Last night was the last straw out of nowhere I get another server configuration error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Surely there is a way to create a dotnetnuke site and simply have do a restore database. I'm thinking that would have been a great feature.

Glad to receive help today!

  • IIS is running 2.0.50727
  • I created a new application pool and pointed to it.

I get the exact same error.

this is the site - http://209.217.91.7/

Here's a little bit of history on the problems I've been having. First it started with exporting the internal site to the live server.

I downloaded lastest dotnenuke 4.3.4 install. I unzipped it on my computer then uploaded all the files to the new site. - first mistake?

I edited the dotnetnuke.install.config file as per your configuring tutorial and uploaded the file to the install file. The only difference is you call it dotnetnuke.install.resources.

I edited the config file for sql connections.

I get a Server Error in "/" application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

And have the customErrors mode="Off" in the config file.

I've been searching all day and it looks like an IIS issue and have set all the correct permissions but no chance of the site loading.

Did I go drastically wrong somewhere I don't know where else to check for errors.

_______________

I have done all I should and going through Wizard. It seems to stall there. When I go in a peak using another browser it's like it only gets a portion of the downloads - lots of pages missing etc.
I then expanded the config executionTimeout =600 and maxRequestLength=81920 and I got more files downloaded but the page doesn't give me a final complete. And if I go in there's lots of pages/files/images that haven't been uploaded.

I really did a lot of work on my internal site and would hate to have to go page by page and replace but is that my only alternative cause I'm getting no joy out of the wizard.

________________

I have worked nearly 30 hours solid on getting my live site working. This morning I decided to go back to 4.03 since it's been fine on my testing server. I got the basic site working and since export feature doesn't work for me (before and after new installation) I spent the day creating and populating my pages once again from scratch again.

I was doing great then all of a sudden I get a runtime error that tells me to set my config file -
the same error I got yesterday. the same fault I've seen on dotnetnuke. I haven't funny enough seen it on this site that's why I still have little faith in dotnetnuke. That and my internal site is working fine.

The worst is I don't even know how to solve the problem. There's got to be some difference in my settings between the servers. That's why I thought I'd do a fresh installation and I wsa doing great until without a word of warning I get an error. Is dotnetnuke that unstable?

It would really be nice to be able to create a clean site then simply update databases with all your information on. Believe me I've tried that also to no avail.

__________________________

Please let me know if there's any further specs I can give you. You can see that I've really been trying every avenue with little success but I do appreciate your assistance.

Since my site works without problem on my internal server it must have something to do with a setting that I'm overlooking.

 

 

 
New Post
8/21/2006 10:36 AM
 

Sorry forgot to mention I have both ASP.NET 1.0 and ASP.NET 2.0 loaded on the server.  But for this site I'm running 2.0. IIS if I didn't mention is 6.0

I have set <compilation debug="true" strict="false">

Do I need to change this <authentication mode="forms"> to use my database?

<forms name=".dotnetnuke" protection.....>

This morning I tried switching databases and I get this error

Nothing To Install At This Time

Current Assembly Version: 04.00.03

Current Database Version: 04.00.03

but nothing further happens on refresh - default page loops to the install/install.aspx?mode=none page with this message.

 

 
New Post
8/21/2006 11:20 AM
 
So,

I rolled the dice.

I deleted everything from the web directory, downloaded and uploaded a new, fresh, warm DotNetNuke_4.3.4_Install.zip and...

I got everything going -- sort of.

The tech rep at my host said I needed to change my web.config to have the "dbo" be the actual name of the dbo. Either way I still get the same error.

<add name="SqlDataProvider" type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider" connectionStringName="SiteSqlServer" upgradeConnectionString="" providerPath="~\Providers\DataProviders\SqlDataProvider\" objectQualifier="" databaseOwner="MyDBONameIsNowHere" />
...and more "pretty" instead of a site!


Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>


?



 
New Post
8/21/2006 11:43 AM
 

this issue is clearly evoked by not separating code directory for your cs module, see this line:

The files '/App_Code/ModuleName/DataProvider.vb' and '/App_Code/ModuleName/Info.cs' use a different language, which is not allowed since they need to be compiled together.]


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...server error in / applicationserver error in / application


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out