aak's Q&A profile
Visual C# How can I know if the Microsoft Media Player 10 has been installed in user's PC? thanks!
How can I know if the Microsoft Media Player 10 has been installed in user's PC thanks! Player.versionInfo <CLICK THERE ...Show All
Visual Studio Load report failed.
Hi, I am using the Bundled Version of Crystal Reports in Asp.net Web application. The version is 9.I got the "Load Report Failed" exception when i deployed the apppication on the client machine. Can you please help me out of this issue Hello, The 2 main reasons for this error with Crystal Reprots in ASP.NET web applications are deployment and permissions. For deployment check out: http://support.businessobjects.com/communityCS/TechnicalPa ...Show All
Visual Studio why runing "vsregex.exe GetOrig 8.0 Exp" so slowly much?
hello all; i rebuilded the vspackage modified , before i runed it in debug model,i runed the command " vsregex.exe GetOrig 8.0 Exp", but why it is slow so much did i miss something thanks . thanks for reply. you said i shouldn't need to reset the experimental hive often, but!,it is only in the scenario after reset the experimental hive ,the .ctc file changes take effects. is there any other way to take the ...Show All
Visual Studio Team System Source Control doesn't do an automatic get latest on checkout?!
We've been using the new source control for about a month now, and it seems everytime somebody goes to check-in there code there are all kinds of issues with stuff being out-of-synch. And it seems the code on the source control server never seems to compile, but of course the local copy of everybodies machines do. I've been pulling my hair out trying to figure out why everything keeps getting out of synch...today I found out why. ...Show All
Visual Basic VS.NET 2005 - Single Instance app and command line parameters
Hi. Would someone be able to provide me with general direction for the following. I am able to easily create a single instance application, thanks to the new functionality built into VS.NET 2005. Now, what I am trying to do is recuperate the command line parameters when switch to the first instance running, when the application is called again. In more details: I have application abc.exe. I run it the first time. Second time I run it, I ...Show All
Software Development for Windows Vista error accessing \HKEY_CLASSES_ROOT\TypeLib
Hi, I am debugging an issue where a javascript automation client withing an embedded web control is trying to access an automation object on VISTA beta2. In order to do so it needs to be able to read the corresponding typelib entry in the registry. Scenario 1> If i run the client as a regular user (Admin account with Limited privledges) then my app runs fine and i can access the methods in the automation object. Scenario 2> ...Show All
Visual C# Visual c# beta 1
I'm not sure if this is the appropriate forum for this, but I guess it is close. I recently downloaded and installed visual studio .net beta 2. Before installing I uninstalled all .net framework v2, and VS.net beta 1. I also have a version of VS.net 2002 on my machine that I cant uninstall because I use it to develop software for my company. I didnt realize that you have to uninstall ALL visual studio.net versions to install th ...Show All
Visual C# Problem with user default database
Hey all, Just looking for a hand with a problem that has come up. I started to get the following error when launching my web site: Cannot open user default database. Login failed. Login failed for user 'BEAKER\ASPNET'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Detail ...Show All
SQL Server Constant re-indexing of db
We have a database that on a daily basis suffers from poor performance. Our IT folks found through trial and error that running a complete DBCC reindex job on the database at those times acts as a "release valve" and the server / database start performing normally again. I don't think that the OLAP activity on this database is anything major so not a whole lot of data is being added. Plus page splitting activity is minimal at the time ...Show All
Visual Basic Please Help Me in Visual Basic 6.0 SP6
I have an idea where i want my application can choose which database they are going to insert their data in. So, my question is, how can i do that in my programming. As example, let say i've 3 batch of files. 1 batch of files will store in 1 database, and also other two. So, how can i make my user to select their database which one database they have to insert the data As your information, i'm using Microsoft Access 2003 as the database. A ...Show All
SQL Server User-Defined Datatypes based on abstract classes
I am trying to create a set of spatial datatypes for SQL Server 2005. Each datatype inherit from the abstract class "Geometry". ie. public class Point : Geometry public class Line : Geometry public class Polygon : Geometry ...and several more. The reason for using the abstract class Geometry, is that they all share a common set of functions that return a Geometry object. For instance Geometry Intersection(Geometry g1, ...Show All
.NET Development User Rights
Does anyone know if you can access the "User Rights Assignments" (i.e. "Access this computer from the network," "Change system time) of a computer in its registry using the Registry Editor For example, I would like to read a registry key from the registry that tells me if "Change system time" is set to Admin, Power Users, Everyone, etc. I have to check these policies on computers over the server. I know how to do it using C# (a ...Show All
SQL Server RDA Pull from Windows Server 2003 gives Native Error 28035
I currently have a Vs.Net 2003 Pocket PC application that uses sql server ce 2.0 to push and pull data from Sql Server 2000 to the Pocket PC. The sscesa20.dll isapi agent is installed on a Windows 2000 server and points to another server that hosts the SQL database. In this configuration everything works like a charm. I am in the process of upgrading my application server to Windows 2003 Server but the RDA PULL process does not work, giving an N ...Show All
Visual C# Memory leak
Hello Guys, Recently, i had used a tools to detect memory leak for .net And, it's said that i had a memory leak on exiting program. The leak is mainly on hpz2ku10.dll and hpzpm310.dll but on different line/offset. My question : How to avoid this memory leak since i don't know which code causing this leak. also, it's said that the total bytes leak is 75.104 bytes (75Kb), is this leak bad Thanks guys for the answers. ...Show All
.NET Development A question on the new CLR Profiler for .NET Framework 2.0 Beta2
I notice that there is a new release of CLR Profiler for .NET Framework 2.0 Beta2. However, there is also a profiler in Whidbey Team System Beta2. What's the difference between them Which one should I use Thanks! To a certain extent this is what has happened - the VSTS folks have looked at CLRProfiler and integrated the most important features into VSTS. The idea was that most users would just work with VSTS. Thanks Peter ...Show All
