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

Software Development Network >> Laxmi Narsimha Rao ORUGANTI MSFT's Q&A profile

Laxmi Narsimha Rao ORUGANTI MSFT

Member List

Peer Lessing
Steve Watts
erico maia
John Needham
Nick Y
zahnej
Jan-Cornelius Molnar
Abadisoft
OSM
LeeJames
sailorscott
tmg2006
cm6043
ddmeightball
Phen
Christoph Wienands
Jon Choy
Varghese
Marc Jones
jorgegrajales090
Only Title

Laxmi Narsimha Rao ORUGANTI MSFT's Q&A profile

  • Visual Studio Team System Getting frustrated with red "X" on documents folder

    I am at a loss as to why the Documents folder insists on displaying a red "X" in the Beta 3 Refresh. I have granted myself admin privilages but it seems to have done no good. Anyone know what would cause this I'm sorry to hear you are having problems. Several bugs have been fixed in this area in the RC, hopefully it will fix your problem. One thing to check: Open the project portal and make sure you can open all of the document libraries. If any of them cannot be opened then you will get the red x. You will need to correct this condition for the document explorer to work. ...Show All

  • Visual Studio Team System Using VS2005 (beta 2) with custom rules

    Hi, I'm trying to integrate custom FxCop rules using the Code Analysis capabilities of VS2005 beta 2 and I'm hitting some problems :( I've written a very simple custom rule which loads and runs OK under the stand-alone version of FxCop 1.32  I've then changed the FxCop and Cci references (and imports) to hook up to the integrated version of FxCop (SDK under "Team Tools") so I can load the rule for use in the IDE but that's where it all goes a bit pear shaped! I've copied my compiled DLL into the "Rules" subdirectory and hey presto my rule assembly name appears in the rule list on the Code Analysis tab in the IDE ...Show All

  • .NET Development XSLTCompiledTransform And Caching

    I'd like to cache the XSLTCompiledTransform object in a Dictionary as I'm having a performance problem with the time it takes to load XSLT from disk. My question is, am I ok to just add the object into the dictionary without cloning it   When I've done this before in the DNA world I've always had to clone the document but I notice this isn't supported on this object.  I also note that the docs state this is thread safe and should be ok. Any thoughts anyone Yeah I would have thought that too, however, it seems to work and the docs imply that it's thread safe so you can use it in a multi threaded environment. There's also ...Show All

  • Visual C# MSMQ (Messaging Queue)

    Hi all, I wan to ask of receiving message from the MSMQ. Is it possible to recieve message from any place or only from the head of the queue. I want to pull messages from the queue not according to the first message in the head of the queue, I want to pull from a certain Id of a message. Regards... You would have to program each client to peek through the queue looking for the messages that it should be receiving and then remove it. Another option would be to set up a separate queue for each one. If you don't want your sender(s) to know that there are multiple queues, you could have a single public (or privat ...Show All

  • Visual Studio Problem loading different models in Directive Processor

    Hi Gareth, Duncan My name is Luiz Ricci and I am a brazilian master degree student. In my dissertation I am using the DSL tools to generate a complete application. In order to do that I need to access two or three different models instances. These models were created using the DSL tool, and they are in diferent solutions. I was using the last CTP and I have been migrating to the september release. In the last CTP I have adapted the MultiModelDirectiveProcessor, created by DuncanP, to load 2 Diferent models. So I was able to "Process" using the text template. Is it possible in this release For Example: Imagine that ...Show All

  • Visual Studio Tools for Office Microsoft Office 2003 Save My Settings Wizard

    How I can save the add-in settings with 'Microsoft Office 2003 Save My Settings Wizard' What I should do for this Hi Sergey I think you are asking for the Com-Addin Settings to be saved as these are applications that are installed on the machine these will not be saved by the My Settings Wizard. The registry key for Com-Addins normally only refers to the COM Object to construct and whether to load behaviour. The reg key for the Com-Addins is HKEY_CURRENT_USER\Software\Microsoft\Office\appname\Addins\xxx where appname is Word/Excel/Outlook and xxx is the com object constructed. On later versions of office there is the option of havin ...Show All

  • SQL Server Does anyone know how to fix this?

    hi this is my problem : SELECT * INTO Sales FROM Sales1 WHERE 0=1 ON [MyFG1] the problem is in filegroup MyFG1, rest works fine So if anyone can help, i'd like it to work this way, to copy only first column names from Sales1 to Sales but in this filegroup. thanx ;) [select into] does not allow you to specify the filegroup for the new table. The new table will get created in the DEFAULT filegroup for the database. So, you have a few options: 1. run alter database and reset the default fg. 2. create a clustered index on the table on the desired fg. 3. create the table first on the desired fg then do insert/select. ...Show All

  • Smart Device Development Queries while migrating from VS2003 to VS2005

    Hello All, I have a smart device (Handy Barcode Reader) application developed in VB.net using VS2003 running on Windows CE.NET 4.1 with CF 1.0. Device is using Arm CPU. Now I am using VS2005. I have successfully migrated my project developed in VS2003 to VS2005. I had to do least, just open it in VS2005 and follow the application upgrade wiz... I have following queries related to newer version of VS. 1> In VS 2003 target device setting was Windows CE. What should be the target device selected for my application in VS 2005 Windows CE is not listed in standard list of VS2005. I tried targetting Windows CE 5.0 Device, but it ...Show All

  • SQL Server multiple calls to SP

    Hi group, I've got a performance issue. Here's in global what the sp (Let's call it SP_A) does. Step 1 Call a different SP (Lets call it SP_B) and store the output in a variable Step 2 SP_B runs a select statement that returns 1 value Step 3 SP_A uses this value as a parameter in a select statement. Step 4 The result of the SP_A is the result of the select statement (744 rows (always)) All tables used in SP_A and SP_B are temp tables. Total performance of SP_A is between 0.090 and 0.140 seconds. The problem is that this SP is called 180 times from outside SQL server. That means that the total processing time is somewhere between 21 and 25 se ...Show All

  • Visual Studio Team System Migrate Code Analysis Policy Settings fails when one of the projects in the solution is checked out by someone else

    This is the case: A Solution with 4+ projects One of the projects is checked out exclusively by other person When I select the Migrate Codea Analysis... option on the solution I get this message: 'An error or user cancellation occurred during checkout. Some files may not have been checked out. (File is exclusively checked out by another user.)' Then I click OK and I get this: 'Microsoft Visual Studio has encountered a problem and needs to close.' This is the error signature: AppName: devenv.exe AppVer: 8.0.50757.42 AppStamp: 4333e699 ModName: kernel32.dll ModVer: 5.2.3790.1830 ModStamp: 424372ee Any Ideas ...Show All

  • Visual Studio 2008 (Pre-release) Using "Like" in LINQ

    Can i use the "Like" operator which we use in standard SQL in LINQ any examples if its possible, or is their some other way of acheiving the same functionality using LINQ In our NPersist version ov linq we simpy made an extension method for system.string where n.Like("%hello%") select n we also added a .Soundex method (there is a working soundex implementation on codeproject.com) so we can also do: where n.Soundex() == "Johansson".Soundex() //Roger ...Show All

  • Visual Studio Team System Samples available for Beta2

    Hi, The Beta 2 samples have now been updated for RTM. The samples demonstrate the outcome of the four introductory walkthroughs located here: http://msdn2.microsoft.com/library/ms181778(en-us,vs.80).aspx  The samples are available for download here: http://go.microsoft.com/fwlink/ LinkId=40867 As always, feedback on the walkthrough content or samples is much appreciated. Thanks! Elona Tuomi Team Architect User Education Hi Ian, If you installed the MSDN library when you installed Beta2, you will already have a local copy of the Help with the walkthroughs. Let me know if you have any trouble locating the walk ...Show All

  • Visual Studio Tools for Office Need help with VSTO and Master Details

    Using VSTO and word, I am struggling with a Master Details project. For brevity, I will over-simplify my example but assume I am can not use a SQL view and I have to keep my tables like so:: TABLES ------------ I have three tables Employee (The master table) EmployeeDeptTable (is a bridge table of employee ID's to departments) Departments (The details table) STEPS -------- 1) Using new DataSource, I created a DataSet with the tables (and it generated the foreign keys) 2) I dropped a combobox conrol and bound it to the EmployeeID of Employee Table and 3) I dropped a DataGridView but it is bound to the Depa ...Show All

  • Visual FoxPro forms

    hi everyone i have a small problem with forms. i have made a form with some controls and stuff on it. i have also added the resizable class library to it so the form and the controls can be resized. until now everything works perfectly. but the problem comes when i make an executable .exe file of my project which runs the form. now when you run the .exe file foxpro creates another foxpro system window outside of the main form and now if i try to resize the main window the form doesnt resize. how to do that of course if i resize the form directly the controls do accordingly. i have tried docking but then it can be resized from only one side ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to prevent the KeyDown event delay?

    I'm currently trying to design a simple 3D engine that will run in a window so I'm using windows forms and not the DXUT. I'm trying to get keyboard input working to move my camera and although the following code gets seems to do the job it has an annoying delay if you hold down the button. It moves as soon as pressed but then there is a delay before it continues moving... I don't want this delay however. Here is the code i'm using.   this .KeyDown += new KeyEventHandler (OnKeyPressed); ... private void OnKeyPressed( object sender, KeyEventArgs e) { switch (e.KeyCode) { case Keys .F1: isSh ...Show All

©2008 Software Development Network