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

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

va2

Member List

TomEire
Whofungpoo
nagual
Timothy Wilson
Daksh Khatter
and65
Werwolf13
StephenH
Hakan06
Brian Nordberg
GlennAlanBerry
Hugh Burton
Frankie Myat
johnlaus
amitsingh
Sweed
jcjj
Carlos F
Dan Williams
sined nivuach
Only Title

va2's Q&A profile

  • Visual Studio Tools for Office Deploying Outlook Add-In (after following tutorial Part 2)

    First off, it's worth saying that VSTO 2005 is excellent both as a product and as supported by all of the great articles and samples. Office has become a very important Hosting environment for enterprise applications and VSTO (and the community) is exactly what we need. I just finally got my Outlook Add-In to work with one-click deployment, but I needed to customize the SetSecurity project referenced in the Part 2 Walk-thru. I added a "trustTargetDir" parameter and when "trustTargetDir" is true, then the AddSecurityPolicy method uses "FullTrust" o the targetDir. In my case, I'm using Redemption.dll beca ...Show All

  • SQL Server RAM Upgrade

    Hey, I'm planning to upgrade the physical memory of the server from 2 GB to 4 GB. The server is running Windows Server 2003 and SQL Server 2000 with SP4. From the OS point of view, the OS will be able to utilize the whole 4 GB of memory. But the SQL Server will only utilize 2 GB of memory no matter what, is there a way to enable the SQL Server 2000 application to utilize more than 2 GB of memory Thanks. Launch Management Studio and connect to the SQL Server instance you want to configure. Once connected, in Object Explorer right-click on the server and select Properties. This will launch the Server Pr ...Show All

  • Software Development for Windows Vista State Machine

    On a State Machine WF I have: StateA (Event A includes: WaitForEventA, CodeBlockA, SetStateB) StateB (Event B includes: WaitForEventB, CodeBlockB, SetStateC) StateC (Event C includes: WaitForEventC, CodeBlockC, SetStateFinal) FinalState I have a WF client that fires EventA, and the WF moves as far as SetStateB. I would like to move *automatically* to StateB when I reach SetStateB. What is the best way to do this On the other hand, I don't want to use a Sequential WF because in the future, when I reach StateC I may wanna go back to StateA. Regards. Joao Cunha Lopes From ...Show All

  • Windows Forms ViewState

    I have a windows form where I'm trying to use ViewState but it's not working properly. do you have to enable ViewState in a config file or in the properties of the form Any examples would be great. thanks I'm surprised it's working at all. Viewstate is part of ASP.Net, not Windows Forms. ...Show All

  • SQL Server Problem with sample databases

    I have installed SQL Express 2005 together with VS 2005. After a while I found out that the sample databases (Northwind and Pubs) were missing, so I installed them. According to the 'Readme', which comes with the installation I could choose between attaching the db to the Server or running a SQL script. Neither works. I've read this link about remote connections ( http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx ). My development machine is just a local single computer and I still get this error message: 'An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure ...Show All

  • Visual C# Shell32: problem with file handles - CLR does not close them

    in my app i monitor the filesystem for changes with FileSystemWatchers. When the change is detected the app performs some actions using Shell32 to obtain information from the filesystem. now the problem is that apparently the CLR not always closes the file handles immediately. this is rather annoying to the user because he's unable to change (write, delete, rename) these locked files or directories. the code i use is more or less like this: Shell32.Folder shell32Folder = SOME_PLACE_TO_START; foreach (Shell32.FolderItem item in shell32Folder.Items()) { this.myFileList.Add(item); } /* the Shell32 namespace is available * w ...Show All

  • Visual Studio Team System TF53010: An unexpected condition has occurred in a Team Foundation componen

    Am getting an error in my application event log, every hour (see below... specific names have been cut for obvious reasons). How do I (ideally) replace the use of the install account that is being referenced by the service account to eliminate these errors) Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3058 Date: 31/05/2006 Time: 08:10:11 User: N/A Computer: xxxxx Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC) ...Show All

  • Visual Studio 2008 (Pre-release) DataContracts & svcutil & generated proxy oh my!!

    First off, I am still learning and this question may be way off because of my lack of knowledge of web services and WCF. I have a class and I am wanting to create a data contract. For example, I have my WCF service in one namespace and then I have a class in another namespace and I want to pass this class to a WCF method. My question is where does this class need to reside Should it be included in the same namespace as the service contract Does it need to be referenced in the .svc file And what effect does the svcutil have with data contracts, does it need to be part of the generated proxy Thanks in advanced for you help! ...Show All

  • .NET Development Is it better to buy 64-Bit pc?

    Hello, I want to buy a new pc, and I am wondering if it's better to buy 64-Bit pc Any help would be greatly appreciated. Hi Vikram, You're correct. In fact, my HP AMD64 MS XP Pro notebook is already running .NET 1.1! Duh! on my part.  I still cannot install the VC++ tools. This is the message I receive as try to install the first disk: "Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Studion Prerequisites. Once the system reboots, you need to restart setup. Click OK to reboot. Click Cancel to exit setup and install ...Show All

  • .NET Development Request SocketPermission failt

    How can I solve this problem Request for the permission of type 'System.Net.SocketPermission, System, Version =2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. It comes when I try to connect my client with my server! This typically means that the client is trying to connect a server for which it does not have permission.  Can you describe your client & server environments   How are you launching the client app   Does the client exe reside on the same machine from which you are launching it In other words, are you launching the client from a web browser or launching it ...Show All

  • Visual C++ Error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

    Hi, I am getting this error in my application: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is an application developed using Visual C++.Net with Visual Studio 2005 Beta 2 release and it uses Windows Media SDK 9.0 and has a DLL built with mixed code (native and managed). I need to pass a reference of a form to one of the methods written in mixed mode DLL. Form is a managed class. It works fine first time the method is called. On subsequent occasions it gives above error. If application is restarted it again works for the first time. Does anyone have a clue why this ...Show All

  • Visual Studio Team System Unable to get CoverageInfo from a .coverage file

    Hi, I'm trying to get the CoverageInfo from a .coverage file. But when I use CoverageInfoManager .CreateInfoFromFile(filename), I get a ErrorLoading symbols error (error as shown below). Can someone help ! Cheers, Jp Error description - ****************************************************** Microsoft.VisualStudio.CodeCoverage.CoverageCreateException was unhandled   Message="Error when creating coverage info: Error loading symbols"   Source="Microsoft.VisualStudio.Coverage.Analysis"   ErrorType="cc.err.symbolload"   StackTrace:        at Microsoft.VisualStudio.CodeCoverage.CoverageInfoManage ...Show All

  • Visual Basic Missing dependencies .?

    Hi having just applied some Crystal Reports patches my app has suddenly developed the following build errors. The dependency 'CrystalDecisions.VSShell' could not be found. The dependency 'Microsoft.VisualStudio' could not be found. This could be a coincidence but cannot see any other reason my app will suddenly show this.  Also, 2 datasets I had dropped onto my main form have disappeared and I cannot recreate.  I am given a message to rebuild and fix the errors first. Both these DLL's exist on my pc in the directories that are in the dependency path so not really sure how to resolve this. Any suggestions appreciated. Hel ...Show All

  • SQL Server The new connection manager could not be created.

    I had to reinstall the June CTP and now when I right click in the connection manager area and try to create a new OLEDB connection I get this message: TITLE: Microsoft Visual Studio ------------------------------ The new connection manager could not be created. ------------------------------ ADDITIONAL INFORMATION: The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50215.44&EvtSrc=Microsoft.DataTransformationServices.Design.SR&EvtID=ConnectionManage ...Show All

  • Visual C++ Ideas

    I am starting a projec that takes the color and locations of pixels of a certian color on the screen, and turns it into data. The data will be written in the form of a calculated arc that can be drawn from one spot to another. Oh yah, by the way, the whole thing must run behind another program and must stuff the video buffer to over ride all graphical output to the screen. Anyone wanna help me get started in the right direction/ Hi Kyle, This forum is specifically for questions about the Visual C++ Whidbey release. Ronald Laeremans Visual C++ team ...Show All

©2008 Software Development Network