Eric23's Q&A profile
Visual Studio Express Editions This application has failed to start because MSVCR80D.dill was not found
The file is there in c:\windows\winsxs folder. This happens when I try a to create a simple project to test system and press f5 to bebug it. The file will create with release set and create the exe but will not debug I would appreciate any help. I have removed all re-installed all and no matter What I do comes up the same Thanks Operating system xp pro I have the same pro ...Show All
SQL Server Issue with Dynamic SQL stored procedure and SSIS OLE DB Data Reader
We are writing SSIS packages to pull data from MSO’s through a stored procedure and drop the output into the pipeline to store it on our local database. Here is an example of a very simple data flow task that executes the following query in step 1 EXEC GetCustomerData @SELECT = 'OrganizationID' , @FROM = 'Organization' , @WHERE = 'StateOrProvinceCode = ''WA''' This command is stored in a variable called SQLOrgCom ...Show All
Smart Device Development Error creating Smart Device app in VS.Net 2005
When I try to open a Smart Device form in Design mode, I get this error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Clicking on each error will take you to the line of code that caused it. Unable to cast COM object of type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass' to interface type ...Show All
Visual C# Button_Click Event
Ok. I have a button that needs different click events at certain times. I think the code for that is button1.Click = new EventArgues or something like. Can someone please explain to me how to do that Hi, Instead of creating new Click events, why not just make a simple logic (if and then's) on your click event It would be much more simplier. But if you really want to do this, take a look on your designer code. In your Solution Explorer  ...Show All
SQL Server Problems with adding database samples
I have installed the documentation and samples and the management studio for sql 2005 express edition, but when trying to work through the samples, I get this error message, for some reason I can't include the Adventure works db. Whatn I'm I not doing right Please can someone help! 1> SELECT name from sys.databases 2> Go name -------------------------------------------------------------------------------- ------------------------ ...Show All
Windows Forms Problem with DataGridView and rearranging rows
I'm able to drag-and-drop successfully from a Listbox to an unbound DataGridView. And I've also played around with drag-and-drop from the DataGridView to a Textbox. Now, I'm trying to do drag-and-drop within the DataGridView (so the user can rearrange the rows). Can someone point me to a good example The example that I have on doing drag-and-drop has you initiating the drag-and-drop by calling the control’s DoDragDrop method f ...Show All
SQL Server how to pass a VARIANT data to SQL Server ?
when passing data to server, many data-types require explicitly set the dwxxxLength field, do VARIANT requires and how can i set it's length as it's variant the data store in server is NUMERIC(4,1) and SMALLDATETIME, for convenience, i convert it to VARIANT in my app. my problem is how to pass it back to the server can i simply use m_dwxxxLength = sizeof(VARIANT) ...Show All
Visual Studio Team System Team Foundation Server Beta 3 Released
http://blogs.msdn.com/buckh/default.aspx The question is: It needs september ctp DO I also have to license september ctp Will MSFT provide a way to upgrade from september ctp to sql 2005 final release I ask this because I am really thinking in using tfs beta 3 in a production server. How many CALS does it include I have to say that we also have msdn universal. Thanks Hi Luis - As an MSDN Universal subscriber y ...Show All
Visual Studio Express Editions How do you make an invisible OCX?
Hi, I'm using VB express and I cant seem to find a way of making my usercontrol invisible I can do it with VB6, its easy, But I want to make a control that doesn't have location and other visual properties, I've seen them but I cant make them. Am I missing something PS. Please dont post the obvious set visible to false, thats not what I want, lol, I want the ocx to only expose the methods and properties I set. Thanks. Sounds to me li ...Show All
SQL Server Date Selector for Parameter
Hi! I have a parameter of type DateTime. What exactly do I need to do to get the Date-Picker dialog You don't need to do anything with Reporting Services 2005. The parameter prompt will automatically have a date picker icon, unless you are supplying a list of valid values (in which case the user must pick from the list). There is no date picker in Reporting Services 2000. ...Show All
Visual Studio Help still broken
Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use onlin ...Show All
Visual Studio Intallation of VS2005 beta 2
I tried to install the new version on A PC with 2 operation system 1. windows 2000 with VS2003 2. Xp Sp1 clean installation For installation I download the standard edition from MSDN developer site. I tried to install it on the Xp system. I get an error code of 2908 and after press ok I get an error code of 1935 with error regarding it assembly component {18A752B8-D6F4-4F1C-B2EA-CA7876F45A03} Can someone help avi Cohen Scitex vision avi_coh ...Show All
Visual Studio Express Editions HTML and VB
In my application i want to have a search bar powered by google. I would like the textbox to correspond to the textbox at www.google.com and the "search" button to correspond to the search button on google, and for the results to be displayed in my Webbrowser. Is that possible ANY information would help Thx Dim u As New Uri( "http://www.google.de/search q=" + Uri.EscapeDataString(TextBox1 ...Show All
Windows Forms Dynamic Connection String
I am writing a database application that is using an .mdb file on the back end. I want the connectionstring property to be dynamic and not hardcoded, so what I have done is binded that property to the .config file and default the key ...Show All
SQL Server How to create trigger to check column in any inserted record
How can I create a trigger to watch a couple of field values in each insert that happens on my table and peform an if statement on those values then replace those values with another value if the statement is true also, I am not sure whether to use an AFTER or INSTEAD of to accomplish this. What I want to do is essentially: Create trigger triggername on tablename watch for any insert o ...Show All
