Bhaskar Sarma's Q&A profile
SQL Server Execution of Package failed
I am trying to design package which would copy all tables and stored procedures from one server to another. It used to be simple task in SQL 2000, there was wizard. However the new wizard does not work... I wrote SSIS package, but when I execute I get the following error: "Can not apply value null to property Login..." Any idea It seems to me that this new SQl2005 is not that simple to use like 2000. 2000 was a great product. I am consider ...Show All
Visual Basic Build Complete Notification Sounds
I just upgraded to Visual Studio 2005 from VS6.0 and I cannot find any documentation for Visual Studio sounds schemes. In VS6.0 I could have seperate sounds for "BuildComplete", "BuildError", and "BuildWarning". In Visual Studio I can only create a sound for VS_BreakpointHit Are any of the others available The three I mentioned in my post BuildComplete, BuildWarrning, and BuildError.&nbs ...Show All
Visual Basic Cross Threaded Data Binding
I'm using databinding (.net 2.0) quite a lot in my application. I have written business objects (my model) with properties bound to controls on my forms (my views.) I use simple databinding, and databinding via the BindingSource; for example the Save button enabled property is bound to the IsDirty property of my business object, and I have collections of child objects exposed via generic binding lists. All is well and I really like this ...Show All
Windows Forms How to get a value from BindingSource?
Hi all, I have a DataSet connected to Access database and CarsBindingSource where datasource is set to DataSet and represents table Cars. So, is there any way to get a value from database via BindingSource (like recordset) E.g. I want to put a value from database - table: Cars - column: Type (at actual BindingSource position) to ComboBox. Something like: Cbo.items.add (CarsBindingSource.Items("Type").Value) doesn't exist ...Show All
Visual Studio How to get full path from relative path
I am relatively new to MSBuild, specifically Team Build and I am trying to Exec an application located in the $(SolutionRoot) tree. The problem I am having is that the $(SolutionRoot) has a \.. at the end of it so my Command is something like c:\test\..\app\app.exe, which is unable to find the exe. Is there any way to strip off the \.. from the $(SolutionRoot) Thanks. Thanks for the response. I investigated ...Show All
SQL Server 2005 Express / DTS equivalent
This ought to be a real simple question. I've been creating DTS packages in 2000 Standard under Enterprise Manager. I've downloaded 2005 Express and I don't see any way to do DTS-like stuff (now called SSIS) with this edition. Is this correct or have I missed something ...Show All
Visual C++ How do you develop an interface for an existing C++ program?
Hello Everyone, I have a large and complex program, which to be honest I dont fully understand, that I have to develop an interface for. I understand how the program works to an extent, but the level of C++ used in the program is way beyond me. It has to do with genetic programming, programs writing programs, so I dont think that im going to be learning how to do that anytime soon. Although I am alot better with VC++ than C++ and can ...Show All
Visual Basic Reload my form
I made project using VB.Net 2005 with multi languages, the first form is MDIParent form with MainMenu and toolbars also there is some changes in properties as righttoleft and text of forms. In my Mainmenu (Menustrip) there is opetion to change the UI Culture and I have already done but I need to change all texts in the form as mainmenu items anf form properties. My quetion is: how can I reload my form again to read the ...Show All
SQL Server Reports with MDX queries on hierarchies loose rows on rendring
Hello, When we run an MDX based report query in the Data tab, we often have "(null)" values at intermediate levels of hierarchies: For example on the Adventure workd DW cube: select [Measures].[Reseller Sales Amount] on 0, [Product].[Product Categories]. members on 1 from [Adventure Works] returns 440 rows in SQWb since it includes all products and all intermediate hierarchy levels on the products, as well as products with no sales. ...Show All
SQL Server Capture Referrer URL within a report.
I have a situation where my best solution is to capture the full Referrer URL in my SSRS 2005 Report to facilitate "Back" links within my reports. I have looked but don't see a way to capture this information natively in a report. Any help is appreciated. We don't expose the referrer URL to the processing engine, so there is no way to embed it into the report. In many cases, there is no referrer UR ...Show All
Microsoft ISV Community Center Forums cannot save file as
I can't save any files on any of my other drives. The message comes up as save file not responding. Also szAppname:WINWORDEXE, szAppver:11.06568.0, szModname:hungapp. Why can't you ever get help from microsoft without a fee After all this is their product. This issue seems to be the hot topic over on the Windows Server and IE6 newsgroups. Here's some info that I found on the issue and a few possible solutions: ...Show All
Visual Studio Tools for Office Bug fix request
Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no lo ...Show All
Visual C# n tier architecture
Hi, As per my understanding, the business layer should not know about connections. In order to keep the the business layer clean, people are using controller pattern by creating a manager class per data source and using the delegate you can then pass in the connection in the Data Layer instead of dealing with it higher up. Can somebody provide me with a sample application or a link from where i can get this kind of architectured appl ...Show All
Smart Device Development Is there any solution for secure web services on mobile devices?
Do we have Framework like WSE in compact framework I only found the OpenNetCF Framework which includes functionalities of WSE. Thanks. Cheers, Justin Hi Justin, NETCF does not include WSE support. However you are right that you can get WSE functionalities from OpenNETCF. ...Show All
Visual Studio Express Editions Data Grid View Update
Hello, I'm real new to the programming stuff but want to be a programmer. :-) Anyway, I created a database using Visual Basic Express Edition and placed a Data Grid View on the form. However, if I double-click or press F2 in the field and edit that field and then press enter, the cursor goes to the next area however nothing is saved. Simply put, the Data Grid View is not working or I'm doing something wrong. I really need to kn ...Show All
