Smoky's Q&A profile
Visual Studio Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
Visual Studio Express Editions Error 1406 Installing Web Developer Express
Successfully downloaded all 344 MB of the Visusl Web Developer Epress load (VWD, MSDN documentation, SQL Server Express) Encountered error in doing VWD setup using Windows Installer 3.1 in Win XP SP2 machine. (SQL Server 2005 Developer Edition has been sucessfully installed previously and is currently installed on the machine and the service was running). -------------------Error Message Box-------------------------------------- Title: ...Show All
Visual C# Connecting to a shared folder on another Machine
I'm developing a Windows Service. The service needs to write an xml string to a file and drop it in a shared folder on another server. What is the best way to establish a connection to the shared folder on the other machine Have you tried just connecting directly to the share itself. For example shows how to check if a file exists on a share; File.Exists("\\My ...Show All
Windows Forms HowTo: Launch Browser window from winform usercontrol ?
Hi, How do I launch an URL from inside a UserControl in Winforms. I can Launch using Process.Start("http//Msn.com/"); but the problem is it opens in the same usercontrol window I need to open a new window (lke javascript window.open) Thanks for the&n ...Show All
Microsoft ISV Community Center Forums read only file opening
Hmm, it worked for me... maybe you should dim a new object for the wb and close that. Then you won't close the whole Excel application accidentally.;) But if that doesn't help, try posting some of what you do inbetween opening and closing the workbook... Dim xlApp As Excel.Application 'Note: better memorywise Dim WB As Workbook On Error Resume Next Set xlApp = GetObject(, "Excel.application") Set WB = xlApp.Workbooks.O ...Show All
Visual Studio Express Editions enter key
Does anyone know how to get the enter key working in vb 2005 beta 2 i'm working on a browser and i want it so it will navigate when pressing enter but nothing works. Have a look at the answer to the following post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=6011 ...Show All
SQL Server SQl Server Management Studio Express problem
I installed the softwaren and connected without problem to my SQL 2000 server. When I click on the SQL Server log and try to read it, nothing is displayed. Any ideas I can read the other database objects and security parameters without problems. Also, do I need the full version to manage backups, jobs, etc. Hi, which log did you open What do you mean by "fulll version", as ...Show All
Windows Forms Using Access as a report tool
I would like to use MS Access to handle reporting for a .Net application. I consider myself an Access "guru", but definately not a .Net guru. In my .Net app, I've included the Access 9.0 object library and have used code to&nbs ...Show All
Microsoft ISV Community Center Forums Help with DDEExecute
Hello, I have created two excel workbooks called Server.xls and Client.xls. Client.xls has a button which when clicked executes the code below. Private Sub cmdSendCommand_Click() lChannelNum = DDEInitiate("Excel", "[Server.xls]Sheet1") sRequeststr = "[New]" DDEExecute lChannelNum, sRequeststr DDETerminate lChannelNum End Sub When the button is clicked in Client.xls indeed a new blank workbook ...Show All
.NET Development SQL Express Connection Problem - Please Help
I get the following exception from SQL EXPRESS An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) from the following three lines of code: Dim SQLConn As SqlCo ...Show All
SQL Server Noob question: SELECT statement
Hi, I'm very new to RS. I'm trying to find a single piece of data in a table. Do I need to create a seperate dataset for it or is there some way that I can insert a SELECT statement into a textbox Maybe a sub query of an existing dataset Thanks in advance. No you can't do this. Your select statement must populate a dataset and return the single value if thats what you want. You can also used a stored procedur ...Show All
SQL Server Hi to all,Please help me
Hi i want to hide a particular row in crystal report. how could i do that. thnx trivikram You should ask over at the Crystal forum: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=77 . ...Show All
SQL Server Connect fails: Error 4064, Can not open user default DB
I just installed SQL Server 2005 CTP (9.00.1116) on Windows Server 2003 with SP1. Then I unzipped DotNetNuke portal site and tried to connect to it with various errors, generally relating to invalid login. I never figured it out after many hours of exploring every SQL interface I could find, changing web.config's connection string, and editing the DotNetNuke ODBC Data Source. At one point I was able to intermittently sign in to th ...Show All
SQL Server Issue with Export to CSV
Dear Anyone, Whenever we export reports to CSV, it seems that the column headers in the CSV fileb are the actual column names in the select statement we used in the data set and not the column names that are in the report. Is there a way to reflect the column names in the report to the CSV file rather than the actual physical column name in the report Thanks, Joseph As there is no explicit binding in RDL between the data columns and the he ...Show All
Visual Studio Team System User account deleted and recreated: SID problem?
I'm using workgroup edition on a single server in our domain. One of our users recently had his Active Directory account deleted and then recreated with the same username. His username no longer appears in the Team Foundation Licensed Users server group, and if I try and add it again, i get this error: Microsoft.TeamFoundation.Server.AddGroupMemberOverLicenseLimit: TF50626: Maximum users (5) in License group. Unable to add Joe Bloggs. I guess ...Show All
