yukoo_tech's Q&A profile
Visual Studio Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install log (from where it begins to get fishy) below. Any help would be much appreciated. I have a product I am actively working on and needs to be transferred onto the final 2.0 framework asap. Regards, Si ...Show All
Visual Studio Team System [FxCop] error on analysis in 1.35
Error on Analysis run of DoNotCallOverridableMethodsInConstructors in 1.35 Index was outside the bounds of the array. at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.GetInstancePointer(Method caller, Int32 offsetToCall) at Microsoft.FxCop.Rules.Usage.DoNotCallOverridableMethodsInConstructors.CheckCallees(Method method, Boolean isCallVirt) at Microsoft.FxCop.Rules.Usage.DoNotCallOverridableMethodsInConstructors.CheckCallees(Method method, Boolean isCallVirt) at Microsoft.FxCop.Rules.Usage.DoNotCallOverridableMethodsInConstructors.Check(Member member) at Microsoft.FxCop.Engines.Introspection.AnalysisVisitor.CheckMember(Member member, ...Show All
Visual Studio Team System Centralize suppressions (no more attributes) in VS2005
Using VSTS, how can we avoid having to suppress violations all over our codebase I'm aware we can suppress things at an assembly or module level, but that's not my intent. I want to have fine-grain control, yet don't want my codebase polluted with all those attributes. This is the only reason we can't use the built-in Code Analysis in VSTS -- it screws with the code. I just want a separate analysis file that can store all the information it needs to, and stays completely separate from the source, but still get the benefits of VSTS and Team Build integration. Is there a way to hack the teambuild/msbuild stuff to use .fxcop project files but ...Show All
Windows Forms VS.NET Toolbar
I've created a VS.NET Add-in, pretty easy, but is there an easy way to create a VS.NET Toolbar Is it even possible Thanx awesome! thanx so much! I'm actually on my way out of town, but when I get back, I will definitely be giving that a try...thanx again :) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. vertices in Direct X
Hi I can`t really understand how can i make a 3d cube with vertices and c# .. can anyone show it i so examples are Welcomed!!! lol i checked that beforfe posting here man.. i only showes already made .. and i know how to make simple forms like triangle i was looing for a 3d cube so... ...Show All
Visual Studio Visual SourceSafe 2005 IDE Integration Problem with Visual Studio 2005
Hi I have Visual Studio Professional 2005 installed and I just recently installed SourceSafe 2005 and It won't integrate with the Visual Studio IDE. The SourceSafe menu doesn't appear in the File menu of the Visual Studio and I cant import projects from SourceSafe, what can I do Thanks Go to Tools->Options->Source Control->Plug-In Selection In the combo box in that page, select the Visual SourceSafe plug-in. Then to access the Projects already on SourceSafe you use the File->Open Project dialog, and click the SourceSafe button on the left bar of the Open Project dialog. ...Show All
Smart Device Development Dll can't work on real device!
I built a Dll that can work correctly on SP2003 SE emulator, but when I deploy it to real device(dopod 585), the phone doesn't load the Dll. I noticed that the function calling sequence is : ProcessInit ThreadInit ProcessUninit ThreadUninit It seems to return immediately, other exported functions doesn't work at all. I signed the Dll using "Smartphone 2003 Priviliged Test Signing Authority". So what's wrong Please tell me how to handle differences between emulator and devices!. Thanks! Since your DllMain code got called, it is not a signing issue (or your DLL would not be permitted to execute an ...Show All
Windows Forms Can I change how Publish.html looks like?
Hay! I'm new in Click Once publish and I don't know where to find any information regarding changing how publish.html looks like. I'd like to include in it my company logo and so on. Is there any tamplate on wich is based on Where can I change background color, fonts... And I don't want to change publish.html everytime I publish my app. Is there a way to make this changes only first time Thank you for your help! Hi pinkpanter, One of the solutions is, you could manually edit the publish.html file in a web-editor (eg. VS05, Dreamweaver & etc). Is that what you are looking for ...Show All
Windows Forms grid dispay
How can i get my data in either a datagrid or the 2005 datagridview to go accross instead of up and down example: default layout: time people day 12:00 joe 1/5/05 12:30& ...Show All
Visual Studio Does .net 2003 Academic validate VS 2005 Pro Upgrade?
Does .net 2003 Academic validate VS 2005 Pro Upgrade version No, VS 2005 Pro and VS 2003 Academic are Side by Side installs, they are not upgrades so they will not validate against each other. ...Show All
Windows Forms control validation & closing form bug
- There is a form, which contains a user control. - This control contains another control. - The OnValidating method of the second control is overridden. So there are some situations when control is not valid: protected override void OnValidating( CancelEventArgs e ) { if ( ... ) { e.Cancel = true; MessageBox.Show( "Validation error!" ); } base.OnValidating( e ); } - But when user& ...Show All
Visual Studio Express Editions Cannot activate express products
Hi everyone, When I click on the "Register now" link in the Help->Activate Product... menu for both Visual Web Developer Express and Visual C# Express nothing happens. IE is my only installed browser. Is there a link on the Express product web sites that would allow me to actiavte my 2 products Or any idea on why clicking that link would not take me into my IE Thanks, Mike Hatfield When are these microsoft idiots going to fix this problem I looked at the reported bugs and all they say is they cannot duplicate the problem. Tough luck for us. What a bunch of incompetant, useless ...Show All
Smart Device Development .net CF 2.0 networking
I have a quick question. Will CF 2.0 have any improved networking capabilities over CF 1.0 or we will still have to call native APIs I mean, will we have something like the classes in Opennetcf.Net namespace or better Something nice to build network aware apps that are able to decide to fall back to GPRS if there is no WiFi or if the user leaves WiFi area Hi Joaquin, The following are some of the additions of NETCF V2.0 in the networking area: - NTLM/Kerberos HTTP authentication - IPv6 support - CredentialCache For PocketPC, Connection Manager provides network awareness to applications to some ex ...Show All
.NET Development Codebehind in a diferent place
Hi all How can i place my cs files in a different folder of aspx files When i put my cs files in a different folder, forms works fine but i can't use design view. I don't know how to specify a diferent location in "Codebehind" property. Thanks in advance The codebehind file is found by the designer through the CodeBehind attribute in the ASPX page. I'm not aware if you can give it a path or not but it is normally simply a filename. For 2.0 you should use CodeFile instead which I believe does support paths. However you should weigh the benefits of moving the code behind away from the underl ...Show All
Visual C++ Winform .Net framework
I am working on winform application in VC++ .Net 2003 I have both .Net 1.1 and .Net 2.0 framework installed on my machine. Can I check whether my application is using .Net 2.0 or .Net 1.1 that knowledge will help me during deployment Also I would like to use .Net 2.0, is there a way to choose between the two TIA If the application is written in VC++ .NET 2003 then it will use .NET 1.1. However if the machine that runs the application only has .NET 2.0 installed there is a very good chance that the application will work if you add a configuration file that looks like this one: < xml version ="1.0" > <configuration ...Show All
