Quantcast
Channel: Microsoft Techies
Browsing all 430 articles
Browse latest View live

How to set state for an item using Aras Innovator batch loader

How to set state for an item using Aras Innovator batch loaderAns) First find what itemtype instance you are trying to set the state. Ex: if you are trying to set state for part. Go to Aras iinovator...

View Article


Aras innovator create an item ApplyAML

View Article


Aras Innovator Action Merge

Open Nash toolEnter Password.Use below AML to insert item.Action Merge: If item exist, it will update. If item is not exist, it will create new item in Aras Innovator. type would be Part, Document...

View Article

Creating a custom event log under Event Viewer to log server events

Steps:The first step is to create the new log. You have to do this in the registry. Open up regedit and navigate to:HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\EventlogRight click on the Eventlog...

View Article

Error: Could not find schema information for the attribute/element in C# XML

Right-click on the project icon and choose "Properties".Go to the "Application" tab and choose another .NET target framework.Save changes.Go to the "Application" tab and choose the initial .NET target...

View Article


XML read all elements using C#

View Article

C# Read xml Attributes

View Article

An object reference is required for the nonstatic field, method, or property

View Article


Aras Innovator Item applyAML(string AML)

)

View Article


C# read excel OleDbConnection connection for .xls and .xlsx

View Article

c# convert excel to xml

View Article

DataSet WriteXML generates 'NewDataSet' root element

Solution: System.Data.DataSet myDs = new System.Data.DataSet("MyRoot");

View Article

C# XML read and remove namespace

View Article


There are multiple root elements. Line 1, position 33

Solution:Some where you are closing your element tag.Ex:Error: <Root/><Child>Hi</Child></Root>Correct: <Root><Child>Hi</Child></Root>

View Article

Change from to

Change from <?xml version="1.0" standalone="yes"?> to <?xml version="1.0" encoding="utf-8" ?>If you use Dataset.WriteXml("C:\\a.xml"); you will get  <?xml version="1.0"...

View Article


C# XML Deserialize in to Object - xmlns='' was not expected

<root element xmlns=''> was not expected.{" was not expected.} XML Deserialize in C#

View Article

dataSet.GetXml() doesn't return xml for null or blank columns

View Article


Delete a Git branch both locally and remotely

To delete any branch from VSO, you have to enable Alternate Authentication Credentials Open VSO web browser.Click on your name in the top rightClick on My ProfileClick on CredentialsConfigure Alternate...

View Article

c# xml read There is an error in XML document (2, 2).

This is my xml<?xml version='1.0' encoding='utf-16'?><Message><FirstName>Hunt</FirstName><LastName>DAvid</LastName></Message>This is my code... string xml =...

View Article

c# dictionary add if not exist

View Article
Browsing all 430 articles
Browse latest View live