Trans_Am77's Q&A profile
Visual Studio Tools for Office Import xml
Hi, can I make the same that the menu of excel DATA-XML-IMPORT but from code (c#) Thanks I'm not sure I really understand the question. Could you clarify what you're trying to do Thanks, Ade ...Show All
Windows Forms database deployment problem
I'm having a problem deploying a database to a client machine. The error message I get is as follows: The 'SiteMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe, or upgrade the provider to a newer ve ...Show All
Visual Studio Express Editions compiling and building
hey guys, does any one know how i can compile the *.ccp i wrote on other on other software ( say C++ 6.0 or Borland Builder 6) I’m having hard time compiling on C++ express 2005 edition, languages that were written some where . You probably want the x86 file. The other two are for the two 64bit versions of Windows. The x86 file is for 32-bit Windows. As far as I am aware there is no 64 bit ve ...Show All
SQL Server URGENT! - - Unable to connect to SQL 2005 Server
Hello, I have a SQL 2005 Developer edition server, its freshly installed. I am unable to connect up to the server using the server IP. I just get a error message, when I do a port scan on the machine, it shows port 1433 is closed. I have gone into the SQL server configuration manager, and the TCP/IP port is enabled. I dont have firewall enabled on my windows XP pro SP2 machine , nor do I have any anti virus programs on this machine. ...Show All
Visual Studio 2008 (Pre-release) problem with nvarchar fields
I'm not quite sure why i am getting this exception, but i think i might have to do with the fact that the column in the where clause is an nvarchar column (mapped to a string type). var ops = from operators in chatter. Operators where operators. Account .Name == acc orderby operators.Name select operators.Name; this is the exception i get System.ArgumentException: Argument types do not match   ...Show All
Windows Forms GridView
Very much new to .NET. I have a 'Select' query which fetches 7 rows. I have a GridView control in my .aspx file and have configured a data source (which uses the above mentioned query) which fetches data(7 rows) and populates the GridView. It all works fine when run with the internal ASP.NET Development Server in Visual Studio 2005 SE. The problem is when I deployed the code in the IIS Web Server, in the GridView where it has to fetch 7 ...Show All
Visual Studio Tools for Office Updating Outlook Add-Ins Using Application Manifests
I am confused about how to handle updates for outlook add-ins created with VSTO 2005. The functionality we need is that the add-in can also function when disconnected from the network and that new versions are downloaded from a web server when they are available. According to the various pieces of documentation i can find, the VSTO runtime uses the application manifest on the client to locate the deployment manifest (which can be on a web server ...Show All
Visual Studio Express Editions Compile a program as a Microsoft Windows service?
Is it possible to make a program as a Microsoft Windows service I need to know, Blair Allen Stark wrote: Yes Doh -.- How ...Show All
Software Development for Windows Vista CodeDomDesignerLoaderNoRootSerializer appears
Hi guys, I have the same problem as: >>I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. >>Getting error: CodeDomDesignerLoaderNoRootSerializer. >>The version for VS RTM is 8.0.50727.42 >>I've tried install/deinstall/reinstall several times on 2 separate machines. >>Any suggestions >>TIA However a fiend of mine does not have it. The only difference between our cases is tha ...Show All
Visual Studio Team System Can/Will beta 2 SCC/WI data be preserved in the GA release
OK, we're interested in starting to use beta 2 for our next big project, however I need to know if the data we create using beta 2 can be preserved (or at least migrated) in the GA release Does the "go live" license apply to TFS too Dave We haven't been dogfooding it for 2+ year - It's been about 8 months :) A converter from SourceSafe has been planned from the beginning as you suggest and is available in the Beta. The issue of ...Show All
Visual C++ Pls help me out! I cannot build a very simple Hello World app.
I have been trying to build the following simple app for these two days. #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; } VS2005 C++ Express complains this way; Warning 2 warning C4512: 'std::basic_ostream<_E,_Tr>::sentry' : assignment operator could not be generated c:\program ...Show All
Visual C# Events And User Controls
Hi, I've got a user control inheriting from System.Windows.Forms.TextBox and I've added a ListBox as a child. I would like to expose an event when the ListBox changes visibility. Any help would be greatly appreciated. Code Snippet Follows==================================== public class TextBoxLookup : System.Windows.Forms.TextBox { private System.Windows.Forms.ListBox listBox1; private void OpenListBox() { Control ...Show All
SQL Server How to save item description?
Those anybody know how to save description of any item (report, model or datasource) programmatically without saving directly to ReportServer DB in Catalog table I'm working with RS Web Service but i can't find solution for saving only item description. You can create a property with the name "Description" and include that in the set of optional properties when you publish the report using CreateReport(): ReportingService2005 ...Show All
Visual Studio Express Editions Constants
I've noticed that in Visual Basic, some sub calls make a list of constants appear for me to choose from. An example is the MsgBox, when I type the buttons, a list appears for me to choose from. How do I write a sub that will do this Hi, Do you want to develop a custome drop down of intellisense please be more clear in what you want to achieve regards, Bhanu. ...Show All
.NET Development Interlocked.CompareExchange(Int32, Int32, Int32)
i am confused about the documentation of Interlocked.CompareExchange ( see http://msdn2.microsoft.com/en-us/library/801kt583(VS.80).aspx). it says "the compare and exchange operations are performed as an atomic operation." but then, in the included example, it talkes about "another thread that can have updated the total variable in the meantime". how is it possible that another thread can modify the totaValue variable through ...Show All
