Update of /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity/Runtime
Modified Files:
RuntimeInstance.cs
Log Message:
Cleaned up several warnings
Restored some lingering files
Index: RuntimeInstance.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/RuntimeInstance.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RuntimeInstance.cs 16 Nov 2005 07:01:51 -0000 1.5
--- RuntimeInstance.cs 26 Nov 2005 08:09:23 -0000 1.6
***************
*** 425,429 ****
o = Activator.CreateInstance(rmType);
}
! catch (System.Exception cnfe)
{
String err = "The specified class for Resourcemanager (" + rm + ") does not exist (or is not accessible to the current classlaoder.";
--- 425,429 ----
o = Activator.CreateInstance(rmType);
}
! catch (System.Exception)
{
String err = "The specified class for Resourcemanager (" + rm + ") does not exist (or is not accessible to the current classlaoder.";
|