Connecting Tech Pros Worldwide Help | Site Map

Error while replacing DLL

  #1  
Old July 1st, 2009, 12:18 PM
Member
 
Join Date: Jun 2009
Location: Bangalore
Posts: 41
Hi Team,

This application is in ASP.Net and C#. I have Global.asax, webconfig and aspx pages on the server with code behind logic in Bin directory as DLLs.

I made few changes in code behind on my local system and replaced the DLL on the server. I got below Parser Error error in global.asax. I havent changed anything in global.asax file.

I build the DLL from VS Command line and it complied perfectly
Please help as its urgent.


###################
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'OnBoard.NewArrival'.

Source Error:


Line 2: <%@ language="C#" %>
Line 3:
Line 4: <object id="MyArrival" runat="server"
Line 5: class="OnBoard.NewArrival" scope="Session" />
Line 6:


Source File: /NewArrival/global.asax
###################
  #2  
Old July 8th, 2009, 02:37 PM
Member
 
Join Date: Jun 2009
Location: Bangalore
Posts: 41

re: Error while replacing DLL


Found the error. Actully my class's namespace was not correct.

Thanks All,
Manik
Reply

Tags
dll, error, pharse, replaced


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in returning a vector from a function Rahul K answers 6 September 1st, 2006 02:15 AM
Problem with wrapping an unmanaged C++ DLL using the header file Lokkju answers 0 November 17th, 2005 03:18 PM
trouble creating object in win 2000 mcmg answers 8 July 22nd, 2005 02:05 AM
author index for Python Cookbook 2? Andrew Dalke answers 10 July 19th, 2005 12:26 AM