Software Development Network Logo
  • Visual Basic
  • Visual Studio
  • Visual C++
  • Visual J#
  • Smart Device
  • SQL Server
  • Game Technologies
  • Windows Forms
  • Visual FoxPro
  • VS Express Editions
  • VS Team System
  • Architecture
  • .NET Development
  • Microsoft ISV
  • Windows Vista

Software Development Network >> Andranik Khachatryan's Q&A profile

Andranik Khachatryan

Member List

Erik Campo
Steve1234
Felipe Domingues
TonyGreen
varad_raj
DaveM61
Bibi Watson
MichaelLee
lin geng
_howard
blsamp
Ansible
alanr
John Spencer
WillSmith
seco
coolbuddy
pavvu_kk
Chrisql
Tamim Sadikali
Only Title

Andranik Khachatryan's Q&A profile

  • .NET Development Sudden JavaScript errors on ASP.NET page

    Just two days ago, my ASP.NET web application was running fine. Then, yesterday all items on a page that used JavaScript started to throw "Object expected" errors, but I was unable to pinpoint any changes that could have caused such errors. Now the problem seems to be spreading to other pages within the application. Are there any other documented cases of sporadic JavaScript problems in ASP.NET web applications ...Show All

  • Visual C# Print Solution

    Is there a way to print an entire C# solution or do you have to select one file at a time and print Thanks Steve VS.NET does not supply a means for doing this automatically, but here's an MSDN article on how to create a macro to achieve what you are looking to do: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dncodefun/html/code4fun05302003.asp Hope this helps, Josh ...Show All

  • Visual Studio Team System Web Test Connection Model and IP switching

    Can anyone provide more information or links which explain in more detail: 1: Connection Pool and Connection per user. Whats the advantages/ disadvantages of using either of these Also what's the optimum setting for WebTest Connection Pool size or what does this depend on 2: IP switching, with this enabled, which I think it is by default how does this work / is there any additional config required. What range of IP's does it use thanks in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Achievements for Windows Vista games?

    Hi, From listening to Microsoft's conference at E3, it sounded like Achievements (like the Xbox 360) would be available in Windows Vista. Is this only for cross-platofrm Windows/360 titles, or can we add support for Windows-only games Where can I find more information about this system Thanks, Chris Achievements are only accessible to publishers that create games authorized to use Xbox Live (or in the ...Show All

  • .NET Development Did asynchronous execution change in 2.0

    hello, i have this code that called method asynchronously through the delegate class with the begininvoke and endinvoke methods. Exceptions could be thrown withing the methods which were always caught by the framework and rethrown when endinvoke was called. Has this now changed as my exceptions are no longer being caught and rethrown, and just bringingt the whole app down as they are unhandled. he is sample code that i use to denote the changes. ...Show All

  • Visual Studio Team System What is the design purpose/usage of Test List in Test Manager of VSTS?

    Dear all, I have a question. What is the design purpose/usage of Test List in Test Manager of VSTS Users can create Test List in Test Manager, but one test case cannot belong to more than one test list at the same time, which is inconvenient. Sometimes, we want to the test list only at a view/logical level, that means, one test cases can belong to different test list. Therefore testers can select the test list they want and run the test. ...Show All

  • Windows Forms TabControl Design Time Problem

    In C++/CLI (2005) I place a TabControl to the left, and add tab pages aligned to the left.  Problem One:  With Appearance "Normal" the tab page is fine; but the text on the vertical tabs does not show up.  If I change to "Buttons" the text show up but then there is a new problem. Call that Problem Two:  With Appearance "Buttons" the size and location the page can not be controlled.  If I edit the size property, ...Show All

  • Software Development for Windows Vista error VFW_E_NOT_FOUND while using pFilter->FindPin(L"XForm In",&pIn);

    Hi, I'm trying to directly connect the pins of the filters I have added in my graph. I therefore use the following function to get the proper pin for each filter: HRESULT GetPin(IBaseFilter *pFilter, PIN_DIRECTION PinDir, IPin **ppPin) { if (!pFilter || !ppPin) return E_POINTER; *ppPin = NULL; IEnumPins *pEnum; IPin *pPin; HRESULT hr = pFilter->EnumPins(&pEnum); if (FAILED(hr)) return hr; while(pEnum->Next( ...Show All

  • Windows Forms Windows vista installation problem.

    Hi to everyone. I have 2 partitions on my disk. One for my data (docs, pics, etc) and one for the system. The thing is that when I try to install Vista on the disk when it has both partitions, after the restart that happens during installation, I get the longhorn logo and immediately after that I get the blue screen of death. But when I install vista on my disk with only one partition (whole disk size), I have no problems and vista installs perf ...Show All

  • Visual Studio 2008 (Pre-release) Jan CTP

    Does jan CTP have xaml design mode improvements http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B6195F89FFA2&displaylang=en Yes it does. We've been kind of busy this week and so we haven't quite got things ready to post. The major improvement is in the Grid design time. We'll post more details towards the end of the week mark ...Show All

  • Windows Forms Applying color to a DataRow

    Hi, I am unable to figure out how to apply color to a DataRow(in a DataGrid). I want to highlight a row based on a criterion(column value). But there doesn't seem to be any such property in the DataRow class. Please help. Regards Kirti ...Show All

  • Visual Studio Team System Best Way to Add a Document Link to a WI

    Hi, what is the best and easiest way to link a document out of the SharePoint to a work item What I tried so far is adding a hyperlink to the WI. Therefore I selected the document to be linked and copied the URL form the selected document's properties window. The thing I don't like about this is that the URL is absolute and contains the server name. I would prefer to have a relative link to the document in question. I als ...Show All

  • Visual C++ STL.NET serialization

    Is STL.NET going to include anything from the C++ standard library or only the STL subset Are stream based classes going to be present in STL.NET Are there any known plans to port the Boost library to .NET managed My application must be 100% verifiable ! Using both CLI\C++ and STL.NET, what is the best method of implementing a serialization mechanism The aim is to serialize from an unmanaged application and de-serialize this same file i ...Show All

  • Visual Basic Getting pdf files

    Hi, this is a very simple question, I know I've done this before but I juste can't find how I did it :-( I have have a global table named gtblFileList and the path of a folder ex : C:\Folder this folder has some subdirectories What I want is to fill gtblfileList with the names of all the PDF File I can find in Folder AND his subdirectories AND their subdirectories etc... thanks for your help Public Function GetFiles ( By ...Show All

  • Software Development for Windows Vista embedded rule file with spaces in the filename

    Hello, When I compile (coded version) the workflow with rules I get a compilation error when the rules filname contain white spaces. The format of the CompilerOptions is as following string resources = @"/resource:" + rulesFile + ",NS.Foo.rules"; parameters.CompilerOptions += resources; if rules file has the format "C:\TestWF\Foo.rules" it works fine, if the filename is "C:\Test WF\Foo.rules" I get a ...Show All

©2008 Software Development Network

powered by phorum