473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

XSD error in Visual Studio.NET

Hi,

I am getting the following errors on the schema (on the 'Fund_to' and
'Account_to' elements) in Visual Studio.NET when I try to validate the
schema itself. I would greatly apreciate any help on this.

Error messages:

Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd(128): Type
'http://citco.com/NTASOrder.xsd:Fund' is not declared. An error
occurred at Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd,
(128, 15).

Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd(129): Type
'http://citco.com/NTASOrder.xsd:Account' is not declared. An error
occurred at Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd,
(129, 15).
XML where error is occurring:

<xs:element name="TransferInfo" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Fund_to" type="mstns:Fund" />
<xs:element name="Account_to" type="mstns:Account" />
</xs:sequence>
</xs:complexType>
</xs:element>

Full XML text:
<?xml version="1.0" ?>
<xs:schema id="Msg" targetNamespace="http://xxxxx.com/NNNNOrder.xsd"
xmlns:mstns="http://xxxxx.com/NNNNOrder.xsd"
xmlns="http://xxxxx.com/NNNNOrder.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="qualified"
elementFormDefault="qualified">
<xs:simpleType name="udDate">
<xs:restriction base="xs:string">
<xs:pattern value="\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="udTime">
<xs:restriction base="xs:string">
<xs:pattern value="(0[0-9]|1[01])[:]([012345][0-9])" />
</xs:restriction>
</xs:simpleType>
<xs:element name="Msg">
<xs:complexType>
<xs:choice maxOccurs="1">
<xs:element name="MsgHeader" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="MsgTypeId" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Ooottfff" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MsgDate" minOccurs="1">
<xs:simpleType>
<xs:restriction base="udDate" />
</xs:simpleType>
</xs:element>
<xs:element name="MsgTime" minOccurs="1">
<xs:simpleType>
<xs:restriction base="udTime" />
</xs:simpleType>
</xs:element>
<xs:element name="SourceApp" minOccurs="1"
type="xs:string"></xs:element>
<xs:element name="MsgInitiator" type="xs:string" minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MsgBody" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Order" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="TransactTypeId" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="XX" />
<xs:enumeration value="YY" />
<xs:enumeration value="ZZ" />
<xs:enumeration value="AA" />
<xs:length value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCOOSSS" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="C" />
<xs:enumeration value="S" />
<xs:length value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SSHHHSS" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:fractionDigits value="7" />
<xs:totalDigits value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCSSHHTTNDD" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:fractionDigits value="2" />
<xs:totalDigits value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TTTNNNTE" type="mstns:NNNNNote"
minOccurs="0" />
<xs:element name="COMM" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="S" />
<xs:enumeration value="I" />
<xs:enumeration value="N" />
<xs:enumeration value="E" />
<xs:length value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LoadPercent" type="mstns:Percentage"
minOccurs="1" />
<xs:element name="TTDDTE" type="mstns:udDate" minOccurs="1"
/>
<xs:element name="NNNVVDTE"
type="mstns:udDate"></xs:element>
<xs:element name="Fund" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="FFDDID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="FDNME" type="xs:string" minOccurs="1"
/>
<xs:element name="EXTLID" type="xs:string" />
<xs:element name="EXTSYS" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Account" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="INVID" type="xs:string" minOccurs="1"
maxOccurs="1" />
<xs:element name="FirstName" type="xs:string"
minOccurs="0" />
<xs:element name="LastName" type="xs:string"
minOccurs="0" />
<xs:element name="HLDID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="ACTID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="ACTNUM" type="mstns:NNNNCode" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExternalReference" type="mstns:NNNNNote"
minOccurs="1" maxOccurs="1"></xs:element>
<xs:element name="TransferInfo" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Fund_to" type="mstns:Fund" />
<xs:element name="Account_to" type="mstns:Account" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:simpleType name="NNNNCode">
<xs:restriction base="xs:string">
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Percentage">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:maxExclusive value="100.00" />
<xs:fractionDigits value="2" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NNNNNote">
<xs:restriction base="xs:string">
<xs:maxLength value="45" />
</xs:restriction>
</xs:simpleType>
</xs:schema>
Jul 20 '05 #1
1 1605
You haven't defined types "Fund" and "Account". It looks like you have two
local elements with the same name. Assuming that they are of the same type
that you want to use in TransferInfo, you can change your schema to the
following:

