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

Aras create new item with revision using AML

View Article


c# linq sequence contains no elements

c# linq sequence contains no elementsWhere condition on List using linqSolution:

View Article


Aras viewers can't get file from Vault Server

string fileID="123123AAA31ADAA222333";string fileURL = Innovator.getFileUrl(fileID, UrlType.SecurityToken);

View Article

Convert class library function into exe?

In the properties of the project -> application tag, change the Output type to console Application.You need to create a static Main() method as a starting point.static void Main(string[] args)    {...

View Article

Read special characters back from XmlDocument in c#

View Article


There is an error in XML document (2,

I was trying to read XML file.I have converted XML in to string, then i have Deserialize the string.I was getting above error.Solution:While reading XML in to string, some of the XML values are...

View Article

Visual Studio 2013 git, only Master branch listed

One of my team member has created new branch, now i want to use that branch.When i open Visual Studio, i am able to see only master branch.Solution:Open Visual StudioConnect to TFSClick on Home.Click...

View Article

c# xml to string XmlNodeType.EndElement is null

View Article


Image may be NSFW.
Clik here to view.

Difference between Asp.Net and SharePoint execution

ASP.NetSharePoint

View Article


c# xml to string

 string strIp = File.ReadAllText("c:\\a.xml");

View Article

Add custom revision ids in Aras Innovator

Open ArasGo to Administration -->RevisionRight click "New Revision.."Enter any name: CustomPartRevisionUnder Revisions, Provide values: 1 2 3 4 5 6 7 8 9 10 11your wishA1 A2 A3 A4 A5Save.Now map...

View Article

Open Event Viewer and Export logs to CSV file

Right-click the "Computer" icon on the desktop. If the "Computer" icon is not on the desktop, click the "Start" button to locate the "Computer" icon from within the Start Menu programs.Click "Manage"...

View Article

C# Deploy Class library with app config

While developing Class library, add app config and add all parameters.Use all parameters in u r class library.Now build, you will get dll (Run in release mode)Now copy all dlls, exe and exe.config...

View Article


Powershell script to run exe

View Article

Run Exe from bat file

Create a .bat file. ex: MyApp.batCall powershell script from batch file.Now create a PS1 script ex" MyScript.PS1Calling exe from Powershell

View Article


Download SharePoint Server 2013

http://www.microsoft.com/en-us/evalcenter/evaluate-sharepoint-server-2013

View Article

SQL Error String or binary data would be truncated. The statement has been...

message="String or binary data would be truncated. The statement has been terminated."type="System.Data.SqlClient.SqlException"Root Cause:Some if your input data is exceeding the length of the...

View Article


You have insufficient permissions to perform 'add' operation."...

Go to Aras Innovator UIClick on Administrator -->Item TypeSearch for “Manufacturer Part”Select Manufacturer PartUnlockIn the properties windows : “Can Add” you will findClick on “Can Add”Click on +...

View Article

C# Translating from One XML Schema to Another

Input XMLTranslatorOutput XML

View Article

An error occurred. Detailed message: 2 conflicts prevent checkout

Git error: An error occurred. Detailed message: 2 conflicts prevent checkoutSolution:Close all your solutionsOpen new visual studioConnect to team foundation serverConnect to GitClick on HomeGo to...

View Article
Browsing all 430 articles
Browse latest View live