Scott Lezberg's Q&A profile
Windows Forms Public Enum
Hello! I have a question about using Enum in VB .net. I declared my enum AS Public at my project module. Then I created a class inside the same project and I tried using this enum type to set a Public Property Get/Set function and an error occurred i.e. at my module file Public Enum MYStat Status1 Status2 End Enum at my class file Private stat As Enum Public Property Status() AS MYStat Get Return stat End Get Set(ByVal Value As MYStat &n ...Show All
Visual Studio Rmt9x.mst not found error VS 2005 setup
I'm trying to install Visual Studio 2005 on windows vista (december beta). When the installer tries to copy the temporary files to start the installation, I get an error that says that the \vs\Setup\Rmt9x.mst file cannot be copied. I have already installed this copy of Visual Studio in Windows XP and it worked perfectly. I've just switched back to windows xp. I reinstalled Visual Studio 2005 without getting any error. The \vs\Setup\Rmt9x.mst file is in the Vs2005 DVD and nothing seems to be wrong with it. I just don't understand why I can't install Vs2005 on windows vista. ...Show All
Visual Studio Visual Studio 2005 Beta 2 Uninstall error.
I am receiving the following message when I try to uninstall VS 2005 Beta 2 Setup is unable to determine a valid ordering for the installation. See the error log for further details. Has anyone else received this message And where is the error log located that is supposed to contain "further details". Thanks. Can you try uninstalling using the updated uninstall tool http://go.microsoft.com/fwlink/ LinkID=47598 The error logs are also located in your %temp% directory. ...Show All
Visual Studio Team System Unable to open a new Team Project through Team Suit
I have installed VS 2005 Team Suite, but I am not able to create a new team project by all means I tried. Although I have Team Editions for Architects, Developers and Testers. Can I get some assistance in this aspect Team Projects aren't part of Team Systems, but a part of Team Foundation Server. Have you installed TFS and then afterwards installed Team Explorer. Its a common confusing point that Team System and TFS are 2 seperate programs. ...Show All
SQL Server Disregard: SSIS not available as a data source
I have a full install of the June CTP on a brand new Win2K3 server. When I attempt to add a data source to my report project, the list of possible data sources is: Microsoft SQL Server OLE DB Microsoft SQL Server Analysis Services Oracle ODBC XML That's it. SSIS is not on the list (neither is SAP which I though was going to be an option as well). Anyone have any ideas why this might be Hi I was also under the impression that SSIS could be directly used as a data source. So does that require a specific version ...Show All
SQL Server What are the best practices for a time dimension?
Data is timestamped. Using smalldatetime provides minute resolution. However, different reports may need 5 minute, 10 minute, 1 hour, daily, weekly, or monthly aggregates. How should this be structured Thanks, David You may also want to check the following articles: Getting Time right in Analysis Services - by Tom Chester for SQL Junkies Web site http://www.sqljunkies.com/Article/D1E44392-592C-40DB-B80D-F20D60951395.scuk About Time - by Brian Altmann http://www.geocities.com/brianaltmann/olaptopic-time.html ================================================== Mosha Pasumansky - http://www.mo ...Show All
.NET Development Avoid Repetition of primary tables's record
hi all, can you tell me how to avoid repetition of main records when one main(Primary table) record have more than one child(secondry table) records. I am using DataList to show records. For example I want to show the following Tools & Equipment http://www.mobmasti.com MobMasti Mobile Portal Manufactures http://www.manu.com Manufacturer desc manufactur Rental Companies http://www.rentit.com Rent It rent it desc Buy & Sell http://www.mobmasti2.com MT desc Manufactures http://www.allofuse.com all stff desc Employment http://www.mobmasti. ...Show All
Visual Studio 2008 (Pre-release) Developing full screen WPF applications
How would I create borderless full screen applications with WPF Is that possible with Navigation Applications as well Thanks, Neno Hey Neno.. you can refer 3d-full-screen-windows also. - Ankit ...Show All
Visual Studio Team System Migrating TFS RC from one domain to another
The process aim was to move an RC server from one domain to another. The databases were copies from the source domain's TFS server to the new one The databases were restored from backup The TFSadminutil was run to rename data tier, activate app tier and change user's accounts to the new domain Results : Team explorer was connected to the projects but didn't display any data Only the web services under the services virtual root worked – all other services didn't work and supplied 503 error In the Eventlog we received the following error: "Exception Message: An error has occurred while establishing a connectio ...Show All
Visual Studio Crystal Reports for Visual Studio 2005 RTM Release?
Is the Crystal Reports for Visual Studio 2005 Beta 2 Release compatable with the RTM release of .NET 2.0 Or will there be an RTM version of the Crystal Reports Merge Module available for download Does any one have any information about a possible RTM version of the merge module for Crystal Reports Should I just continue to use the RC1 version of the Crystal Reports merge module even after upgrading to the RTM version of .NET 2.0 ...Show All
Software Development for Windows Vista New Windows SDK installation
Hi all, I intend to install the new feb ctp (rc, vs express,...,and windows sdk) and it is not clear (at least for me) the right order to install things. Besides, my OS is winxp pro sp2 and regarding windows sdk installation, i read (in the readme) something about uninstall previous versions of windows sdk, platform sdk. I have now installed the WindowsR Server 2003 SP1 Platform SDK (version 5.2.3790.0). Should I uninstall this sdk to avoid potential conflicts with the new windows sdk. Thanks in advance Yes, the Windows SDK contains docs/tools/samples for WinFX development. Basically, the & ...Show All
.NET Development Delayed send with smtpclient in .net 2.0
Is there any way to force the smtpclient to send mail immediately with the .send method in system.net.mail 2.0 Right now it takes anywhere from 90 secods to two minutes before the mail is actually sent once the .send method executes. I've tried setting the object to nothing immediately after the .send method call, but no luck. The real issue for me is the send delay is also causing the smtpclient to hold a lock on attached files that are being sent for that same 90 seconds to two minutes. I need to move the file immediately after emailing it, and right I get an exception telling me two processes can't access the file at the same time ...Show All
Visual Basic Can not set breakpoint when running asp.net application
I been having this debugging problem for awhile. I can set breakpoints during design time of my asp.net application and those breakpoints are hit correctly when the application is running under debug mode. However, I can not set new breakpoints once an already set breakpoint is hit. This is really frustrating because I have to stop and restart my application whenever I want to add a breakpoint. Any ideas Hi Jacky, Could you describe in more detail about your project Is it a single-file aspx situation Are you hitting a breakpoint in one file, but unable to set it in a ...Show All
Windows Forms Problems sorting the DataGridView
I am adding 20 columns to a DataGridView grid and setting the DataPropertyName so that it binds correctly. I am also setting the sorting to "automatic" for each column. When the grid first appears, the column headers appear. I can click on any column header and see the ascending/descending glif appear - but since there is no data in the grid - there is no sorting. However, as soon as I bind the grid to my data, my data appears in the grid but I can no longer click on the column headers for the sorting. Any idea what I may be missing here Sure! I know this does work and is a very common th ...Show All
Visual Studio Team System Installing Team Foundation Server Beta 2
I just completed downloading Team Foundation Server Beta 2. The Installation Guide notes that Microsoft SQL Server 2005 in a prerequisite and that only the April CTP is supported. However, I haven't seen an April CTP of SQL Server available on MSDN. Will it be posted shortly or am I just missing its location in the tree It would appear you are correct. I just spoke with someone at Microsoft about it and they said it's coming soon. Paul ...Show All
