Hannes Eder's Q&A profile
SQL Server Got Memory?
Here are some perf counter stats from a box I am trying to better performance on: buffer cache hit/avg 99.5 page reads/sec 5000 stolen pages 114000 page life expectancy 5!!!!!!!!!!!!!!! the server is x86 sql 05' std. with the 2gb cap w/o awe enabled config. 2 Xeon 3.06 GHZs physical CPUs each dual core thus 4 logical CPUs with total system mem of approx 3.75 gb. that page life metric is very concerning to me I am new to tuning sql memory but I would like to know right off the bat if his 2gb cap is not "gonna cut it" for his workload needs, I would hate to have to recommend 64 bit t ...Show All
.NET Development Uninstall framework 2.0 beta
I can't uninstall framework 2.0 beta before I install Visual Web Dev 2005. The OS x64 tells me I run OS in safe mode. How can I undo the safe mode of MS XPP X64 s.t. I can install Web Dev express. Please help Hi, Hmmm. Have you tried using the automatic uninstaller To log-on in safe mode you'll have to restart the computer, and upon loading press F8, a menu would appear and select safe-mode... cheers, Paul June A. Domag ...Show All
Visual Studio Team System Team Build Machine Configuration
I guess the build verification tests run on the Team Build machine If so, then imagine an application which talks to the database. The team build machine would need to be configured with supporting config files (connection string etc) as well databases in order for the build verifcation tests to pass. What is the best practice to handle above-mentioned scenario I guess we could install the configuration files in specific directories (unless Team Build deletes the directories) as well as install the databases manually However, both the config files as well as the databases could change, as the app evolves .. Therefore, shou ...Show All
Visual C++ aspell compilation problems
Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving the following error and not allowing me to add it: "Add Reference: Error adding reference to the project.". Does anyone have any suggestions on how to overcome this Any information woul ...Show All
Visual Studio Express Editions Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope'
Hi Everyone, I have just installed the "Visual Web Developer 2005 Beta 2" on my XP Professional machine. After I create a .aspx page, when I click on "Design" button I am not able to see any control on "Design" mode, but simply a blank page (I have added few controls in "HTML" mode) and get following warning... ------------------------------------------------------------------ Warning 1 Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope' from assembly 'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. 0 0 ------ ...Show All
SQL Server How to get size of a table
Hello, I want to get size of a particular table. I have used the wizard provided by SQL Server Enterprise Manager. But it is giving wrong size. If the data of some cells has been deleted or some rows are deleted. It shows the same size which it shows for the first time. I have also used sp_spaceused but is showing the same behaviour as mentioned above. I deleted some rows from the table but is showing the same size.I want to know the size exactly, so that i can come to know that some rows has been deleted or data is corrupted. Please tell me the solution as early as possible. Haider Ali Khan ...Show All
Visual C++ Bug in WriteData defined in atlmime.h
Hello, The function WriteData defined in file atlmime.h accesses 1 byte passed the end of a buffer. This leads to a crash when the buffer happens to be at the very end of a memory page. When the buffer has completely been written (i.e., nRead == m_nTextLen and AtlSmtpSendAndWait has completed with success), the code inside the while loop continues to execute one last time. However, at this point szText points one byte past the end of the buffer. The crash occurs when executing the test *szText == '\n' , under the "right" conditions. The problem can be solved by returning from the fu ...Show All
Visual Basic How to store Data ?
Hi everybody, I'd like to ask you because I just can't decide with technology to use. I have a small application without a DBMS. But I need to store and provide some Data (Text). And of course I need to add, delete and edit all the Text. A Database would be great but I need something else. What else could I use XML Problem is I don't know much about the .Net XML Classes. And I also don't have much time to learn. TXT or CSV Is there still something else or what would you do Thanks for your answers. Well the I need to store are messages and similar strings. So the registry is not an option and I know that ...Show All
SQL Server How to launch a SSIS package from VB or whatever
Dear all, I am looking for any snippet of code where you can launch a SSIS package by DMO or VB 6.0. I read that it was posible to call dts.runtime assembly from VB 6.0 but at first it might be converted or something like that. Issue comes from the moment that we’ve got an ASP 3.0 scheduler for hundreds of dts and now we have to migrate them to sql25k. Thanks in advance for any info regarding this, On Books online at http://msdn2.microsoft.com/en-us/library/aa337077.aspx there's an extensive coverage on how to run SSIS packages remotely. You may need to be a bit seasoned developer to go through it and run it though, ...Show All
.NET Development Remoting Serialization Issue
I've got a wrapper class for MyClass, called RemotableMyClass (which inherits from MarshalByRefObject). I've got an object that is not marked as serializable I'm using inside MyClass (which implements ISerializable to "take care" of that). In the server, I have... ChannelServices.RegisterChannel( new HttpChannel(1234)); RemotingConfiguration.ApplicationName = "MyTest"; ObjRef objRef = RemotingServices.Marshal(instantiationOfRemotableMyClass, "MyTest"); In the client, I have... RemotingConfiguration.RegisterWellKnownClientType( typeof (RemotableMyClass), "http: //localhost:1234/MyTest"); RemotableMyClass ...Show All
Windows Forms DataRow Problem?
Windows Forms.Visual Studio 2002 Architect.Northwind.dbo. --------------------------------------------------------------------- Hi, I've tryed several ways and get the same error. I used a Wizard Form. (One ListBox, One DataGrid and Button). I only added: - one MultiExtended ListBox1 and set as ValueMember = "CompanyName", and; - DataView1 plus: Private Sub button1_Click, not work. The System shows an error& ...Show All
Visual Basic [VB6] I cannot deploy my application-DEPLOYMENT ISSUE
Hello Friends, This is my another issue in my project. I did my Church program using 1. Visual Basic 6.0 2. SqlServer 7.0 3. Crystal Reports 8.5 This program works fine in my PC. But when I deploy in the client side, it Makes error. My client have Remote SQLServer2005 and Crystal reports XI. First we dint have CR XI in the client machine. At the time we got "Error detected by accessing Database" ERROR. After install CRXI...., In run time when cr report running the error message "Unable to load report. 20525" Plzz...help me...Give some instructions...Bye T hese forums are for VB.NET and the ...Show All
Visual Studio Team System You are not authorized to view this page2
I've got the same problem as RubyG (see previous thread): I can not connect to TFS via http://localhost:8080 - because of "You are not authorized to view this page" error. Also I can not connect to SharePoint Central Administration via http://localhost:1957 for the same "You are not authorized to view this page" reason. In Microsoft KB I've found the article about the problem ( http://support.microsoft.com/kb/321488/ ) but it was useless - configuring Virtual Server to use basic authentification did not help. I use Windows 2003 server with SP1 Always login as administrator Installed all step by step using "Team Foundation Installation Guide" ...Show All
Visual Basic CANT DEPLOT APPLICATION
Ok this is my first time doing this click once deployment thingy But im trying to basiclly deploy my application so that others can download and use it the problem is i dont know where to deploy it to I need help i tried microsofts website but it wont let me get acess to it. I would have thought it was obvious that Microsoft is not providing web space for every person who downloads an Express version. You can deploy to your local machine. If you want people to be able to download it, then you need to provide server space. ...Show All
Visual Studio 2008 (Pre-release) WPF Feb CTP 2006, XAML Designer not available in VS 2005
Hi, I installed the WPF Feb CTP 2006 version. Apart from the namespace bugs, i have run into a peculiar problem where the xaml designer is not shown in the VS 2005. Is this by design or is it a bug Any help in this regard would be highly appreciated. Thanks & Regards Susheil Kumar System Analyst You should give Microsoft Expression Interactive Designer a shot - http://www.microsoft.com/expression Thanks, -Unni ...Show All
