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
Sriharsh Adari
NA
1
0
Error Creating dll
Jan 24 2007 4:57 AM
Hi,
I get the following error message when i try to create a C# dll using command promt: error CS0006: Metadata file 'Microsoft.SqlServer.ManagedDTS.dll' could not be found.
This is the command i am using to create the dll: csc /target:library /out:"C:\PackageAssembly\PackageMethods.dll" "C:\PackageAssembly\
PackageMethods
.cs" /r:Microsoft.SqlServer.ManagedDTS.dll /r:System.dll
Please help.
Regards,
Sriharsh
Reply
Answers (
0
)
.net framwork compatibility
Visual Studio AddIn