Ben Isbell's Q&A profile
Visual C++ duplicate definitions on stl::queue
I'm wondering why I get this message when I try to use a stl queue in a managed class. I'm using .net 1.1, so i can't use the new 2.0 typed queue. error: error LNK4006: "class std::queue<short,class std::deque<short,class std::allocator<short> > > * (* ALDaps::que)[64]" ( que@ALDaps@@3PAY0EA@PAV $queue@FV $deque@FV $allocator@F@std@@@std@@@std@@A) already defined in main.obj; second definition ignored So, I added ...Show All
Visual C# error in compiling C# statement
// Add a spacer in the form of an HTML <BR> element. panel1.Controls.Add( new System.Web.UI. LiteralControl ( "<br>" )); compiling this statement produced the following errors: Error 1 The best overloaded method match for 'System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)' has some invalid arguments Error 2 Argument '1': cannot convert from 'System.Web.UI.Li ...Show All
SQL Server SQL Server 2005
I have just recently downloaded and installed vs2004/ss2005. So now I have the version of ss that comes with vs2005 and the developer edition of ss. I have been able to work with sqlexpress thru vs2005 but not with the developer edition. When I engage the configuration manager which is what I guess to perform the same function as the enterprize manager in ss2000, I am unable to find my databases. What am I miss ...Show All
Visual C++ error 2664 conversion error
<Karthik.T@discussions.microsoft.com> wrote in message news:b06b0b0e-738c-40e6-84f4-6fdf64966f60@discussions.microsoft.com > I am trying to convert the following > > The Code > > std::string* ChkName; > > GlobalInterfacePtr->MethodA(position, bstr, ChkName); > > error C2664: 'MethodA' : cannot convert parameter 3 from 'class > std::basic_string<char,struct std::cha ...Show All
SQL Server Blocking Transaction
I have a 3 simple packages get called from master package. First package populates time dimension (stored proc), second one populates transaction type dimension(stored proc) and the final one populates date dimension. I set the TransactionOption = Required in the Master package, every thing else (package & component) set TransactionOption = Supported. I have been testing transactions, basically I made time and transaction type dimensio ...Show All
Visual Studio 2008 (Pre-release) How does LINQ affect SQL Server query plans?
are LINQ generated SQL queries to the database optimized to a query plan is this plan stored (as it would be for a stored proc or regular SQL) , and how can LINQ retrieve details of the query optimization plan ...Show All
Visual C++ Picture editing.
I created a thread a little while ago asking for some good jpg tutorials. Rather than use jpgs, I decided to work with bitmaps -they're simpler, and as far as I can tell built into the API already. The problem that I am having is that when I try to use LoadImage, it returns a handle instead of the HBITMAP that I think I need in order to draw the image to a DC. Can I overcome this with a simple cast In addition, how would I save the pict ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;amp;H8013141e&amp;amp;
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Basic Skin Editor for vs 2005
I search an Skin Editor for vs 2005 Where i can download a skin editor Hi, You could open it in the VS. Or you could just open it in wordpad. It just contains the image url's for the skin. The editor is not graphical. cheers, Paul June A. Domag ...Show All
Visual Basic Naming Conventions
Hi, Is there still an acceptable naming convention for controls ie....txtTextBox.....lblLabelDate....frmWhatever. If there is, where can I find a list of the acceptable prefixes. Thanks in advance....Eric I found them. Still learning :) Here is the link in case anyone is interested http://support.microsoft.com/kb/q110264/ ...Show All
Visual Studio Team System Move data to different SQL server
What are the steps involved in moving the TFS data to a different SQL 2005 server Right now, TFS is set up in single server mode. TFS B3 Refresh. Thanx, Robert we are currently working out the instructions for restoring Data to a different SQL server. I will provide a pointer to it in a week or so to get you unblocked. I strongly suggest you go through a dry run before you move data on your production servers. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Changing Colors of Vertex Buffer
Greetings: I have an issue that I have been unable to resolve by searching google, but that's probably because I do not yet enough enough about DirectX to know what to search for. I have an application that's very simple from a graphics perspective. I have a series of verticies stored in a vertex buffer. Using DrawUserPrimitive and various transformations, I am able to render the contents of my buffer according to my plans. My issue is ...Show All
Visual Studio Crystal Report: indentation for text field only
Hi all, How can I perform indentation in hierachical group for text field only in Crystal Report 9.1.5 for Visual Studio .Net 2003 Thanks in advance! ...Show All
SQL Server Dynamic YTD based on user selection on Month
I have a user how wants to be able to see the YTD numbers based on the month they select in an attribute hierarchy with in the Time Dimension. I would like to create a calculated member called YTD that they can use to get this information based on the Month they select in the Month attribute The Time Dimensions are as follows: Fiscal time(Year, Qtr, Month) Month(Month) Measure = Net Sales View Format should be Years ...Show All
Visual Studio Team System Reinstallation of Beta 3: Error 28704.Unable to connect to the Analysis server
Good afternoon, Yesterday I completed the installation of a single server instance of Beta 3. It worked (for the first time!!). The only problem, was that I couldn't see domain users from the Team Explorer. I put 2 and 2 together and realized that the problem was the service account. It was a local user, and didn't have rights to see the domain. So, I uninstalled TFS and STS. I deleted the DB's that got created, as well ...Show All
