Gene R S's Q&A profile
Visual Studio VS Studio 2005 installed on xphome without web developer.
As I don't have IIS installed on my xp home machine, when VS Studio was installed (beta2) on the machine it didn't install the web developer side of things. I've downloaded web developer seperately and installed it and it uses its own web server ok. Is there any way I can integrate the web developer into vs studio so i have one ide which is the whole point of Studio ...Show All
Visual Studio Team System Single FxCop project for Debug and Release Assemblies
Hello, Is it possible to have just one FxCop project that will work with both my Debug and Release builds NUnit has a capability like this. Thank you for your help, Hi, If you open the FxCop ui and rightclick on the assembly to analyze, you get a dialog where you can replace the physical path of the assembly to a path with environment variables. The only problem when you do this is that if you have exclusions against code that only exist in one flavor of your assembly, you will lose those exclusions if you save your project opened against the other flavor. Regards, Jeffrey ...Show All
SQL Server SQLServer2005_SSMSEE.msi & SqlServer2K5_BOL.msi
After I installed SqlServer2K5_BOL.msi, Microsoft SQL Server Management Studio Express CTP does not launch any more. How can I use both SSMSEE and BOL The problem was in the Management Studio Express tool released on November 7. There is a new Management Studio Express CTP download available at http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting. With the update, Management Studio Express and Boo ...Show All
Visual Studio fail to install msdn library after vs2005 beta2 installed
my machine comes with Dual AMD Opteron DP 244, OS is windows server 2003 enterprise x64 edition, evaluation copy. with service pack 1, v.1433., first I installed vs2005 beta1 refresh, both vs and msdn library installed and works very well. then vs2005 beta1 expired and I can not use it, so I installed vs6 to tweak the 64-bit application. after I got the vs2005 beta2(by downloading), I uninstalled vs2005 beta1, and then installed the beta2. during the installation process, an error(somethin from the previous beta1), then I download the uninstall tool for beta1 to clean, it ran to do something and also crash. but then I can ins ...Show All
Windows Forms how to get the parent form of a control???
Can anybody tell me how to use the "parent::get()" property of a text control in order to obtain its parent form Thanks!! The Parent property will give you the parent Control of another control. The parent is either another control or the form. The TopLevelControl can be used to get the highest grand-parent in the hierarchy (normally the parent form). Michael Taylor - 6/21/06 ...Show All
SQL Server Creating a row guid in SQL Express
I am an asp developer who is finally serious about learning .net. I have downloaded SQL Express and am working through the ADO Step by Step book. I can easily create a table and set all the columns. What I cannot do is create a row guid. The option for this is grayed out in the column properties window and when I try to set a field in the "Row Guid Column" in the right side properties window I get an error mesage stating the field must match an entry in the list. I have set the id field to primary key and no nulls and to identity and I still cannot set as row guid. I even downloaded Northwind and these tables also do not have a ...Show All
Visual Basic Dump locals?
Is it possible somehow to dump/access all locals when hitting a exception in VB.NET 2005 Today I use reflection to dump all public variables into a mail, but what I really want is to dump the "locals". Is it possible to access them somehow ...Show All
Visual Basic Intercepting the TAB key in a textbox
I need to use the TAB key to feed the string "0.5" into a textbox and then move on to the next control, as though the user has typed "0.5" (and then pressed TAB). I see the solution suggested is to override IsInputKey but for the life of me I can't work how to apply the method - every way I try doesn't trap the TAB key. How/where do I set the override to get the TAB key identified by KeyDown It certainly doesn't work if I use - Dim NewTB As New TextBox Me .Controls.Add(NewTB) AddHandler NewTB.KeyDown, AddressOf KeyIsDown etc. and then........... Private Sub KeyIsDown( ByVal o As [Object], ...Show All
Visual Studio Team System Move source file in Source Control Explorer and lose history on where it was moved from
When I move a source file in Source Control Explorer, the history doesn't detail where it was moved from. Is this by design OK. I see what you mean now. It would be nice if a comment was automatically placed on the file that was renamed, but I agree that it is possible to find out the information. Thanks for your help! ...Show All
Visual C# Anti-view source code
Dear all, I'm using a software that can view source code from .exe and .dll file (only for .Net Framework support files). It's security problem. Everyone can know my programming idea. So, I wonder to know how to hide code! Someone help me! Thanhks! You may to check out anti-piracy tools. For instance, http://www.aladdin.com/ has both hardware and software protection keys (dongles) which prevent execution of unlicensed software. They also envelope encrypt executables to prevent reverse engineering. ...Show All
Visual Studio 2008 (Pre-release) help
From the video I have watched http://download.microsoft.com/download/4/7/0/4703eba2-78c4-4b09-8912-69f6c38d3a56/Dlinq.wmv I did not understand .how can i use my database like northwind i have watched ready-made northwind.cs how can i make database file like northwind.cs and i have watched command prompt and executed sqlmetal.exe what is that command work I found the solution [ Table (Name= " MyDatabase_Name " )] public class MyDatabase_Name { [ Column (Id= true )] public int EXT; \\column [ Column ] public string Time; \\column } private void Form1_Loa ...Show All
Software Development for Windows Vista Problem in sending mail through web instead of localhost(Drop)
I have done HOL 02 of wwf successfully. I want to send mail through web instead of sending it to the Drop folder of Inetpub in the local machine. So I have changed Smtpclient from "localhost" to SMTP Server name as shown in the below code. Then I am getting the following error. " An exception of type 'System.Net.Mail.SmtpException' occurred in System.dll but was not handled in user code Additional information: The SMTP server requires a secure connection or the client was not authenticated. The server response was: Authentication required " MailAddress toAddress = new MailAddress (To); MailAddress ...Show All
Windows Forms dynamically creating a ContextMenuStrip
ok, I am wanting to dynamically create a context menu strip using an existing menustripitem from the form, I used to do this by creating a context menu and merging the differant main menu item i need to the context menu then when the user click the context menu it just fired the main menu item code. The problem I am having is that if I use context .Items.Add( this .child2ToolStripMenuItem); then the main menu strip item is removed from the main menu strip. Is there a way around this or do I just need to do this a differant way I'd create the ContextMenuStrip, then share it with your menustrip assig ...Show All
Visual Studio Team System Removing the Work Item and Documents folder from Team Explorer
How can i remove the Work Item and Document Folder from the Team Explorer Dont get me wrong i do like TFS, but atleast for the coming years we wont be using Workitems (we already have developed an equivalent of workitems and we want to continue using this for now.) and we also have a very nice Document Storage area. So anyone The Team Explorer loads plugins from the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\TeamSystemPlugins\Team Explorer Project Plugins If you remove a plug-in it will be removed for all projects. There is no way to specify this as part of th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Wanting to Blend Two textures together
I am a bit of a noob at this and I have got the latest SDK and spent a fair amount of time looking though it to no avail. What I have is three textures a night time texture (texn), a day time texture (texd) and a difference texture (texdif) based on a lightlevel value from 0-1, I want the resulting texture to be: out=texn+(texdif*lightlevel) I assume. But not sure if I can Lerp this or if it has to be pixel shading in HSL. Anyone know where I can get some samele code dealing with setting up the material, texturestates, stages etc.. to acieve this. SDHop wrote: based on a lightlev ...Show All
