R.X.'s Q&A profile
Visual Studio Express Editions IIS/Cassini works locally but could not run it remotely...
Hi! I really need help here... I've built an ASP.Net 2.0 application using VWD. So I proceeded to setup IIS 5 normally with Anonymous Access security, set the .Net Framework mapping to version 2.0, and double checked the security settings. After that, I was able to access the site locally. The problem is that I can't access the site in a different computer which was in the same network. I could PING my pc from the said workstation but could not even access the default IIS site even if I specified the complete computer name or IP address in the browser. I need help! Any advice would greatly be appreciated. ...Show All
Visual Studio Express Editions Can't register for activation key for Visual Web Developer 2005 Express Edition Beta
When I try to register from the Activate Product... option in the help menu, I fill in the web form at https://profile.microsoft.com/ProductActivation/ProductActivation.aspx , but when I click on the Continue button, I always get the error message shown below. I have been getting this same message for a number of weeks now. Anyone got any ideas Rab Visual Web Developer 2005 Express Edition Beta 2 This registration thing is so lame, VSExpress2005/VWD is a free product why have this registration thing I have just tried to register, I have my 14 digit key, copy/pasted exactly from the web page: Your registrat ...Show All
Windows Forms TextRenderer and TextRenderingHint
Am I missing something or does the new TextRenderer.DrawText method not support the TextRenderingHint All of the text it draws is pixelated instead of being anti-aliased. I'm passing it a graphics object with the TextRenderingHint set to Anti-Alias but that doesn't seem to work. Also, the TextRenderer output doesn't look anything like a label control with the same text. What is the point of this new class again Ok... If I set the TextRenderingHint of the graphics object to AntiAlias, the TextRenderer output looks like ***. If I set it to SystemDefault, it matches the look of a label control with the ...Show All
Windows Forms Wizard control in WinForm 2.0
A new wizard control was introduced in ASP.NET 2.0, I'd like to know is there any wizard control builtin to WinForm 2.0 now If not, how can I create one for myown app Thanks, Hello, Do anyone know how to create "Wizard" in WinForm, just like what DotNetMagic Wizard does Thanks, ...Show All
Visual Studio 2008 (Pre-release) WinFX Gui Designer
Microsoft can plan to release a gui designer for xaml on winfx for Visual Studio 2005 Mobiform's Aurora works right on top of Microsoft WPF (Avalon). It also plugs seamlessly into Visual Studio, works stand alone or can be componentized for use. Here's a look: http://www.mobiform.com/images/aurorainvisualstudio.jpg ...Show All
SQL Server Stored Procedure runs but no records inserted
I have just installed a fresh copy of SQL Server 2005 on a new server. I transferred over one of my stored procs which has been working beautifully on another SQL Server 2005 server. This time though when it's run, It runs but doesn't insert anything into the destination table. I recreated the tables that were on another server on this server by using the SQL query that you produce when you do a Right-click | Script Table As | Create To | New Query Editor Window and simply copied and pasted the table creation sql script on my new server, changed the database name and it created it fine. What else could it be I ...Show All
Windows Forms Bartender Label+VB.net2003 WindowsForms
Now I am using Bartender and Access 2000 to printout labels we have many version of Access programs for each customer but I want to change from Access to VB.Net 2003(window form). Any one can help me Becuase I want to integrate the label program in one program by vb.net (windowform). Thank to helping me . Have a good day. ...Show All
Visual Basic matrix algebra, how to do it in VB
hi, I want to perform some matrix algebra in vb.net (m columns, n lines, m x n) - transpose - inverse - determinant - add, minus, multiply... Anyone can help And how to input those matrix in vb (from a text file, or from excel data, or by input by hand) Please help thanks http://www.codeproject.com/csharp/rtwmatrix.asp ...Show All
Visual Studio Add IVsUIHierarchy to Team Explorer
Hello, I've been trying to extend team explorer with my own hierarchy. I can get it to the point where my root node shows up fine, and there is a plus icon next to it indicating that it knows there are leaf nodes inside of it, but if I try to expand it, the leaf nodes don't show up and the plus icon disappears. In my implementation of the BaseUIHierarchy class, I've added trace statements in ExecCommand and QueryStatusCommand, but they never seem to get called. Keep in mind I'm quite new to extending VS, and haven't been able to find any documentation for these classes. Thanks The PcwTESample was added ...Show All
Visual C# How to open files in C#?
I'm just starting out, and i don't know how to d o what i assume would be a simple task-open a file for view in windows. i don't mean to analyse it's contents, but to simply click a button, and a program, like a game, is run. can anyone give me the command that will do this, and also a link to a list of the commands, and what they do You will want to use the System.Diagnostics.Process class: Process proc = new Process(); proc.StartInfo = new ProcessStartInfo(exeName, exeArgs); proc.Start(); where exeName is the full path and name of the executable exeArgs is a space-separated list o ...Show All
Visual Studio 2008 (Pre-release) how to set width, height to auto in code-behind?
Anyone who knows how to do this something like listBox.Width = auto; thanks in advance, Kimme I think this is what you want listBox.Width = double .NaN; ...Show All
Visual Basic Serial port timeout settings
Hi! I'm having a problem with the timeout settings in a serial port application in VB2003.net. I can read and write properly as long as the delay is not to long from when the read-line is excecuted to the actual receiving of bytes. This specific function does not work: I write one byte of data to the port with the write function, then i use the read function to receive a specified amount of bytes. The device on the other side of the cable has a delay from that it receives a byte until it can send the specified amount of bytes back to the application. I have tested, and a delay of 50ms is possible before a timeout error occurs. I wan ...Show All
SQL Server BUG: SSIS imported package errors with 'Guid should contain 32 digits with 4 dashes'
I have imported a package using SSIS into the Maintenance Plan folder from another server. It imports fine, but when i Modify the package then click save I get the following error : 'Guid should contain 32 digits with 4 dashes'. This has been reported on other forums without resolution. Pete I’m receiving the same error of ’Guid should contain 32 digits with 4 dashes' when modifying the package and try to save it. The server that I exported from is SQL standard. The server that imported on is SQL Ent. Both servers are 32bit. Gene ...Show All
Visual Studio Express Editions Cannot connect to server
I can download the ~3mb files, but when they are run and they are trying to download and install everthing, it says that the transfer rate is 0, then goes to say that it is trying to re-establish it's connection with the server. It can't do this, and when 5 attempts to do this fail, it exits. Any ideas It happened to me too. The setup thing downloads, but running that it tries 5 times to download and then says it failed. I'll try downloading the .img or .iso files manually. Thanks ...Show All
Visual Studio Oracle with Crystal: "Failed to Load Database Information"
I've already deployed the Crystal .msi and installed the Oracle Client on the server, and still getting this message: Temp\temp_294ca6ef-60f1-4511-b5a5-c6986817b96d.rpt: Failed to load database information. I gave permission to the ASP.NET user in all the folders it needs, Oracle, Ora92 and Ora92/bin, Temp... In the development computer it runs OK, but in Production server its crashs! Someone can help me Any ideas will be quite welcome! Thanks in advance! Fernando Ruano. I can confirm that. Giving my IIS user read access to c:\oracle solved this problem. ...Show All
