TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Barkha Shukla
NA
16
6.4k
below code is not executing please help
Jan 4 2015 11:11 PM
public class Assembly
{
static void Main(string[] args)
{
Assembly assembly = new Assembly();
var myAssembly =Assembly.Load(@"D:\MyLabBeDevelopmet1.0\eI.Mylan.Test\bin\Debug\eI.Mylan.MongoDBLogger.dll");
var eventNotifierObj = Activator.CreateInstance("eI.Mylan.MongoDBLogger.Logger"," eI.Mylan.MongoDBLogger.dll");
EventNotifier.IEventNotifier eventNotifier = eventNotifierObj as EventNotifier.IEventNotifier;
eventNotifier.Log(FinalXML);
}
public class MongoAssemblyTest
{
[TestMethod]
public void TestMethod1()
{
Assembly assembly = new Assembly();
var Assembly = Assembly.Load(@"D:\MyLabBeDevelopmet1.0\Test\bin\Debug\MongoDBLogger.dll");
var eventNotifierObj = Activator.CreateInstance("MongoDBLogger.Logger"," MongoDBLogger.dll");
EventNotifier.IEventNotifier eventNotifier = eventNotifierObj as EventNotifier.IEventNotifier;
eventNotifier.Log(FinalXML);
}
}
Reply
Answers (
1
)
inset excel field values in sql table
i need a c# code to parse below lines into csv formate