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

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

vvatclor

Member List

DerPhilipp
linhardt
James F
ambran
patria
dunnee
ToddKC
DJ Martin
Mark.Stockton
Acoquinar
jfuentes
gumuk
Kevin Scheidt
Vijaye Raji
Jeff Drummond
Ike
Karol Zadora MSFT
dipple
Shane Colin
Shi Bai
Only Title

vvatclor's Q&A profile

  • Visual Studio 2008 (Pre-release) Newbie to Indigo - First Example problem

    I have downloaded Indigo from the following location - \\cpvsbuild\drops\whidbey\wap\layouts\x86ret\current\enu\wap\red\sfx I went into the WCU and WCF directory and installed the bits from there. I am trying the simple DerivativeCalculator example posted there and the http://localhost:8000/Derivatives/ says that I need to change the app.config file to include meta data information. So I changed the file to < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < appSettings > < add key = " HTTPBaseAddress " value = " http://localhost:8000/Derivatives ...Show All

  • SQL Server Copy and past report, update links

    I created a new report within my current ReportProject in VS 2005. I copied and pasted my tables, lables, etc. into this new report. I then recreated the same datasets as the other report except to name them different. All my fields though in my table object are still referencing Fields!. I think I need to change it to reference the new dataset name but having to go through the expression of every darn field to do so. How can I tell all my fields to use the new datasets I have 3 datasets. Is there a mapping tool that I am not aware of in SSRS 2005 and VS ...Show All

  • SQL Server Converting 2000 Reporting Services Reports to 2005!

    Hi There, just wondering if anyone knows how to convert 2000 reports to 2005   any hints or resources would be greatly appreciated, having trouble finding it out  on the web Thanks! As far as my experiences, all RS 2000 reports will normally work on RS 2005 without any problem, you don't need to do too much unless you want to use the cool features of RS 2005. ...Show All

  • Visual Studio Team System How to clean up projects on TFS?

    During the installation a lot of projects were created that failed. Unfortunately, the rollback didn't clean it up properly and now the TFS server has a lot of invalid projects. Is there a way to clean up these projects Did you try deleting them using tfsdeleteproject.exe from %systemdrive%\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies The folders might still appear in the Source control explorer because we leave them in source control in a deleted state. If you do not want to see deleted folders in the SCE, uncheck the checkbox under Tools-> Options-> Source Control->Vi ...Show All

  • SQL Server AS2005 Performance issues

    Hi, We are currently looking into AS2005 performances for one of our client. For some reason the 'cubes' are not giving us the performance we were expecting. Her is some info about our environment. Server: 2 * Dual 2.8 GHz with 4 GB of memory The fact table has around 30 millions of records for three years worth of sales history, and we have created 1 partition per year. We are using MOLAP with aggregation level at around 40%. The biggest dimension (Product) has 45 000 members, with 2 manual hierarchy and many attributes hierarchy. Attribute relationships are setup properly in every dimension. They are using OWC11 to access th ...Show All

  • .NET Development simultaneous connections with Access 2003

    Hi there, I just want to know, I'm using Access2003, and VB.NET 2003. I just want to know, does Access2003 support simultaneous connections Why use Access The data that will be stored into the Access DB won't be that much, and the Access DB will only be used by max 4 people, to manipulate DB data. Is that posible with Access, how do I go about, create the functionality for the simultaneous connections, and while the one person is busy on a spesific record to lock that record, so that another person can't access that record, while it's in use by anoher person. / Please Help. Thanx SJB ...Show All

  • Visual Basic Creating ActiveX Components in Visual Basic 2005

    Would anyone know how to create an ActiveX component with VB 2005   I cannot seem to figure it out.  Seems pretty starightforward with 6.0 or Delphi bu not VB 2005.  Any help would be greatly appreciated. ...Show All

  • Visual J# Return a class in a get-method

    How do I return a userdefined classtype (other than Object) in a get-method It is easy in java, but in V J# public class WhatEver { private MyClass myClass; public WhatEver() { myClass = new MyClass(); } public MyClass getMyClass() { return myClass; } } System.Collections.Generic.List<T> is the equivalent class of java.util.ArrayList<E> in JDK1.5. ...Show All

  • Software Development for Windows Vista Example of SQL persistance service

    I am developing a web application with workflow. I have implemented the sql persistance service also. Can any send me small example code, in which first time you open the browser you just start the workflow . And next time when you open the browser, load all the workflow that are not completed move them them to next state. Using sql persistance service. Thanks in advance. Amit, I am working on a sample whcih has WF hosted in a ASP.NET environment with SQL persistence. I should be finishing it by next week. Please send me your email address and I can send it you when I am done. Thanks, ...Show All

  • Visual Basic Need Your Help in Visual Basic Forums

    Hi , Hope you all are fine. Actually Situation is that i have 2 Forms. One is the main Application Form and other is like splash screen like form. I dont want splash screen form to be auto hide after some seconds. As there is some data i want to show to EnD uSer. i have added a check box on Splash Screen Welcome form. Checkbox : "Dont Show this screen in Future" Now i dont know when user checks this Checkbox and opens the application how can i save these settings. That this splash screen doesn't show itself in future. And in Application Options if the user selects that splash screen should appear at the start of application h ...Show All

  • Software Development for Windows Vista Promoted Transaction Timeout

    Setup: I have a client and a server connected via .NET Remoting. Framework version 2.0, applications are running under a debugger on the local machine. MSDTC has been tested to be working fine both locally and with a development server. Scenario: At the client I start a transaction via TransactionScope. At the server I wish to integrate into that transaction, so to promote the transaction to a distributed transaction (e.g. MSDTC vs. STM) I sent it to the server. The act of serializing the transaction (Transaction.Current) appears to promote the transaction. This musch works just fine. The transaction is promoted and made the ambient transact ...Show All

  • SQL Server Setting Device Info Settings

    Hello- Is it possible to set the HTML device information settings ( such as StreamRoot, Replacementroot, HTMLFragment ) through the URL or by config files (like rsreportserver.config) I'm able to access settings such as JavaScript and Toolbar using the URL like this : rc:Toolbar=false , but it does not seem to be working for other settings. If these are not available via the URL is there a list of which settings are available and which aren't As this is the bane of my existence right now any information would be REALLY appreciated, Tristan Replacementroot should work through the ur ...Show All

  • Visual Studio Team System BisService.asmx is missing

    Hi Everyone. I'm installing the July CTP on Dual Servers.  The data tier is setup fine.  The app tier was installing fine until step 5. I got an error 32000.Failed to execute action.  I went into the VSMs* log and got the following message: 08/05/05 10:38:21 DDSet_Error: The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\BisSubscribe.exe" /eventType BuildCompletionEvent /userid SANDBOX\TFSSERVICE /deliveryType Soap /Address http://APP01:8080/Currituck/BisService.asmx' returned non-zero value: 1. I tried running the command from a command prompt and got "unable to connect to ...Show All

  • Visual Studio MSBuild conditional import and Visual Studio IDE

    Hi all, First of all, apologies if this is the wrong group - the problem I'm experiencing seems to be in the MSBuild hosted in the VS IDE, rather than the command-line MSBuild. I have vcproj files with conditional imports (to pull in MSBee build rules for a FX1.1 build). These build fine from the command line with the relevant conditional parameters set - I use a condition of: Condition=" '$(Platform)' == 'Win32 (.NET 1.1)'" so I can in theory use the platform in the IDE to discriminate between 2.0 and 1.1 builds. This works fine in the IDE for conditional compilation settings (e.g. I have a <DefineConstants>$(DefineConstants ...Show All

  • Visual Studio Configure Internet Access: No subdirectories for update/download created

    I'm using VS.NET 2005 Beta 2.  I followed the steps as listed in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774 . 1. I'm not quite sure about SourceSafe Security guidelines.  Anyway I did share the database folder in Explorer only to the domain users for our project. 2. I also added the VSS database (\\Developer\Test$) in SourceSafe Administrator on the server. 3. But the problem happens when I follow the steps in http://msdn2.microsoft.com/library/ms181057(en-us,vs.80).aspx . In SourceSafe Administrator, I go to Server --> Configure... In SourceSafe Internet tab, I check Enable SourceSafe Interrnet ...Show All

©2008 Software Development Network