c# linq sequence contains no elements
c# linq sequence contains no elementsWhere condition on List using linqSolution:
View ArticleAras viewers can't get file from Vault Server
string fileID="123123AAA31ADAA222333";string fileURL = Innovator.getFileUrl(fileID, UrlType.SecurityToken);
View ArticleConvert 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 ArticleThere 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 ArticleVisual 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 ArticleAdd 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 ArticleOpen 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 ArticleC# 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 ArticleRun 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 ArticleDownload SharePoint Server 2013
http://www.microsoft.com/en-us/evalcenter/evaluate-sharepoint-server-2013
View ArticleSQL 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 ArticleYou 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 ArticleAn 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