<?xml version="1.0"?>
<xs:schema xmlns:mstns="http://xxxxx.com/NNNNOrder.xsd"
xmlns="http://xxxxx.com/NNNNOrder.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xxxxx.com/NNNNOrder.xsd"
elementFormDefault="qualified" attributeFormDefault="qualified" id="Msg">
<xs:simpleType name="udDate">
<xs:restriction base="xs:string">
<xs:pattern value="\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="udTime">
<xs:restriction base="xs:string">
<xs:pattern value="(0[0-9]|1[01])[:]([012345][0-9])"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="Msg">
<xs:complexType>
<xs:choice>
<xs:element name="MsgHeader">
<xs:complexType>
<xs:sequence>
<xs:element name="MsgTypeId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Ooottfff"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MsgDate">
<xs:simpleType>
<xs:restriction base="udDate"/>
</xs:simpleType>
</xs:element>
<xs:element name="MsgTime">
<xs:simpleType>
<xs:restriction base="udTime"/>
</xs:simpleType>
</xs:element>
<xs:element name="SourceApp" type="xs:string"/>
<xs:element name="MsgInitiator" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MsgBody">
<xs:complexType>
<xs:sequence>
<xs:element name="Order">
<xs:complexType>
<xs:sequence>
<xs:element name="TransactTypeId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
<xs:enumeration value="XX"/>
<xs:enumeration value="YY"/>
<xs:enumeration value="ZZ"/>
<xs:enumeration value="AA"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCOOSSS">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="C"/>
<xs:enumeration value="S"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SSHHHSS">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:fractionDigits value="7"/>
<xs:totalDigits value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCSSHHTTNDD">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:fractionDigits value="2"/>
<xs:totalDigits value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TTTNNNTE" type="mstns:NNNNNote" minOccurs="0"/>
<xs:element name="COMM">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="S"/>
<xs:enumeration value="I"/>
<xs:enumeration value="N"/>
<xs:enumeration value="E"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LoadPercent" type="mstns:Percentage"/>
<xs:element name="TTDDTE" type="mstns:udDate"/>
<xs:element name="NNNVVDTE" type="mstns:udDate"/>
<xs:element name="Fund" type="mstns:Fund"/>
<xs:element name="Account" type="mstns:Account"/>
<xs:element name="ExternalReference" type="mstns:NNNNNote"/>
<xs:element name="TransferInfo" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Fund_to" type="mstns:Fund"/>
<xs:element name="Account_to" type="mstns:Account"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:simpleType name="NNNNCode">
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Percentage">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:maxExclusive value="100.00"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NNNNNote">
<xs:restriction base="xs:string">
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Fund">
<xs:sequence>
<xs:element name="FFDDID" type="mstns:NNNNCode"/>
<xs:element name="FDNME" type="xs:string"/>
<xs:element name="EXTLID" type="xs:string"/>
<xs:element name="EXTSYS" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Account">
<xs:sequence>
<xs:element name="INVID" type="xs:string"/>
<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
<xs:element name="LastName" type="xs:string" minOccurs="0"/>
<xs:element name="HLDID" type="mstns:NNNNCode"/>
<xs:element name="ACTID" type="mstns:NNNNCode"/>
<xs:element name="ACTNUM" type="mstns:NNNNCode"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
--
Stan Kitsis
Program Manager, XML Technologies
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
"brendang" <br********************@yahoo.co.uk> wrote in message
news:52**************************@posting.google.c om...
Hi,

I am getting the following errors on the schema (on the 'Fund_to' and
'Account_to' elements) in Visual Studio.NET when I try to validate the
schema itself. I would greatly apreciate any help on this.

Error messages:

Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd(128): Type
'http://citco.com/NTASOrder.xsd:Fund' is not declared. An error
occurred at Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd,
(128, 15).

Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd(129): Type
'http://citco.com/NTASOrder.xsd:Account' is not declared. An error
occurred at Z:\OrdertoFundSchema\OrdertoFundSchema\GridOrderXM L.xsd,
(129, 15).
XML where error is occurring:

<xs:element name="TransferInfo" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Fund_to" type="mstns:Fund" />
<xs:element name="Account_to" type="mstns:Account" />
</xs:sequence>
</xs:complexType>
</xs:element>

