Software Development Network Logo
  • SharePoint Products
  • Windows Vista
  • IE Development
  • Visual Studio
  • Windows Forms
  • SQL Server
  • Game Technologies
  • Visual C++
  • Visual Basic
  • Audio and Video
  • VS Team System
  • .NET Development
  • Microsoft ISV
  • Visual FoxPro
  • Smart Devicet

Software Development Network >> ntsoo's Q&A profile

ntsoo

Member List

RichardW411084
Arun Shreedhar
Elofsson
SeanTom24
Duncan_311
hollow
dto
S76
SekharPC
kasumi241026
SQLirrel
barkingdog
Eddie Garcia
PerPixel
Tim Wagner
Maximus123
Ranier
Daikoku
jokohews
s12
Only Title

ntsoo's Q&A profile

  • Visual C# Intellisense Failure In VS.NET 2005 TS

    This is the third time this has happened this year and usually a full re-install is required to get it functioning again. This particular time this will not even work. Intellisense has completely stopped working in ALL project types (C#) inside of Visual Studio. All of the previous methods of fixing it have not worked. Here is what has been tried already: Deleted all of the obj and bin directories and recompiled the solution. Cleared out the VSWebCache directory in Documents and Settings\%Username%\ Cleared out the Temporary ASP.Net Directory under the Windows\Microsoft.Net\%Version Number%\ folder There are no syntax errors listed in the solution and it compiles with no errors and no warnings. Unfortunately this occu ...Show All

  • SQL Server Exception : Script failed for Server '(local)' while generation Scripts on Scripter

    Hi I'm trying to generate scripts for Stored procedures as below int count = db.StoredProcedures.Count; SqlSmoObject [] smos = new SqlSmoObject [count]; for ( int i = 0; i < count; i++) { smos = db.StoredProcedures ; } SqlSmoObject[] smos = new SqlSmoObject[count]; //Generate Crates StringCollection strcol = scrp.Script(smos); writeToFile(strcol, "Create" , "SP" ); I'm getting the " Script failed for Server '(local)' " at scrp.Script(smos); Can anybody help me in this   Hi Allen I need script SPs on Remote Server, not trusted server. Can u please tell the solution for this Code will be like this ServerConnection sc ...Show All

  • Visual Studio 2008 (Pre-release) How can I make a mouseOver also cause a focus event?

    For example, say I have a button.  How do I make it so everytime I mouse over the button, it gives focus to it as well I got this to work in C# code behind but I'm wondering how to do this in XAML using a trigger Thanks. Ok, I tried a very basic Window C# application. This is all I have in the XAML. < Window x:Class = " WindowsApplication1.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " WindowsApplication1 " Height = " 300 " Width = " 300 " > < Window.Resources > < Style TargetT ...Show All

  • Visual Basic Tracking user controls - very simple, I'm sure

    Hi everyone - hope you can help me with this. I'm new to .net, and it's been a long time since I've used VB at all... I have made a modified version of the PictureBox, which the user can drag around the form. It just does this using the obvious technique of tracking the mouse position if the 'button is down' flag is true, which is set to true during mouseDown and set to false during mouseUp. It all works fine. BUT I need a way to let the main form know that the user has dragged the control around, so that it can store its current position for later. There are plenty of really ugly ways I can think of to do this, but I'm sure there must be a simple way - anyone In the old days, I think I would have just posted a message to say &quo ...Show All

  • Visual Studio 2008 (Pre-release) Deploying / Host a WCF Service in the real world

    Hello, I'm finally getting around to learning about WCF... Can anyone point me to an article which describes deploying and hosting a WCF service exposed to the outside world I'm not talking about the plethora of localhost examples; something more along the lines of the real world. For example, I know you can host a .svc in IIS as usual. But how would you exposed your service to the outside world if you have it hosted by a Windows Service or console app Do you still need IIS Also, if you support several different bindings do you have to expose them in different ways (other than the config file stuff) I'm running Windows Server 2003 x64 and IIS6 for the server. It also hosts other ASMX web services. I may eventually upgrade (or add a new ...Show All

  • Community Chat ok it,s done...update

    ok guys I have tried everything to publish my new web browser on to my site.... thanks spotty for all your help.... much appreciated.... I think my isp is not configured for click once.... I have clicked a thousand times to no avail....... so I am wondering if there is some other way to post my application... I would like to put my app on show and tell and get some feedback... any advice on how to do this thanks cheyenne But it's your first app, so this is good to begin, make it evolve as your knowledge evolve, someday it will be great ;) (My first app wasn't very useful, not good, didn't follow any programming rule.... But I like it!) ...Show All

  • Visual Studio Team System CTP5 Refresh: Internal System Limitation: [Identifier] statement is not yet interpreted.

    I keep getting a number of warnings for various stored procedures imported from a SQL Server 2000 database using VSTS For DB Pro CTP5 Refresh. All the warnings point to various stored procedures but have the same text: Internal System Limitation: [Identifier] statement is not yet interpreted. What does the above statements mean When I look into the stored procedure, I find nothing wrong with it. Also, I have had instances when Visual Studio 2005 crashes on SQL Server 2000 schema import. The other annonying bit is that the 'Write Updates' button is still disabled in CTP5 Refresh so I am not able to import changes into the project. Are there any work arounds for above mentioned issues Will all the above issues be resolve ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Screen Transitions

    Ok I tried to do this the way it is done in the Spacewars game, but it dosen't work. So I was wondering is there another way to do screen transitions (Go from the title screen to the first level of your game or to any other screens in your gme). The fade in/fade out works, but all I really wanted to know is how do you switch the current screen that you are on like for example if you on the title screen of your game. Do you have to destroy the sprites used to make your title screen in order to create the sprites for the first level of your game. ...Show All

  • Visual Studio SP1 for VS2005 doesn't update VSS2005, although it should.

    According to http://support.microsoft.com/kb/918526/ several fixes for Visual Source Safe 2005 should be included in Sp1 for VS 2005. But after installing the Sp1 I still have the RTM files of VSS 2005. What went wrong while installing SP1 Hi Stefan, although I'm german I prefer the english version. I installed the VS, later VSS 2005. With the release of the SP1 installed it, but the files from VSS 2005 are still the old RTM ones. Did you trie to install the Sp1 one a machine with only VSS 2005 installed ...Show All

  • SQL Server Is there a way to read the transaction log?

    Hi there, I need to recover certain transactions that I made on the server. Those transactions were in scripts and I lost the files. Is there a way to read the transaction log so that I can see what transactions were executed TIA hi mariela, there are undocumented tsql commands to read the logs but it will still give you a result unreadable to human. The only way to read the log is to used third party tools such as the "Lumigent log explorer" or the "Apex sql log" Joey ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Fading screens.

    How can you make two full screen programms switch to the other but fading You can't run two full-screen programs on a single monitor in the first place. D3D's exclusive mode will take out HW resources from all other 3D apps so their devices will be lost. You can however run two apps in windowed mode making them cover the whole screen. Then you can probably use layered windows functionality to fade out the top window, but this is not going to be something that runs 60fps if that's what you're looking for. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. In Game Movies

    Does anyone know whether the XNA Framework will allow for games to be written that have Cut-Scene videos, perhaps using non-Microsoft codecs such as divx or another codec that allows high-video compression to limit the size of the game. Will the game be able to use any audio/video codecs that Windows has installed on it, and will it be able to load pre-written non-managed code DLL's Thanks for the answer RE: DLL's, that is what I had assumed. I assume that DLL's written in managed C++ will be allowed on the Xbox 360. However, RE: videos, this will be very important for me and my group as we have recorded a lot of video back story and many of the cut-scene videos already. So far we have encoded these using DivX as this keeps the ...Show All

  • Visual Studio Tools for Office Programatically insert a content control immediately after an existing one

    I have a Word 2007 content control called "Name", located within a table cell. I would like to set a reference to this content control's range, and then insert a paragraph immediately after it, and add a new content control in that new paragraph (let's call it "Name2"). So, I want the new content control to be in the paragraph below the first one, but within the same table cell. I am having trouble getting the range pointer to be outside of the existing content control. I've tried setting the range to the entire cell range, and then collapsing it and moving left by one character, inserting a paragraph, etc. (see code sample below). While I can get this automation working in VBA, I have not been able to make it happen ...Show All

  • Visual Studio Team System Premier Support

    Hello, I have premier support option from MS, and I am having trouble getting trough to the VS DB pro support, does this product have support option yet and if so what group should I ask to be transfered to I was on the phone with tech router for 45 minutes and thy had no idea where to transfer me to. Rafet Hi Rafet, Currently, there is no VS DB Pro support until the product RTM's. When the product releases it will be routed to the Team System's group. For the moment, the forum would be the place to post your questions. We apologize for the wait and not making this clear when calling in. - Manoj Microsoft Support ...Show All

  • Internet Explorer Development Dates presenting in 2.Jan.07 on production

    Help!!!!!! All dates on the production IIS server are presenting in the format of 2.Jan.07 when they are in the format of 1/2/2007 on the development server. I just inherited this production environment and did not install IIS and cannot find any documentation about this problem Can anyone help The application is a .Net 2.0 web site, the server has both 1.1 and 2.0 framework and all dates are formatted to shortdatetime Thanks David ...Show All

©2008 Software Development Network