Steve Graber's Q&A profile
Visual Studio Team System .dbproj files to be read inside a Developer Edition of VSTS?
At my workplace we have a number of editions of VSTS, one of those being the new Database Projessionals version for our DBA. We used to create a Database project, then had an app to combine all the .sql files into a master file for execution against our development server. It seems now that this new project type can better integrate into our build server and we will no longer need to use this sql joiner app. Regardless, all developers could view the standard Database project, but these new SQL Server 2005 (.dbproj) files are unreadable by the Developer edition of VSTS. While developers won't be doing many database changes, it's nice for us to be able to get latest and do small changes with code review on our databases, but moving to this ...Show All
Visual Basic how to use sql to import data to excel (windows application)
pls help me with this guyz!! Can anybody yell me wether this is possible Send my links or sample codes>... ...Show All
Visual Studio 2008 (Pre-release) Computer name issue
Hello, I am having difficulties with WCF service, hosted on IIS6.0 and computer name. My virtual directory is accessible using domain name, but my service is created using "computer name" instead of domain name: "To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax: svcutil.exe https://portal/apis/services/3.0/CatalogService.svc wsdl " "Portal" is computer name. How I can force the service to use domain name instead of "portal" Service configuration is: < system.serviceModel > < bindings > < basicHttpBinding > < binding ...Show All
Visual Studio Express Editions Can I store the first column of a dataset in a string array?
Hi! Ok, so I figured out how to populate a dataset with data via an XML file and bind it to a datagridview. But now I need to fiigure out how to retrieve the data set index and first column into a string array. The cell in the first column contains the filemame (minus the extension) of a graphics file. I need to modify the filename so I can open it in a picturebox. Any ideas Thank you very much ahmed. It works like a charm! But now I can't get my DataGridView_CellContentClick to recognize my array variable: Public Sub DataGridView1_CellContentClick( ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick Dim ItemIndex = DataGridView1.Curr ...Show All
Smart Device Development What control is used
Hai What control actually used in the smartphone emulators message reading page. Can we implement that in our applications.. I am sorry but this forums is very specific to Device Emulator related questions. I am moving it to other forum where it has got better chances of being answered. -Thanks, Mohit ...Show All
Visual Studio Team System Nightly Build Test Error - Not finding standard .Net Assembly references
Hello All, I get the following errors in my nightly builds: C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Warning: Test Run deployment issue: The assembly or module 'System.Windows.Forms' directly or indirectly referenced by test assembly 'c:\joshuanightlybuild\joshua\nightly build\binaries\release\eismainapptest.dll' was not found. C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Warning: Test Run deployment issue: The assembly or module 'System.Drawing' directly or indirectly referenced by test assembly 'c:\joshuanightlybuild\joshua\nightly build\binaries\release\eismainapptest.dll' was not found. ...Show All
Visual Studio Debugging .Net Class Lib called from COM+
I have a legacy ASP app which has a COM backend. The COM component is making a call to a public function in a .NET class library. What I'd like to do if it is possible is to have a breakpoint set in the .NET code in Visual Studio at which execution will stop when the function is called from the COM component. In VB6, you could just run the debugger and it would wait for the component to be created, however you can't do this in .NET. Is this possible The COM component is running in a dedicated server process under Component Services. TIA ...Show All
SQL Server Property DefaultSchema is not available for Database [DatabaseName] in SSMS
I've been researching the notification message [Property DefaultSchema is not available for Database [DatabaseName]]. This message is generated when I try to create a new table object using SSMS. I am logging into the SQL Server using an NT Authenticated Login which is mapped to an Active Directory Resource Group. I have found the following information specific to Default Schema's in SQL Server 2005. First, by design, you cannot assign a Default Schema to an NT Authenticate Login that is mapped to a Windows Group. This is noted in the CREATE USER (Transact SQL) BOL topic - http://msdn2.microsoft.com/en-us/library/ms173463.aspx "DEFAULT_SCHEMA cannot be specified when you are creating a user mapped to a Windows group, a cer ...Show All
Windows Forms Want to set initialdirectory to the mycomputer
Hi All, I am using openfiledialog and savefiledialog in windows form. I want to set its initial directory to "my computer". I have tried Environment.GetFolderPath(Environment.SpecialFolder.MyComputer) but it's not working. Anybody please help me in this..... Yes that's true. But if you have seen folderbrowser shows mycomputer and we can set initialdirecotry as mycomputer. we have to set its rootfolder.Can anybody please tell me whether it's possible or not ...Show All
Windows Forms How is Terrarium?
I first came across Terrarium some years back and have known nothing about it in the time between then and now. I suddenly remembered about it yesterday and thought I'd give it a proper go this time round. Is the server permanently down, or temporarily How popular is the game these days How do you compile the dlls that are required to make creatures I tried to install the framework but it said XP already has all the features. But it also says that you don't even need the framework or visual studio... ...Show All
SQL Server Getting HelloWorld_CLR sample to work
Hello, I have been trying to get the app installed and running; I've updated the install script to point to the right server and it worked. I've run the ALTER DATABASE ssb_HelloWorld SET ENABLE_BROKER ; and the EXEC sp_configure 'clr enabled' , 1; and the CLR seemed to have problems while getting replies back from the server. However after repeated retries it worked well. Sporadically I would see an error. After uninstalling the sample and installing it again - to document the steps previously taken - the CLR application is no longer receiving messages from the server. Any idea about what setting might be needed Thanks, See this previous post: http://forums.micro ...Show All
Visual C# C# Question
Hello, From a C# program, how do I display a form that was previously created in Access Thanks. private void CloseBtn_Click( object sender, EventArgs e) { string database = "Test.mdb" ; string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + database; // Prepare the connection System.Data.OleDb. OleDbConnection conn = new System.Data.OleDb. OleDbConnection (connectionString); try { conn.Open(); // Insert code to process data. //frmMainMenu.Show(); // Opens the Access Main Menu form } catch ( Exception ex) { MessageBox .Show( "Failed to connect to data source" ); } finally { conn.Close(); } ...Show All
Visual Studio Team System "All Files are up to date" - "Get Specific Version"
Hi, I try to get the latest version, but I get following message: "All Files are up to date" So I tried to get a specific version with the two options "Overwrite writeable files..." and "Force get of files versions..." but nothing changes... Then I tried to get the sources with tf get /all, but again nothing changes! Regards Simon Hello Simon ;-) 1. Go to the Source Control Explorer 2. Right Click Properties 3. Security - Tab Check the users.. Regards simon ...Show All
Visual Studio Tools for Office VSTO 2005 SE Deployment Problem
Hi, I am creating a Excel 2007 VSTO COM Add-In using VSTO 2005 SE . It runs perfectly fine when I build it and run the in development computer having VS 2005 . However, when I try to install the setup.exe or .msi file for the same addin in the client machine or Virtual PC having the following configuration: 1. VSTO Runtime 2. Office 2007 3. .NET 2.0 Framework it does not seems to load . I also did caspol settings to make it Fully Trusted . I get the following error " Not Loaded. A runtime error occurred during the loading of the COM Add-in ." Can someone please help me on this Thanks in advance It does'nt helps either. I did the above setting and opened excel.exe from cmd but simply no error m ...Show All
Software Development for Windows Vista workflow project type
hello, My workflow run from a win form application. which type of the workflow ( Sequential Workflow console App or sequential workflow library..) must be used. The advantage is knowing what your workflows are doing now and when did they finish, for example if you want to shut down the application you may want to make sure all workflow threads have completed or wait for the ones to complete yet. The way to get these notifications is by subscribing to the runtime events that the runtime engine emits the ones of interest to you would be Workflow_Completed & Workflow_Terminated. Take a look at the other events emitted by the runtime to determine which ones are of interest to you. ...Show All
