Hassano21436's Q&A profile
SQL Server SQL Express & WinXP
Because IIS is needed for the Reporting Services, is it true then that I can't access this feature with Windows XP Home Edition. When installing SQL Express with Advanced features, it errored saying that IIS needs to be installed. Thanks for your help Ken IIS is not available in Windows XP Home Edition. [ Source ] Hope this helps a bit... ...Show All
.NET Development Controlling Garbage Collection?
We have a .Net windows service running on a Windows 2003 64-bit machine whose main purpose is to cache Gigabytes worth of data and make that data available via remoting calls. Currently, the process uses 13.6 gigabytes worth of memory, storing data in three main Hashtables. The problem we're experiencing involves garbage collection. At 13.6 GB, the garbage collector seems to run about every two minutes, halting program execution for 30 seconds each time. This is a big problem due to the fact that we are going to have many client applications requesting data from this service at random times and we cannot have them time out due to the garbag ...Show All
.NET Development SaveControlState and LoadControlState events don't fire
Greetz, I have written a web control which saves and recovers item information with the SaveControlState and LoadControlState event. This worked fine for a long time. Now we have to surround our controls with a special border (with header items and so on in it). So I decided to create another web control which creates this special surounding borders. The Code in the aspx page would look like this: < wn : GroupControlsControl runat ="server" ID ="GroupPageOne" Height ="100%" Width ="720px"> < wn : GroupControlsItem ID ="GroupPageOneHeaderItemLeft" runat ="server" ItemAlignment =left ItemConten ...Show All
Software Development for Windows Vista Horizontal flashes while drawing texture
I am rendering movie to my direct3D device, alongwith other sprites. I draw textures using TransformedColoredTextured vertices. I get horizontal flashes in the movie, on random basis. Any idea what i need to look forward. Are there any suggested settings for texture Thanks.... Sounds like a missing V-Sync glitch. Can you please check the “PresentationInterval“ member on your “D3DPRESENT_PARAMETERS“ It should not “D3DPRESENT_INTERVAL_IMMEDIATE“. ...Show All
Visual Basic Minimizing to System Tray
Private Sub mnuMinimize_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuMinimize.Click Me.Hide() End Sub (that "minimizes" to the system tray by hiding the form) how do i go about adding the program icon to the system tray once minimized and adding menu options for the icon so i can restore it or exit from there, etc. me.hide wont put the application in the system tray but will show in the taskbar if the form showintaskbar property is true. If this is what you want then setting the icon for the form should change the icon ...Show All
SQL Server Executing SSIS packages from client machine using SQL Express Engine
I have few DTSX packages on my SQL server 2005. These packages are supposed to transfer data and stored procedures from server to client Express engine. The scenario is that when user connects with the server he should run some kind of utility or any other way to run those SSIS packages so that the data could be transfered. Remember the user machine has only SQL Express Engine and the packages are in SQL server 2005 machine. Can any one help me out how to achive this scenario Regards... In this case the packages would need to run on the server - a SQL Server Standard or Enterprise license is requir ...Show All
SQL Server Sql manager
Hello! I'm using Windows Server 2003 SP1 Enterprise and also newer version R2 Enterprise I'd like to know why the new SQL Server 2005 Pro doesn't install SqlManager (in Express version is called sqlmngr.exe) in the system tray where it's suppose to show sql server's status Not even an installation of SP1 doesn't change that. I know it's notthat much of a big deal, but I find it very usefull. Peter I don’t understand that either, but there is an application which was built on this feature lack. http://www.sqldbatips.com/showarticle.asp ID=46 HTH, jens Suessm ...Show All
Visual C++ Debugging problem
hi I have one source code that usually should work, i made new Visual C++ project, Win32 app. console, EMPTY one, there i choose new file- c++, and i pasted my code there, and when i press debugg button it gives me error : "Unable to start program C:\...... project.exe. The system cannot find the file specified." I think that's because i've choosen empty project... but i don't know how to fix it any help please thanx Is actually project.exe on your machine Were you able to locate manually Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio 2008 (Pre-release) This Storyboard timeline tree could not be frozen
Hello. J I’ve built a custom control based on the Control type. It’s an analog clock with a hand for the seconds. I wanted to set an animation for each elapsed second. The animation would simply take the seconds hand from wherever it is to the next second position (angle). When I try to set the animation, I get the following error: This Storyboard timeline tree could not be frozen. Please remove thread-bound values such as bindings or dynamic resource references. If I change the “To” property value from a binding to a discrete value, it works fine. Do you ha ...Show All
Visual C++ Function or algorithum for finding a value
Hi, im currently trying to make s simple program that calculates a formula that the searching paramether cannot be calculated directly, its something like : 1/x = z.log10(x+y) where we know the value of Y and Z and need to find a fitting one for X. So my question is: Is there a function that can do the things easier or I got to find myself the value that works, and what algorithum to use Thx a lot TheHighKing wrote: Hi, im currently trying to make s simple program that calculates a formula that the searching paramether cannot be calculated directly, its something like : 1/x = z.log10(x+y) where we know th ...Show All
SQL Server How to add third party algorithm in sql server 2000
sql server 2000 support only 2 types of algorithm decision tree algorithm and cluster , if we have to add our own algorithm is that possible in sql server 2000 Yes, SQL Server 2000 Data Mining supports the ability to add your own algorithms via aggregated OLE DB for DM providers. See this SQL 2000 DM FAQ: http://www.sqlserverdatamining.com/DMCommunity/_Articles/1908.aspx#B29 as well as http://www.sqlserverdatamining.com/DMCommunity/_Articles/1908.aspx#B38 for a sample provider download and related questions. ...Show All
SQL Server Error while trying to make a remote connection to a named instance of SQL Server 2005
I have a named instance (inst1) of SQLServer2005 on Machine A running Windows XP. My attempts to connect to "A\inst1" from other machines running XP/Win2K3 fail with the following error: -------------------------------------------------------------------------------------------------------------- http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx Error Message 5: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network ...Show All
Visual Studio 2008 (Pre-release) Strange WPF 3D opacity behavior
I've just tested some of the WPF 3D features in the latest release of the WinFX SDK. I noticed some strange opacity behavior which I have described in greater detail here: http://espy.dk/WPF3DOpacity/ Is it a bug or a feature Best regards, Johannes Hansen frontAvenue A/S It's a feature, for two reasons: 1. The blend function. When an alpha blended polygon is drawn in Avalon 3D, a blend function is performed on each fragment of transparent polygon to determine how much color contribution comes from the polygon being rendered, and how much comes from the contents of the buffer into which ...Show All
Visual Studio Team System Building MSI in Team Build... (once more)
Heya. I've just installed VS2005 on our TFS in order to build an msi when I do a team build. I added the following to our build script: < Target Name = " AfterCompile " > < Exec Command = " " $(VSINSTALLDIR)\Common7\IDE\devenv " " @(SolutionToBuild) " /build " @(ConfigurationToBuild) " /Project " DDSetup\DDSetup.vdproj " " WorkingDirectory = " $(SolutionDir) " /> </ Target > When msbuild tries to run it, it comes up with this cryptic error message: C:\DailyBuilds\CompanySolution\CompanySolution Da ...Show All
Windows Forms ReInstall ODBC(win2000 server)
I Use The Win2000 Server And Sql 2000 Server.When I Open My ODBC From The Control Panel,Iget A Get A Massage That The ODBC resource DLL Is a different version then The Administrator .EXE File,And I Need To ReIinstall The ODBC Components To Ensure A Proper Opertion.When I Click O.K. The ODBC Is Working,But Still,How Do I ReInstall The ODBC Components An ...Show All
