Lita123's Q&A profile
Windows Forms DataGridView Soring
I really like the new DataGridView control, however, it always seems to sort columns containing numbers and dates as if they were strings. The Windows Forms 1.x ListView control did the same thing so what I ended up doing was to create an ...Show All
.NET Development Just curious if asp.net can do what google does?
Hello, I just saw google's personalized front page and I think they way you can move/add modules around on the page is a fabulous idea in real time. I was just curious if asp.net had some type of functionality like this where you can have web controls layout on a page and allow the user to move them. Are there were any samples out there. Thanks in advance. John They are called 'WebParts' ( for g ...Show All
Visual Studio Team System Error 28100 & ActiveDirectoryObjectNotFoundException
I'm receiving the following error on install of TFS Beta 3 Refresh. I'm doing a single-server install on a clean WS2003 Standard SP1 virtual machine. The network admins tell me the machine is in a Windows 2003 native domain. The domain has a two-way trust with an AD domain, but no AD resources (machines or accounts) are from the AD domain. How can I resolve this error Event Type: Error Event Source: TFS Services Event Catego ...Show All
Visual Basic ASP Function Filter() .NET Equivalent
Hi all, Migrating some script and use the filter function to sort alot of arrays with False values in them like so: newAray = Filter(Array, False, False) Sure it's easy done with a bit of script but was just wondering if this function has been made redundant in .NET or if there is a .NET Equivalent Cheers Marshes. ...Show All
Visual C++ inline function
I have a set of functions that I'd like to make inline using VC++ 2003. The functions are compiled sparately from the calling function. I've attempted by placing inline before the function name and in the prototype statement but the function is not found. Do I need to use IMPORT, extern or something like that I can't seem to find an example anywhere to emulate. Thanks, RON C FUNCTION: inline int index_4 ( int jstr, int ks ...Show All
Visual Studio Team System How to resolve: Assemblies should have valid strong names
I need some pointers on this to resolve this issue. The Improving Web Application Security Threats and Countermeasures book by Microsoft states that it is not possible to use a strong name for an ASP.NET web page assembly because of the way it is dynamically compiled. Is this still true Does this rule apply for only non Web applications ...Show All
SQL Server SMTP configuration for RS
Is there any complete docs for the SMTP seetings section in the reportserver.config file for setting SMTP and using RS to email reports Were you looking for something more then this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/rsadmin/htm/arp_configserver_v1_4bzl.asp If so, what are your specific questions ...Show All
Windows Forms Render Bug?
I created a toolstrip and applied a custom renderer. Problem is that setting padding to zero on all sides for the toolstrip only works for the left and top sides. You can easily reproduce by 1. Create a toolstrip, select vertical layout mode (dont& ...Show All
Visual Studio Team System Problems running reports
I think I've got TFS running pretty well with the exception of this one bug. I just installed Beta 3 and when I try to run a TFS report (Bug Rates for example) from VS2005 on my local machine it says, "Report is being generated" then... An error occurred during rendering of the report. (rrRenderingError) For more information about this error navigate to the report server on the local server machine, or enable remote errors If I t ...Show All
Visual Studio Method Parameters in Diagram?
How do I display the method parameters in the diagram I can only see the return types. If you want a preview of this feature, you can download June CTP and try it out. Of course, it comes with the usual caveats of a CTP. See http://blogs.msdn.com/robcaron/archive/2005/06/15/429278.aspx for more details. Ramesh. ...Show All
Visual Studio 2008 (Pre-release) Can i create DataTemplate in code-behind?
Normally I can create DataTemplate by XAML code but i cannot find the way to create DataTemplate in code-behind. Is it possible Someone has worked on this/ This should work. Havent tried it though. FrameworkElementFactory fef = new FrameworkElementFactory( typeof (TextBlock)); Binding placeBinding = new Binding(); fef.SetBinding(TextBlock.TextProperty, placeBinding); placeBinding.Path = new Pr ...Show All
Visual Studio Team System SQL 2005 is not installed?
Hello, I am attempting an install of VS2005 TF - Database Tier. During the system health check it reports back saying "SQL Server 2005 is not installed on this computer" also, " SQL Server Analysis Service needs to be installed on this computer" and " SQL Server 2005 Reporting Services is not installed on this computer when in fact all of the above are installed (Using SQL 2005 Standard) (W2003 Server Ent. Sp1) Can any ...Show All
Smart Device Development Rasbook dial-up connection registry settings
Does anyone know where the User and Password settings have gone in Windows Mobile 2003 SE. In our older Vs2003 project we connected by changing the User and Password info in the CurrentUser\Comm\RasBook but they have disappeared. We have upgraded our project to Vs2005 and we are trying to use Microsoft.Win32 Registry to set these settings in the registry. We use opennetcf to connect to our rasbook profile. Thanks for any help. I have strug ...Show All
Visual Studio Can't debug ASP in VS2005
VS2005 doesn't seem to support debugging ASP pages. Is this really so That's a serious problem if it is. Thanks Jeremy No, she meant IE. Can you clarify what you mean by 'refuse to debug them'. Do you see your ASP documents in the Script Explorer window As for the many requests to bring back auto-attach support for ASP debugging, what are people looking for: Debug classic ASP code locally Debug A ...Show All
Visual Studio Web Part Templates
Visual Studio.Net had web part templates that coule be downloaded, does Visual Studion 2005 have something, i can not find anything on this. Thanks This would need to be answered by the poster of those templates, as it is not related to programming Visual Studio using the automation or VSIP model. Where did you download them from Craig ...Show All
