vb_n00b's Q&A profile
Visual Studio Express Editions Genearting Help document
Hi all, I want to know how to generate the html help file, in VC++ , from commets. In the menu "Project->Properties" Under "Configuration Properties -> C/C++ -> Output Files" Change "Generate XML Documentation Files" from "No" to "Yes" Recompile your project. ...Show All
SQL Server SQLCLR INSERT using XML as input
Apologies in advance for such a basic question. Given this XML: < xml version="1.0" encoding="utf-8" > <NumberSets> <NumberSet> <First>990999999989</First> <Second>9899999990</NonToken> </NumberSet> <NumberSet> <First>991999999989</First> <Second>9899999991</Second> </NumberSet> </NumberSets> How do I do the equivalent of this in SQLCLR to INSERT [Microsoft.SqlServer.Server.SqlProcedure(Name = "InsertNumbers")] public static void AddSets (SqlXml numberSetsDoc) { // setup stuff byte[] first; byte[] second; while (xr.Read()) { while (xr.Name == "NumberSet") { insertCommand.Param ...Show All
SQL Server SQL 2005 DW comparison to SQL server 2000
Dear all, I am developing a proposal to my company, which is a microsoft select client, for introducing SQL 2005 to a new BI project. The company already has SQL 2000. I would like to have a full tabular format of SQL 2005 SSIS Features comparison to SQL server 2000 DTS. Most of feature enhancement paper has only tell what is new but not tell about what is already existed and how much it is improved (in quality and quantity). Yes, tabular format is more useful. I tried to search through microsoft.com, technet but still cannot find the relavent one. Would you please give me a web link Please suggest. I am not impersonated myself like a competitor. You can verify my id by sending e-mail to chai ...Show All
Visual Studio Edit parameter page
Hi, I'm using C#.net in creating a web application. In creating reports, I used the bundled Crystal reports in Visual Studio 2005. I declared parameters in Crystal and it just works fine if I view the report, and even run the project. However, I want to edit the parameters page that's automatically generated by Crystal... Can anyone help me Thanks! Hi, Your thread seems to be more appropriate on Crystal Reports for Visual Studio and hope you find satisfactory answers. Thank you ...Show All
Visual Studio Team System An overlapping product in SQL Server???
Hi, I spotted the following job advert: http://members.microsoft.com:80/careers/search/details.aspx JobID=ADA9F7F7-97D2-4B45-B2E1-8919E5525BA0&AllCl=Y&start=1&interval=68&SortCol=DatePosted&SortOrder=DEF Seems to me that the product their talking about has alot of overlap with datadude. What's the deal here -Jamie I cannot comment on any future product plans outside the scope of my team; I can say we are actively working together with the SQL Server team on integration and futures. However our product is not going to be exclusive to SQL Server, we will be supporting different database backends in a future release through a schema provider mechanism. -GertD ...Show All
Smart Device Development Programmatically setting URL Exceptions in ms pocket pc version 4.20
I have read and coded several examples that are supposed to change or set the url exceptions. I have validated the xml that is being processed I have also sent the xml doc using the rapiconfig.exe tool but the exceptions do not show up in the exceptions. If I use code to send it to MProcessConfigXML I get a return error code of 2147418096. Does anyone know if this is possible and if so what I am I missing, The xml doc being sent is being read from a file and is as follows: <wap-provisioningdoc> <characteristic type="CM_Mappings"> <characteristic type="1005"> <parm name="pattern" value=" Http://*.mycompany-corp.com"/ > <parm name="network" value="{A1182988- ...Show All
Software Development for Windows Vista How to install additional filters into the XPSDrv Filter Pipeline.
There are a number of references in the documentation that suggest it should be possible to add additional filters, beyond those supplied by the printer driver's manufacturer, to the pipeline. Specifically, the latest Windows Driver Kit (build 5744) says this (on the topic of Filter Pipeline Configuration File): Vendor driver functionality should be primarily in R1 (print processing) and R3 (rendering). You should limit Administrator modification to R0, R2, and RE. The separate regions allow filters from several pipeline configuration files to be combined together in a deterministic way. A separate pipeline configuration can, for example, specify a watermark and an accounting filter that are to be inserted into every dri ...Show All
Visual Studio Express Editions capture a screenshot of a vb application at run time
i need to capture a screenshot of my vb application at run time so that i can include it in my help manual. How do i do this Or under form1 load event put in this: Dim bm As New Bitmap( Me .ClientRectangle.Width, Me .ClientRectangle.Height) Me .DrawToBitmap(bm, Me .ClientRectangle) bm.Save( "C:\shot1.bmp" ) It'll then save at runtime a bmp to the C drive ...Show All
.NET Development C# execute store-procedure
Is there away to execute a store-procedure(s) and get how many secs/mins it takes to execute Thank you, Thank you, The reason I need this, I have scripts in .net that execute storeprocedures and some are very long, and sometimes they are executed by over 1000-3000 people, and I wanted to check if it takes long time, if it does than they would need to be fixed. And I dont want to run each one in SqlServer, I wanted to create a tool that checks that. Is System.Diagnostics.Stopwatch is used in .NET 2.0, if so do you know a class in .NET 1.1 Thanks, ...Show All
Visual Basic Iterating through a given component type in a VB form
Hello all, I am looking for a way to iterate through a given component type in a VB form. For example, if I want to go through all the buttons found in a given form and change their text to "XYZ", is there perhaps a "For Each" technique to do that The alternative is an ugly hardcoding of the button names, in the above example, and changing their text one by one ... not what I want. Cheers all. N. Farr Don't catch the exception for something like this (if you know it's going to cause an error, resolve the problem in code: throwing an error is 'expensive'): For Each ctl As Control In Me .Controls   ...Show All
Visual C# could not find file--dll
Hi , i created a dll and i'm able to add the dll thru add reference. then i created a new instance like the below dllapplication.dllprogram d = new dllapplication.dllprogram(); private void print() { d.display(); ---i'm able to select the method of the new instance. } then i build it got succeeded. but while executing i get error like , could not find file. pleae help me with this. this is the first dll i've ever created. venp-- HI, here is the error message i'm getting. Could not load file or assembly 'dllapp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. exception--file not found exception unhandled ...Show All
SQL Server Location of ReportServer\Styles
Hi, I have successfully modified HTMLViewer.css to a different version, and using rc:stylesheet = <stylesheet> can view the modified report control bar by running the report via a URL. However, is it possible to relocate the styles directory from its default location of C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\Styles so it can reside with our report configurations Regards Kevin. ...Show All
SQL Server Windows integrated security and subscription
Hi, I am having a problem in applying subscription to a report. Here is my case: I have a datasource with 'Windows integrated security ' authentication, yes....I am using windows domain authentication, so login info is not stored in DB but its authenticated from domain. Now the report I want to use subscription on is using this DS. I read it somwehere that I can use rsconfig -e -u -p option to assign user to unattended reports. I think, this is the unattended report. I tried with rsconfig and then clicked on 'new subscription option'...and i got error (again) saying 'Subscription can not be created because the credentials used to run the report are not stored...or if linked report.....blah blah...' I want to use subscription ...Show All
Visual Studio Current Projects Generate DLL Libraries That Will On Run On Compilation Machine
After updating my Visual Studio 2005, running previously without problem on an XP based laptop, to service pack 1 yesterday I now have a really strange effect. A C code DLL that compiled and ran perfectly OK before will now run only on the machine on which it was compiled. On other XP machines it will not load at all. Of course I considered that some system DLL's must be missing but after runnung Depends on the XP machine on which it will and will not run this does not see to be the case and I am at a loss as to what is going on. I also moved the entire project onto another development machine and recompiled there. This DLL version runs without any problem on all the machines I was testing with. Does anyone know what is happening ...Show All
Visual Basic Convert Image to Byte
I have managed to get images stored in blob fields in a MySql table from a file and can retrieve them to an Image variable and display them no problem... How can I then take an Image and store it back into the database, need to convert the Image to a Byte() but every attempt at what seems logical to me fails. Currently I have to keep the files and store from file everytime I update as reading a stream into byte is easy, this is the coode for that part:. If File.Exists(ImagesDir + "\" + fName) Then flen = My.Computer.FileSystem.GetFileInfo(ImagesDir + "\" + fName).Length ReDim fBuffer(flen) fBuffer = My.Computer.FileSystem.ReadAllBytes(ImagesDir + "\" + fName) cmd.CommandText += ", )" cmd. ...Show All
