AlDeb's Q&A profile
Visual Studio Team System Problem while installing TFS RC with ADAM installed.
I am facing problem while installing TFS RC. I am installing TFS RC in below environment. I have DC installed in one Windows NT 4.0 system. I am installing the TFS RC in one Windows server 2003 system having ADAM (Active Directory Application Mode) installed in it. I can not remove it because its project requirement. While installing it is throwing error saying “Error 28002. Unknown Error” And when had a look at Event ...Show All
.NET Development MSDataSetGenerator and VS2005 Professional
Does Professional come with MSDataSetGenerator I just went from Team System-Developer RC to Professional, and MSDataSetGenerator's not in any of the VC subdirectories. Eventually someone will fix things so I can get Team System with one of my Universal subscriptions (I have one, and probably have another), but that could be months from now. Mike ...Show All
.NET Development Folder names
Hello, I want to learn about the folder names..For ex: my program checks the "My Picures" folder with the path :"C:\Documents and Settings\USER\My Documents\My Pictures" but what if the user does not use English version of Windows Then,the folder names will chage and the program can not be able to access this folder. So, what is the solution and May you explain with several lines of codes, if possible please... T ...Show All
Visual C# ORA-06413: Connection not open.
Dear All, I had encountered the following error code ex.Message = "ERROR [HY000] [Oracle][ODBC][Ora]ORA-06413: Connection not open. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [HY000] [Oracle][ODBC][Ora]ORA-06413: Connection not open. while running the code as below : try { // Build a connection and SQL strings string connectionString = @"DSN=EDC;UID=afpduser;PWD ...Show All
SQL Server Subscription matching and linked servers
Hello, I have multiple linked servers setup to go to various data sources. All data sources are basically the same ... just different data for the different locations. Currently I have different subscription classes and associated matching rules for each linked server. Is there a way that I can have a single subscription class and adjust my matching rules to use the correct linked server based on a subscription parameter Thanks. ...Show All
Visual Studio AssemblyInfoTask usage w/ Subversion problem
I've installed AssemblyInfoTask and now have it working, however, it does not work nicely with Subversion as the configuration management tool. Subversion has a .svn folder along with sub-folders that control the AssemblyInfo.cs file. There are several filenames that begin with the AssemblyInfo.cs* stem name. AssemblyInfoTask seems to recurse through the .svn area and generate build error because it does not find what it expects. Is there a w ...Show All
Visual Studio Express Editions Setting printer paper size? Please...
i am doing label printing in vb.net(2003). not all the labes are same size. in that case i need to set paper size/ paper name to printer. i tried the following but i couldn't .. Dim prndoc As PrintDocument = New PrintDocument Dim pgSize As PaperSize = New System.Drawing.Printing.PaperSize("Diskette Label(2.76 in x 1.88 in)", 2.76, 1.88) prndoc.PrinterSettings.PaperSizes = pgSize ( this is read only property, but i want to ...Show All
Visual C++ help deciphering an error...
When I try to compile my application that is a console application dependent upon a setup file I recieve the following error: Linking... LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 Debug/runga.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. runga.exe - 2 error(s), 0 warning(s) Could anyone tell me what it means and suggest a possible solution Thanks Alan Ho ...Show All
SQL Server Cannot Enable Remote Connections for AS 2005 on clustered instance
Hello SQL pros - I am having a problem with enabling the remote connections for Analysis Services 2005, Here's the gist.... --Error Information-- "To configure Analysis Services for Remote Connections, you must be an adminsitrator for Analysis Services Windows Service (SQLSAC). Additonal Info A connection cannot be made. Ensure that service is running (Microsoft.AnalysisServices) No connection could be made because the target ma ...Show All
Visual C++ std::exception dtor linker error
I have an error when I'm linking my project, ported from VS7.1 to VS8.0 beta 2: LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: virtual __thiscall std::exception::~exception(void)" ( 1exception@std@@UAE@XZ) already defined in TestStdCpp.obj LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " ( what@exception@std@@UBEPBDXZ) already defined in TestStdCpp.obj Here is my repro ...Show All
SQL Server Report subscription and Failure sending mail:
I am using Reporting Services 2005. SP1 is applied (version 9.0.2047). I configured one of the reports with subscription and sending report via email. I used Report Manager to setup the report subscriptions, but I get the following status message: "Failure sending mail: The Report Server has encountered a configuration error; more details in the log files" The log file contains the following: ERROR: Throwing ...Show All
Windows Live Developer Forums Worlds Best App Contest Winners
It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suit ...Show All
Visual Basic Best way to plot points along a curve (oh yeah, AND to draw the curve)
Hello again people. I am writing an application that requires a function to draw a curve that is plotted between two points where the user can specify the amount of curvature of the line between the two points. (If that makes sense). Once this has been processed, I need to be able to break down that curve into an infinite number of points and find the perpendicular normal angle of each of those points. I know, I know, it's enough to mak ...Show All
SQL Server Can a Snapshot report be created programmatically?
Can I create a Snapshot report with parameters programmatically in RS 2000 or RS 2005 If this can be done what is the command for it Thanks. Yes. The report has to be set to Snapshot Execution and has to have default values. The SOAP method to call is UpdateSnapshot. If you want to create a history snapshot then you can call CreateReportHistorySnapshot. You can not set the parameters when calling these parameters. ...Show All
Visual Studio 2008 (Pre-release) Practical questions
Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All
