SolomonDev's Q&A profile
SQL Server Figuring out the InnerXPathString
Does anyone have any experience of using the NodeList enumerator in a Foreach loop BOL is a bit light on this. I want to enumerate over an XML Document that is passed into my package. The package is executed from a .net application. Has anyone done anything like this Any demo material Should I pass the XML Document into an SSIS object variable or a String variable Can the NodeList enumerator enumerate an XML document that is stored in a Str ...Show All
Visual C++ Code that compiles in VS 6 doens't work in VS 2005
I'm a little frusterated that the VS 8.0 C++ compiler seems to make so many things that worked with the 6.0 compiler cease to work. Many thanks in advanace from a C++ and VS novice! Anyways, I'm just trying to render html wtihin my app, and I'm using the rather cool (http://www.codeproject.com/com/cwebpage.asp) to host MSHTML... but simply trying to get the dll.c file to compile, I run into two errors... f:\visual studio 2005\projects\cwebpage( ...Show All
SQL Server Reporting Services Login Error
An error has occurred during report processing. (rsProcessingAborted) Get Online Help Logon failed. (rsLogonFailed) Get Online Help The parameter is incorrect. I can view my report inside of visual studio 2003 no problem, but when I navigate to the http://servername/Reports/Pages/Folder.aspx and click on my report to load inside of IE I get the error. I have serached all over but not able to get a correct answer. Any help woould ...Show All
Windows Forms Adding new records with the BindingSource
I am having a problem adding controls through a bindingSource/bindingNavigator setup. Everything else works (updating, deleting, and browsing). For this test I am using an untyped recordset. When I click the AddNew button on the navigator, the AddingNew event is fired on the bindingSource. In this event I add a new row to the dataTable and set the AddingNewEventArgs NewObject property to a reference to the new row. ...Show All
Visual Basic how to build e-test application
I am working on to build a e -testing application ,Any help I need some example in vb.net Thanks! gays http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvsent/html/vsts-test.asp ...Show All
Visual Studio Team System Check In Notes
I'd like to generate release notes for a particular version of built software. Is there a way, from the command line, to get all of the check in notes from one label to another label Otherwise, is there a way to accomplish this via a report I don't think this can be done in a command line, but maybe you can use the Source Control assemblies to do it, or maybe also you can find them in the builds between the ...Show All
SQL Server June CTP Sql agent problem
I Have installed June CTP DEV edition on a Windows Xp box. I'm a unable to start Sqlagent ..Sql agent status marqued as 'Agent Xps Disabled' Any idea P.S. Instance services started and running fine .e. I get a message saying I am not authorized to run sp_configure for databases I created. What am I doing wrong thanks, Greg ...Show All
Visual C++ Problem in setting PATH,LIB and INCLUDE environment variables through script for 32 and 64 bit plateforms.
Hi, I'm using Visual Studio 2005 Professional Edition. I have a script file (batch file) to launch the devenv by using /useenv. Through this script some environment variable are being set for both 32 and 64 bit plateforms. if, I need different values for both 32 and 64 plateforms,I use two variables in the script e.g. A32 and A64 otherwise only one environment variable. This is required, So, that I can c ...Show All
Windows Forms Gradient Fill
Hi... I have tried to fill a form with a gradient backgroud usign event "onPaint" and "OnPaintBackround". It seems to work if i'don't resize the form. If i resize the form, it seems that the event fill ony a part of the form. I've also tried using a rectangle object and using a bitmap object that have the same dimension of the form. Someone may help me Is the "onPaintBackGround" the correct event Sorry for my poor english..... ...Show All
Visual C# Construct Enum dynamically possible ????
I was wondering if it was possible to construct an enum at runtime Let's say i have a lookup table, and i'd like to have an enum for that lookup table. Is it possible to construct the enum dynamically Thanks, Yes, It's called a "Control Designer" (which is what I suggested before). Designers for the standard controls live in the System.Windows.Forms.Design namespace. ...Show All
Visual Basic Newbie with User Control Problem
Hi I recently built my first user control, a few weeks ago, and all of a sudden today I started having the following problem... When i make changes to the user control, and hit F5 on my test project, the changes are not appearing (it's as if an old version of my code keeps running). If i publish and run the executable, the changes are there, but if i go back to the designer, my F5 still seems to be latched onto an old control. I wasn't hav ...Show All
SQL Server XMLDP documentation?
Does anyone know where there is documentation on XMLDP and the query syntax necessary to process XML data sources in reports Have a look here: http://msdn2.microsoft.com/en-us/library/ms345251(SQL.90).aspx ...Show All
Visual Basic Where are the Navigate Backward and Forward buttons in VS2005 VB Text Editor?
Hi guys, Does anybody know the answer on this stupid question I get used to click on these buttons in VS2003. It was quite comfortable to get back when I 'Go to Definition'. Now, in VS2005, I have to remember from what place I jumped to Definition in order to get back. I've ticked off the Tools->Options->Text Editor->All languages->General->Navigation Bar checkbox but it didn't help. Cheers, B7 Thanks, c ...Show All
Visual Studio How create an Emf file ? Extending notation with icons
Hi Guys I was working on the last CTP and I am facing some problems when i was extending notation with icons. The icons should be emf files, is it right As I dont have an emf image editor and i didnt find it, I tried to draw some bmp files then rename them to emf the icon appears perfectly, but when I try to save the file, it generates an exception. Does anyone know a editor or emf files or a way to fix it Thanks Luiz Ricci They can be ...Show All
SQL Server SQL Trigger for Audit Trails
I have a trigger on my Table ( MyTable ). The Trigger saves any changes to mytable . The AuditTrails table has this columns: ID, TableName,PrimaryKey, OLDvalue, NewValue,UserID,DateCreated. Now, how can i pass the application's UserID ( Not the SQL Server User ) and save it to the AuditTrails table In my .NET Application, if someone delete a record from myTable how can i possibly get the userid of that person using my Audit ...Show All
