હું BDC આજે સાથે કામ કર્યું છે, coding ADF files by hand and generating myself some errors. One such error:
એપ્લિકેશન વ્યાખ્યા આયાત નિષ્ફળ. નીચેની ભૂલ આવી: TypeDescriptor માતાનો TypeName દ્વારા વર્ણવવામાં પ્રકાર લોડ કરી શકાયું નથી. પરિમાણ નામ: typeName ભૂલ વાક્ય પર અથવા ફક્ત પહેલા આવી હતી: '35’ પોઝિશન અને: ’20’.
હું ADF XML ફાઇલ આયાત કરવાનો પ્રયાસ કર્યો ત્યારે MOSS આ ભૂલ પ્રદર્શિત.
હું Internets સંશોધન અને હું લૉબ નમૂના નામ સંદર્ભ હતું કે મળી (માંથી <LobSystemInstance>) મારી માં <TypeDescriptor> હું લૉબ નામ પોતે સંદર્ભ જોઈએ જ્યારે નોડ (ના <LobSystem>).
ખોટું:
<TypeDescriptor TypeName="Conchango.KeyValue, લૉબ નમૂના નામ" Name="KeyValue">
સુધારો:
<TypeDescriptor TypeName="Conchango.KeyValue, લૉબ નામ" Name="KeyValue">
આ એક વાત એક કલાક સમય અથવા બે બચાવે આશા.
</અંત>
મારા બ્લોગ પર સબ્સ્ક્રાઇબ કરો!
આભારદર્શક શબ્દો
I got this error. But my TypeDescriptor was pointing to the LOBName not the LOB instance. So no idea of what is wrong. I searched the entire solution for this. No use.