Sorry Ive been running into many problems in the last few days. Unlucky streak, so I am here to ask you guys. Thanks in advance
So I keep running into 2 problems while trying to set a data set to an axdatasource in visual studio 2010.
I have 2 data sets
EPInventOnHand (standard data set)
EPInventTransfer (custom made)
When I try to set the standard data set to the axDataSource then it states DataSource âInventDimâ in DataSet âEPInventOnHandâ has an unknown field âInventStatusIdâ. This is being stated on every random standard data set that I try to set on the datasource in visual studio.
When I try to set a custom data set on the datasource, then it states âTable with an id of âEPInventTransferâ does not existâ. I have created the table in the AOT, I have syncronized the table. I checked SQL directly, it does exist on the database.
Any solutions to both of these problems would be immensly useful!!
Well, the answer here was that I had different machines for the AOS, Database and Visual Studio. When I started developing with the Visual Studio on the same machine as the AOS that I was using, the problems disappeared.
Visual Studio takes the âOriginalâ client/server configuration as a basis of its parameters, so you might also find that this problem can be solved by changing the âaosâ and âdbâ and âdbserverâ parameters in the system registry. I did not meddle with this.
There is also an option to start Visual Studio with parameters, which might also be helpful if you cannot start developing on the same machine as the AOS