Add new datasource wizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy

    Add new datasource wizard

    Hi,

    I made some changes to a business assembly I have. Now in the UI
    solution, I'm trying to add new object data sources. For some reason,
    the wizard isn't letting me select my business assembly... it just
    doesn't show up.

    Any idea how to get this assembly to show up again?

  • Bill Rodenbaugh

    #2
    Re: Add new datasource wizard

    I have had similar issues and have found that one or more datasources
    that I had added before had become invalid. Look in the DataSource
    folder (under the Properties folder) and see if you need to remove an
    old one.

    You can also look at the "Data Sources" tool window by pressing
    Shift+Alt+D which will let you know if you have an error on an existing
    datasource.

    On Nov 3, 11:20 am, "Andy" <a...@med-associates.comw rote:
    Hi,
    >
    I made some changes to a business assembly I have. Now in the UI
    solution, I'm trying to add new object data sources. For some reason,
    the wizard isn't letting me select my business assembly... it just
    doesn't show up.
    >
    Any idea how to get this assembly to show up again?

    Comment

    • Andy

      #3
      Re: Add new data source wizard

      I had deleted all the data sources which referenced the missing
      assembly... maybe I have to delete them all though..

      I'll check out that command, hopefully that will help me find the
      problem.

      Thanks
      Andy

      Bill Rodenbaugh wrote:
      I have had similar issues and have found that one or more datasources
      that I had added before had become invalid. Look in the DataSource
      folder (under the Properties folder) and see if you need to remove an
      old one.
      >
      You can also look at the "Data Sources" tool window by pressing
      Shift+Alt+D which will let you know if you have an error on an existing
      datasource.
      >
      On Nov 3, 11:20 am, "Andy" <a...@med-associates.comw rote:
      Hi,

      I made some changes to a business assembly I have. Now in the UI
      solution, I'm trying to add new object data sources. For some reason,
      the wizard isn't letting me select my business assembly... it just
      doesn't show up.

      Any idea how to get this assembly to show up again?

      Comment

      • Andy

        #4
        Re: Add new datasource wizard

        Hi,

        I deleted all the data sources in the entire project, and still no go..
        this is the oddest thing I've hit so far.

        Andy

        Bill Rodenbaugh wrote:
        I have had similar issues and have found that one or more datasources
        that I had added before had become invalid. Look in the DataSource
        folder (under the Properties folder) and see if you need to remove an
        old one.
        >
        You can also look at the "Data Sources" tool window by pressing
        Shift+Alt+D which will let you know if you have an error on an existing
        datasource.
        >

        Comment

        • Andy

          #5
          Re: Add new datasource wizard

          I found the problem. I had changed my assembly such that it exposed
          one of the assemblies it depended on, so it wouldn't show up until I
          hide that dependency.

          Andy

          Andy wrote:
          Hi,
          >
          I deleted all the data sources in the entire project, and still no go..
          this is the oddest thing I've hit so far.
          >
          Andy
          >
          Bill Rodenbaugh wrote:
          I have had similar issues and have found that one or more datasources
          that I had added before had become invalid. Look in the DataSource
          folder (under the Properties folder) and see if you need to remove an
          old one.

          You can also look at the "Data Sources" tool window by pressing
          Shift+Alt+D which will let you know if you have an error on an existing
          datasource.

          Comment

          Working...