Full XML text:
<?xml version="1.0" ?>
<xs:schema id="Msg" targetNamespace="http://xxxxx.com/NNNNOrder.xsd"
xmlns:mstns="http://xxxxx.com/NNNNOrder.xsd"
xmlns="http://xxxxx.com/NNNNOrder.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="qualified"
elementFormDefault="qualified">
<xs:simpleType name="udDate">
<xs:restriction base="xs:string">
<xs:pattern value="\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="udTime">
<xs:restriction base="xs:string">
<xs:pattern value="(0[0-9]|1[01])[:]([012345][0-9])" />
</xs:restriction>
</xs:simpleType>
<xs:element name="Msg">
<xs:complexType>
<xs:choice maxOccurs="1">
<xs:element name="MsgHeader" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="MsgTypeId" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Ooottfff" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MsgDate" minOccurs="1">
<xs:simpleType>
<xs:restriction base="udDate" />
</xs:simpleType>
</xs:element>
<xs:element name="MsgTime" minOccurs="1">
<xs:simpleType>
<xs:restriction base="udTime" />
</xs:simpleType>
</xs:element>
<xs:element name="SourceApp" minOccurs="1"
type="xs:string"></xs:element>
<xs:element name="MsgInitiator" type="xs:string" minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MsgBody" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Order" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="TransactTypeId" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="XX" />
<xs:enumeration value="YY" />
<xs:enumeration value="ZZ" />
<xs:enumeration value="AA" />
<xs:length value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCOOSSS" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="C" />
<xs:enumeration value="S" />
<xs:length value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SSHHHSS" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:fractionDigits value="7" />
<xs:totalDigits value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCSSHHTTNDD" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:fractionDigits value="2" />
<xs:totalDigits value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TTTNNNTE" type="mstns:NNNNNote"
minOccurs="0" />
<xs:element name="COMM" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="S" />
<xs:enumeration value="I" />
<xs:enumeration value="N" />
<xs:enumeration value="E" />
<xs:length value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LoadPercent" type="mstns:Percentage"
minOccurs="1" />
<xs:element name="TTDDTE" type="mstns:udDate" minOccurs="1"
/>
<xs:element name="NNNVVDTE"
type="mstns:udDate"></xs:element>
<xs:element name="Fund" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="FFDDID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="FDNME" type="xs:string" minOccurs="1"
/>
<xs:element name="EXTLID" type="xs:string" />
<xs:element name="EXTSYS" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Account" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="INVID" type="xs:string" minOccurs="1"
maxOccurs="1" />
<xs:element name="FirstName" type="xs:string"
minOccurs="0" />
<xs:element name="LastName" type="xs:string"
minOccurs="0" />
<xs:element name="HLDID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="ACTID" type="mstns:NNNNCode"
minOccurs="1" />
<xs:element name="ACTNUM" type="mstns:NNNNCode" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExternalReference" type="mstns:NNNNNote"
minOccurs="1" maxOccurs="1"></xs:element>
<xs:element name="TransferInfo" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="Fund_to" type="mstns:Fund" />
<xs:element name="Account_to" type="mstns:Account" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:simpleType name="NNNNCode">
<xs:restriction base="xs:string">
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Percentage">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0" />
<xs:maxExclusive value="100.00" />
<xs:fractionDigits value="2" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NNNNNote">
<xs:restriction base="xs:string">
<xs:maxLength value="45" />
</xs:restriction>
</xs:simpleType>
</xs:schema>

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
3
by: Andrew Luke | last post by:
Hi all you C++ guru's! I'm 'very, very' new to C++ and I'm having a little trouble configuring my VS environment I think - when I try and compile some sample code I'm getting the following...
1
by: Minh | last post by:
I've just installed VS.NET 2003 on my Athlon XP 1800+. However I couldn't get any project with STL includes to compile even if I create a new empty project (and added #include <string>). It gave me...
2
by: Qiao Yun | last post by:
I used vc++.net (visual studio .net ) to open a project which can work well in vc++6.0. I succeeded in compiling the project in vc++.net in release mode . But when I tried to compile the project...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
9
by: Prasad | last post by:
HI, I am a beginner in VC++.. I am trying to write a Win32 console application in visual studio.. I am using following header files.. #include <STRING> using namespace std; #include...
9
by: fcvcnet | last post by:
Hi, I write a class class CSegment { public: CSegment(void); public: ~CSegment(void); public: CArray< CList< CPoint, CPoint& >, CList< CPoint, CPoint& >& m_curve;
2
by: yalbizu | last post by:
#include <iostream> #include <string> #include <fstream> #include <iomanip> using namespace std; const int NO_OF_STUDENTS=20; struct studentType { string studentFName; string studentLName;
15
by: madhu.ab | last post by:
Hi All, I am getting the following errors when i am including header file winuser.h I dont know whats happening. How will an error occur in winuser.h?? Please help. \microsoft visual...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.