Add new datasource wizard

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

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?
 
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.
 
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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top