BALA SINGAM - My's Q&A profile
SQL Server Object reference not set to an instance of an object
I enter http://localhost/reportserver and get the error message from Reporting Services:: "Object reference not set to an instance of an object" along with a link to Get Online Help. I click the link to get the "Details" and am told "We're sorry, there is no additional information in the error logs or knowledge base. I've run the RS Configuration Manager many times to try different options, I've also run SQL Server Co ...Show All
Visual C# Can't get TreeView data out of the thread
I created a backgroundWorker in order to thread the creation of a treeView that shows the fileSystem. I also created a recursive method that steps through the fileSystem and adds them to a specified treeView I instansiate a new treeView when the thread starts and run the recursive method for that treeView. The data exists in that treeView (since I can acess it through the nodes) but for some reason I cannot copy the data to the original treeView ...Show All
Visual C++ build errors in vc++
Hi, I am new to vc++. I have one vc++ source code. I am running this on vs2005. for me it is giving the following errors. I saved the source file in the following path. "c:\programfiles". The errors are 1)Error 1 error A2022: instruction operands must be the same size the lines where i am getting the error is: TIGERROUNDSSE2 5 TIGERKEYSCHEDU ...Show All
Windows Forms right mouse click on treeview
can anyone show me how to display a context menu after a right mouse click on a specific node. This is what i have been able to acheive so far If e.Button = MouseButtons.Right Then TreeView1.SelectedNode = ...Show All
Visual Studio Performing Reports Asyncronously
I'm using Visual Studio 2005. When I save a report with the "perform report asyncronously" enabled, it is not doing so in my application. It executes asyncronously in the Crystal Reports XI designer, but locks my app as soon as crystal is loaded and begins executing the query in my application. I don't see any way to inherently force the crystalreportviewer control to run the query asyncronously in a .Net application in the documentation. ...Show All
SQL Server SSIS Performance Throttling?
I have a multi-threaded C# application that loads a bunch of tables into ado.net datasets in memory for surrogate key lookups. Depending on what else is going on, it can process 100,000 to 170,000 rows per minute and usually utilizes 20-30% of each cpu. I tried duplicating the process in SSIS using the Lookup Transformation and caching enabled (cache size calculated at 2 * rowcount * bytes/row) with clustered indexes on the lookup columns. With ...Show All
Visual C# How i can Embed swf file in the form..?
Hello,all.. How i can embed a swf file..in a form.. which object can i use ..(i am using C# 2.0..not C# 1.1..).. Did any one try..that..please help..i have a column in database called fld_Data..which is of type of image..datatype..it contains all data....(images(jpg,gif,) and swf )..the question..i know how to show the images on PictureBox. Control..but the question how i can show swf flash file..in that control..or another controls.. ...Show All
Visual Basic XML comments
My group is attempting to standardize on XML commenting for all of our classes and methods. We like the "Insert comments" option in VS 2005 but would like to add an additional tag <history> to the comments section. I know that we could probably do this manually each time we add a new class, but I would like to be able to have this new section come up automatically when we insert the comment. Is there a way to modify the XML co ...Show All
.NET Development What steps will be need to move a beta project into the final version
I am wondering if it would be safe to install a solution written in the beta and when the final .net framework comes out what would I have to do to update the installs. Will the autoupdate features of one-click download the updated framework or will the app have to be uninstalled and setup rerun again. You will need to recompile the application using the final version of the software. Based on c ...Show All
Microsoft ISV Community Center Forums webservice toolkit and complex types
Hello I've created a .NET webservice that will return an array of complex type like: public class User{ string FirstName string LastName } [WebMethod] public User[] FindUsers(string lastname){ User[] user = new User[10]; .... return user; } When i add a reference to the webservice using the toolkit addin, there's no proxy class created for the User Class. What should ...Show All
Visual Basic menustrip
In my menustrip I have an item call "Bad Items" when I click "bad items" my dropdowns appear (i add the dropdown items programmaticaly) The question is, how can I assign to a variable the text in the dropdown when it's clicked. Been messing with this all day and cant find the method. Thx for any help! Carl addhandler like so : AddHandler MenuObj.click, AddressOf MyClickEventHandler Remco ...Show All
Visual Studio Express Editions md5 checksum for the .img files
can someone please post md5 checksums or something of the sort I downloaded VC.img manually but am not sure if everything came in OK. Please help. thank you in advance thanks fo the md5. Do they hold true though for the latest, now public release of Vista Beta 2 I would think, perhaps wrongly that with each build, the md5 would also change Is there a url somewhere on MS website, that publishes the MD5 checksums For example, I ju ...Show All
.NET Development Have multiple versions of .Net - can I delete them?
My computer is running XP Pro, fully updated including SP2. During my "winter clean-up" of my programs, hard drive, etc., I noticed that 3 versions, with updates, of .Net Framework was on my computer. They are: 1.0; 1.0 HotFix; 1.1; 1.1 HotFix; and 2.0. I'm pretty sure that I didn't download these (though I might have) and assume that they were downloaded with some update, or maybe some program. I never directly access th ...Show All
SQL Server proper way to drop publication?
Hi There According to BOL, the correct procedure for deleting a publication are as follows: These must be run on the publication database. Execute sp_dropsubscription to delete all snapshot subscriptions. Execute sp_droppublication to delete the publication and all of its articles. My only issue is after step 1 the subscription still exists at the subscriber and it marked as failed (does not exist), i always have to go delete the subsc ...Show All
Visual C++ question about class declaration in .net
the switch from win32api-programming to .net ist very hard... i would like to do a very simple thing. declaring a class with only two functions (SetNumber and GetNumber). I know, SetNumber could also be done with a constructor. my problem is: All methods which are defined inside the class declaration (i.m. case SetNumber) function well, all other methods (GetNumber) throw out the Errorcodes C3254 C2838 C2065. It seems that I can’t defin ...Show All
