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

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

Saul775

Member List

Sekhar Mantrala
Janaki
Pramod Kumar M
RussSpitler
CY19
F. Dwarf
Alnilam
Eduardo Sobrino
Robert Horvick MSFT
Rajat Solanky
Alex Suzuki
Carlos Quintero MVP
Michael Hamilton
Edimilson Simionato
Matt Ellis
basi
RayFloyd
Arnel Foronda
u771381
SimonY
Only Title

Saul775's Q&A profile

  • SQL Server Cube installation without VS

    Hi! I created a cube and I want to give it to several persons for the installation on their SQL Server 2005. Is it possible to create something like an installation package (similar to the deployment manifest in SSIS) Thanks for any help! No, but you can script out the database as an XMLA script and then execute it on another server. To create the script, use SQL Management Studio and right-click on the Analy ...Show All

  • Visual Studio 2008 (Pre-release) Passing var

    public void ObjectDumper( var x) {   Console .WriteLine( "Result" );    foreach ( var y in x)   {     Console .WriteLine(y);   } } The above code yields a compiler error at the ...(var x) as "Type Expected". Anyone knows how to pass the var type as a parameter Thanks all for your help    There is no conversion when you are boxing.&nbs ...Show All

  • Visual Studio GetCanonicalName() Error

    Hi I am getting the following error, is there any way to find out which type it cant find in the map as i have a lot of types but when i drill down into the map through the debugger they all apear to be there i think. if this should have been posted elsewhere please let me know cheers. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: ...Show All

  • Windows Forms How to open a windows form from another thread (C#)

    Im trying to open a windows from another thread than the Main GUI thread... I have no problems updateing excisting forms - using delegates and BeginEnvoke, but it just doesn't seems to work when I try to open a new form.. Can somebody please he ...Show All

  • .NET Development Deployment Problem with VS 2003 VB .NET

    I have a stand alone Windows application written in VB .NET that installs fine and works great on my machine but when you try to on another machine it installs but when I try to run the application it gives me the following error. SalesTax 1.08.exe Common Language Runtime Debugging Service    Application has generated an exception that could not be handled Process id = 0xbf0 (3056), Thread id = 0xb48 (2888) Click OK to ter ...Show All

  • Visual Studio Team System HowTo Update AreaPath through OM

    Hi guys, How can we set AreaPath field through Object Model When the field is set, on save Work Item complains on AreaID field. There is no AreaID field defined in our WI. If it is system, reserved field, what should be its value Hi Leon,    The behavior you are seeing may be because of a bug in the beta2 workitemtracking code, where the format to set and get values in the Area Path field are different. If the project is ( ...Show All

  • Windows Forms WindowsForms with a UserControl

    I may be trying to use a UserControl incorrectly - so I thought I would seek help. I have a main windows form with several tab pages.  Each tabpage is the same format so I wanted to use a UserControl on each page. But, my problem  ...Show All

  • SQL Server Cannot create new Subscription?

    Hi, I recently got the September CTP Enterprise version and installed it on box with Windows Server2003 os. When I go to a report and try to create a new subscription by going to SQL Server management studio, that option is disabled for me. I have already setup the email configurations and started the sql server agent. Anyone has ideas why this should happen I'm having a similar problem where: - "New Subscription" is greyed o ...Show All

  • Visual Studio Team System Team Build & ClickOnce

    Hi, We are using the "SolutionToPublish" tag to build & create our ClickOnce application via Team Build. It works fine but I've got a question: The application publish version is not incremented via the Team Build process. How can this be done so that it is incremented on each Team Build Thanks, Paril You will need to explicitly increment the version information using the property Applicatio ...Show All

  • Visual Basic File Watcher

    Hi, I have a fileWatcher set as follow: Private Sub setupFilewatcher() Dim info As New System.IO.FileInfo(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile) Dim path As String = info.DirectoryName Dim file As String = info.Name Try watcher = New System.IO.FileSystemWatcher(path) watcher.Filter = file watcher.NotifyFilter = IO.NotifyFilters.LastWrite watcher.EnableRaisingEvents = True ...Show All

  • Windows Forms how to embed child datagrid from its parent

    Hi, All, posted a thread earlier regarding nested tables on .net data grid, guess, the simple goal that I am looking for is: for a .net datagrid on a win form app, how can I embed a child datagrid for each data row - so I ca ...Show All

  • Visual Studio Express Editions Dropping Desktop Shortcuts into Treeview using Drag & Drop

    Hello, I have read tons of MSDN documentation, but I do not fully understand the process of creating drag and drop. Since there is no shortcut class in .NET, I have to use the COM library. I need to develop a process where I can drag an existing desktop shortcut onto a treeview and the data/properties such as filename, target, etc from the shortcut is transferred and created as a new node in the treeview. Please help! ...Show All

  • Windows Forms When does the Build go up in VB.NET versioning?

    I was just wondering when the version of the compiled/built exe changes  In VB6, it had automatic or manual, and when you compiled the project, the version would simply increase.  So what's the current criteria  So what action makes the version  ...Show All

  • Software Development for Windows Vista Timers Persistence with Default and Manual WorkflowSchedulerService

    A while back on this forum there was a post regarding Timers, PersistenceService, SchedulerService. We were at the Beta 2 stage then. Here is part of it: "I'm wondering if there are any best practices regrading architecting ASP.Net workflows which contain delays.  The delays are used to send notifications at different intervals and to timeout "waiting for approval" kind of activities.  These workflows have tracking and persistenc ...Show All

  • SQL Server Which Package Configuration Type is best

    Hi, I understand there are different package configuration type like... · XML configuration file · Environment variable · Registry entry · Parent package variable · SQL Server Of the above which is best configuration type to use. Regards, Balaji Thiruvenkataraju There are 5 config types because each has advantages and disadvantages ...Show All

©2008 Software Development Network

powered by phorum