Wrox Programmer Forums
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 8th, 2004, 04:13 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Default compilation error

Hi
I am working on ASP.NET.
Past few weeks my application in server was working fine.
But now a days when i try to access site some pages are working fine some pages are giving below error.If i copy .aspx and .vb file from my local pc to server then error page also working fine.This is giving more problem to users dont know suddenly some pages giving problem.
I am using codebehind like this
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="RB_ActualInvoice.aspx.vb" Inherits="RB.RB_ActualInvoice"%>

Pl help me in this thanks.

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

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: The compiler failed with error code 1073807364.



Show Detailed Compiler Output:



 
Old June 8th, 2004, 06:02 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I did a search for that error number and I didn't find much that seemed related to ASP.NET or .NET in general. I saw things related to Java, Java Virtual Maching and PHP. So I'm wondering what the problem could be.

I noted that your said "If i copy .aspx and .vb file...". You don't need to (and shouldn't) copy the .vb files to the server. The server doesn't use them (if you are using compiled code-behind which it appears you are). See this thread for a similar topic.
 
Old June 8th, 2004, 10:29 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Default

HI

Thanks for your replay.
I gone through the topic.
I created one more virtual directory in my server and copy all my .aspx file and bin folder to related physical folder.

When i access the site its working fine.Then I just modified one .vb file in local machine ,recompile whole project and copied the only .dll to server.When i try access the site now again some pages(links) are working and 2 pages(which are running fine earlier and also not changed these 2 pages in local machine) giving same below error.Really i fed up with this pl advice me in this.


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

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: The compiler failed with error code 1073807364.



Show Detailed Compiler Output:


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

 
Old June 9th, 2004, 07:19 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Again, I don't recognize error code 1073807364. I did a brief search for it, but nothing jumped out at me. Perhaps a more exhaustive search on your part will yield the answer. Try the MSDN site as well as google.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Compilation Error furqanms Pro Java 2 September 28th, 2007 11:22 AM
compilation error pratik28 C# 1 September 24th, 2006 07:39 AM
Compilation Error allyant ASP.NET 2.0 Basics 1 August 5th, 2006 05:51 PM
Compilation error Giri ASP.NET 1.0 and 1.1 Basics 3 August 3rd, 2005 04:14 PM
compilation error saint Classic ASP Databases 2 June 23rd, 2003 04:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.