Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6970605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:43:52+00:00 2026-05-27T16:43:52+00:00

I’ve having issues with Jenkins CI when I try to build a project that

  • 0

I’ve having issues with Jenkins CI when I try to build a project that I’ve created. The project is a VS2010 C# project that compiles and runs correctly on my machine, but when I commit it to the SVN server and try to build it in Jenkins, I get errors that say it cannot find a type or namespace that is used in my project (in this case, it’s Lead Tools which is the offending library). I know the Lead Tools .dll files are located in a folder inside the main solution’s folder on SVN, so they do exist. I also know that the Lead Tools assemblies are properly referenced in the solution since it compiles and runs correctly on my machine. Is it possible that the reference to those assemblies was lost somehow in committing the solution and trying to build from Jenkins? Is there a way I can re-add the reference if this is the case? I would post the build output here, but it’s absolutely massive. The error message I get says:

error CS0246: The type or namespace name 'Leadtools' could not be found (are you
missing a using directive or an assembly reference? E:\Jenkins\Workspace\path\to\project\project.csproj)

I apologize if this question is vague, but I’m not quite sure where to go from here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:43:53+00:00Added an answer on May 27, 2026 at 4:43 pm

    How does your Jenkins, build your project? is it using ANT or any other build tool to build your project?? if you are using ANT, you can specify it in CLASSPATH variable. if you are using any other build tool, then you should probably search on how to supply dependencies to your build tool, since your project requires dependencies(in your case LeadTools) to compile.

    find where your LeadTools(probably class) is, and supply that path in your buildtool,if your build tool is ANT

    then you can provide classpath like this in your build.xml

        <classpath>
          <pathelement path="${classpath}"/>
          <pathelement location="lib/LeadTools.jar"/>
        </classpath>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I've got a string that has curly quotes in it. I'd like to replace
Seemingly simple, but I cannot find anything relevant on the web. What is the
I need to clean up various Word 'smart' characters in user input, including but
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.