Error on databindings in Visual Studio

  • Thread starter Thread starter RMorgan
  • Start date Start date
R

RMorgan

Attempting to databind any property of any control on any form in the
entire solution in the designer and I recieve a messagebox error,
"Object reference not set to an instance of an object." My only option
is to click OK. Design-time databinding used to work just fine in my
environment. Not sure what changed and when, but I'm totally stuck.
Help!
 
Hi,
I had the same problem. There must be something wrong with the
project-datasources.
I deleted all Datasources from my Project-Properties-DataSources (I had
only few) and the Designer works.
Check the generated xml-files
(Project\Properties\DataSources\xy.datasource) or make a backup before
delete and put them back step by step.
 

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