Ali883945's Q&A profile
Visual Studio Express Editions SQL Server 2005 Express x86 fails to install
I already installed VB and VC# Express editions together with MSDN library but the SQL wont. Do you have a clue on why is this happening I dont have any beta pre-installed. Thanks. Dan Petrescu alias fulga Just to clear some things up... When you installed the express ides did you get errors that sql express did not install or are you trying to install the package seperatly. Remember that the express sys ...Show All
.NET Development ASMX locking up. ASP.NET bug or a feature?
My ASMX web service randomly locks up on a connection, and when it does the timeout is close to 15-minutes. I have a winform polling the webservice every 10 seconds or so. The weird thing is that subsequent connections to the web service works, so the web service isn't down for new connections, just a particular existing one. And this isn't consistent, as in it sometimes happens and somet ...Show All
Visual C++ Capturing /showIncludes output
Hi. I'm trying to capture the output of cl /showincludes . The docs say that this goes to stderr , but that seems not to be the case. In a 'normal' console window, the output goes to stdout and I can use cl -c -showIncludes f.cpp >includes When run from VisualC++ (visual c++ 2005 express edition), cl insists on sending its output to the Output window, and no amount of redirection seems to be able to pursuade it to do otherwise. ...Show All
Windows Forms Custom toolbox component not working properly in VS.Net 2005
I have a custom component I wrote in VS.net 2003 that you drop onto a webform to perform database operations. When converting a website to vs.net 2005, the component wasn't added to the toolbox like it was in 2003. I went ahead and tried to add it to the toolbox, which shows up, but is greyed out and cannot be accessed by my webforms anymore. What are some things i need to check to see if its compatable with VS.Net 2005 Thanks, ...Show All
Visual C++ Compiler error when using the original name of the default property in C++/CLI
I am using the raw ado interfaces of MSN Desktop Search object: using namespace Microsoft::Windows::DesktopSearch::Query; SearchDesktopClass^ search = gcnew SearchDesktopClass(); _Recordset^ results = search->ExecuteQuery (queryString, columns,nullptr,nullptr); //error C3293: 'Fields': use 'default' to access the default property (indexer) for class 'Microsoft::Windows::DesktopSearch::Query::_Recordset' ...Show All
Visual Studio Team System Check for variable instantiation in loop
I am writing a custom FxCop rule to check variables instantiated inside a loop. This could be done in 2 ways:1. Look for a instantiation statement inside a method and then find if this statement is inside a loop.2. Look for a loop inside a method and then find of there is any instantiation statement inside it,I tried developing against both, but could not do it. Can anybody help Hi Mukul, What you're trying ...Show All
Windows Forms IntelliSense Descriptions for Types and Members
With my own types, members, parameters, etc. I want to provide descriptions that could be read in IntelliSense without me having to use a 3rd party component to gain that functionality. This is a really nice feature that MS has included with it ...Show All
SQL Server OpenRowset Table Provider.
In some definitions of sys.view and sys.functions I found very interesting construction OpenRowset(TABLE <some table name>, .., ..). When I try use with construction in my T-SQL, I get syntax errors. But I can't found any information about with statement in BOL and Internet. Is it some undocumented or internal feature Or I can use it. Hi kosinsky, with is used to create Common Table Expres ...Show All
Visual Studio Team System Generic Test, Team Build and Application Path
How to we specify path of the program to execute as part of the Generic Test when it is to be deployed on the Team Build server Since the Program Path is hardcoded in the test configuration file of the Generic Test, its failing when deployed on the Build Server as the paths are all different. The Program to execute and the Generic Test are all part of the Same solution. For instance on the Development Machine the Console Application for t ...Show All
.NET Development SqlClient.SqlException
Hi, All. I am not sure my question belongs to here. I tried to use DAAB(Data Access Application Block) in my project, and got an unhandled system error on system.data.dll. The code broke on da.fill(ds); line as listed below. I have tested the connection string and the stored proc, and they are all working. What else should I do Thanks! public static DataSet ExecuteDataset(SqlConnection connection, CommandType commandType, string ...Show All
.NET Development Twain
I'm using the .net framework 2.0. Is there a class for doing twain scanning There is no current class or API support in the BCL for Twain scanning. However, you can file a feature request on the MSDN Feedback website. http://lab.msdn.microsoft.com/productfeedback/ Thanks! Stephen [MS Common Language Runtime - Security: Developer] http://blogs.msdn.com/stfisher ...Show All
.NET Development unable to connect to SQL server
hi everybody! I am just a beginner in asp.net. i am trying to connect to the sql server and getting an error: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. the code line for connection is : cn.ConnectionString = "Data Source=DENVER; Initial catalog=pubs; user id=sa ; Pwd=" right click on the server name - properties gives a message saying only sysadmin can access this feature. do i need to ...Show All
Windows Forms Passing Variables Between Forms
This is probably a silly question to ask here, but I need to be able to pass variables between forms. What I mean is, for example, you open a form that asks for a URL and after you hit the OK button, the function that called it can use the URL. I can use a global variable to accomplish this, but I'm sure there must be a way to do it more elegantly. I know how to do this sort of thing in MFC, but I'm fairly new to .NET programming in VC++ 2005 ...Show All
Visual Studio Express Editions Hello I am new here =)
well, lets see what I can do here. ;) I am currently Playing around with VS 2005.. having.. (dont' know the english word) "Praktikum" ;) And i see - a lot of time has gone since i was playing with VB6 =( ...Show All
Windows Forms Click-Once/Server Architecture Overview
I'm looking for pointers that describe the architecture of how click-once clients are synchronized with/communicate with server programs...what ties the two together, how the server program knows where to send the clients, etc. I think I have a slight handle on the little click-once downloadables, but I need more information on how they are connected to/packaged with/developed along side server programs. I don't even know the words to describ ...Show All
