Peter Nimmo's Q&A profile
SQL Server Problem in deployment of packages into 2 different servers
I have 2 servers. DWTEST and DWSQL1. I developed my packages connecting to DWTEST in the design time. I have 32 packages, one of them is the master one and the others are child packages. package PM calls P1, P2, P3,.......P31 i have 2 data source in my project. RDS and S0, both setup to connect DWTEST in the design. i defined rds_connection_string and s0_connection_string variables in my master package and created an XML config file and put those variables into that config file. C:\PROJECTS\DEVELOPMENT\SSIS Configurations\SERVER.dtsConfig < DTSConfiguration > - < DTSConfigurationHeading > < DTSConfigurationFileInfo GeneratedBy =" TC\tsql " GeneratedFromPacka ...Show All
Visual Studio Reportviewer doesn't print first time I click print button
I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form Spain. Yes, if you touch the dialog box in any way that sets the focus to the box and it will print. But you have to click on the box and do something first. That shifts the focus. ...Show All
.NET Development xml validation
hi, i have to validate xml document in different scenarios. 1) when xml document changes into message 2) when message changes into xml document 3) when xml document loads into database 4) when xml document comes from database i learnt there are two options 1)validating it at the time of loading into the object 2) after loading of xml into object in this link http://msdn2.microsoft.com/en-us/library/ms998559.aspx using xmltextreader to validate xml document is better than using xmlvalidation reader mentioned. how it is possible One link that is very related to your problem: http://msdn2.microsoft.com/en-us/library/system.xml.schema.xmlschemaval ...Show All
.NET Development read credit card information ie., number, valid to andapproved amt
i am not sure this is the right place to ask this quest i am developing POS with VB.net. i would like to display the card information in the application. no processing,just read/get the info and display the information after the payment approved from the card terminal. anyone can help me how to do this any code referance available it is depend upon the credit card processor. read the manual care fully about what kind of services they are offering and check the xml response throughly from the processor they might contain some information ...Show All
Visual C# Performance Monitor Counters and Windows Vista
I am trying to connect to a Windows Vista machine from my Windows XP SP2 machine to read the performance counter data using C#, but I am unable to connect. Even using "perfmon" in windows won't connect, but I can connect to file shares on the Vista machine just fine. Has Vista changed something in this regard so remote computers can connect to collect performance data, or am I doing something wrong in my code or in perfmon The error I receive when I try to connect is "cannot connect to machine" - not very helpful. Thanks, Jon I have the firewall service disabled for testing, and I am still unable to connect. I have tried connecting from a Windows XP SP2 PC and a Windows Vista PC, but both of them won't connect. Does anyone have an id ...Show All
Visual Studio Team System Creating a Website Project on Team Foundation
I have a problem with creating a website project on Team Foundation. The problem I am having is, how do I tell source control where to test the actual project For example, I want to edit the files locally, add them to source control, which adds them to the database as well as puts them back in a website directory for testing. How do I configure this If you are doing individual development then you can test your project in Visual Studio itself. VS2005 provides a harness to do that. In case you are in a team doing the development then you will have to check your files in and then checkout the entire set of .aspx files, code behind files etc. on a web server and then do the testing there. ...Show All
Visual Basic How to use this API :StartServiceCtrlDispatcher
hi. API: StartServiceCtrlDispatcher This API use to run services. but i cant use it in vb6. Please help me. Payman wrote: This API use to run services. but i cant use it in vb6. Just to be clear, StartServiceCtrlDispatcher doesn't run a service. Rather it is called by the service implementation to associate a ServiceMain function with a Service Name. If you really want to implement a service in Visual Basic, you might find it easier to use Visual Basic .NET and the ServiceBase class. http://msdn2.microsoft.com/en-US/library/system.serviceprocess.servicebase.aspx If Visual Basic .NET is not an option, there is an old article in the archives that describes one way to implement a servi ...Show All
Visual Studio Express Editions Serial Port. Problems in Storing received data
Hello everybody. I'm still on the same project: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=714917&SiteID=1 It is quite easy to convert a byte array to a string. This is actually what our small program does! The Receiver subroutrine takes each received byte and convert the two nibbles (4-bit) to Char and store these in a Char array (RXArray). It then converts the used part of the array to a string by means of the "Dim RXString As New String(RxArray, 0, I)" statement. You only need to copy this code, but use the byte array for input instead of RXByte (conversion done later instead of "on the fly"). Then you will be able to display your array as hexadecimal characters. Hexadecimal characters are the best for test purpose, ...Show All
.NET Development dll files
hai, i instance the sqlconnection using namespace system.data.sqlclient, is it possible to know how they wrote the code for the sqlconnection string. if so, canany body send me the details / where i can found it.. Thanx hai, thanx for ur help i downloaded from the net. i saw everything , but i didn't find the system.data.sqlclient dll can u pls tell me. Once again thanx ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Correct version of the XACT
While trying to build the project with simple sound as described in XNA Help the error XACT could not load the data provided. Make sure you are using the correct version of the XACT tool appeared. I have October SDK installed and no attempt to build sound files with August SDK taken. Have seen some posts with similar problem here but no real solution. Is there any kind of restriction meaning the size or other sound properties I used standard Windows file "chord.wav" for my experiment. Let's finish this useless discussion. This FAQ note has been published before october DX SDK. Issue notes for the October SDK Microsoft Cross-Platform Audio Creation Tool (XACT) In the August 200 ...Show All
Visual Studio Team System Sharepoint - Link child schedules (MS Project files) to a Master schedule (MS Project)
Does sharepoint have the ability to link one file to another. eg: MS project schedules. Uploading a schedule that has links to other schedules does not seem to be work even if the child schedules are in Share point. Can anyone advise how this can be done As I am sure there must be a way. It would be no different to an excell file linking to other files. This forum is dedicated to the administration of the Team Foundation Server product. While we do use Sharepoint to help present information about team projects, I think the folks over on the Sharepoint newsgroups may have a better handle on the linking capabilities of Sharepoint. Cheers, Adam ...Show All
Visual Studio Express Editions Installing Visual Studio Express Components
Hiya people, I got a little problem with some downloads. I've installed VBasic and WebDev from a CD, and wanted to try out the rest of the express pack,so I've visited the downloads website and downloaded the approx. 2MB IEsetup files for each part. After running them, the setup installation was to download the actual installation files of J#, C# and C++, but then exited with the comment: Setup has stopped because the item listed above could not be downloaded . Are the packages no longer available or what I'm running WinXP SP2 en. Would be glad for any advice, since I don't have the -ehm- $99 for a support email. Several of these threads describe the same symptom as you are experiencing, one of the suggest ...Show All
.NET Development Timeout expired. the timeout expired prior to getting the connection from the pool.
Hi, I have developed a web application which works fine but sometimes the web applications hangs with the following message Timeout expired. the timeout expired prior to getting the connection from the pool. The application is developed in .net framework 1.1 and is running on IIS 6.0 . The database is oracle 9i. We are using Enterprise library application blocks for maintaining the database connections. So ideally connection leaks should not occur. This error occurs when a new user tries to log in to the application. I am not able to find any solution regarding this problem. Help regarding the same will be greatly appreciated. Thanks, Anzrul Hi ! I have the same problem using asp.Net 2 ...Show All
Windows Forms Can I unsign a ClickOnce manifest
Without breaking the projects and having to reinstall the app. ClickOnce doesn't have an option for you to unsign the manifest. You can only create a new manifest with the same attributes and not signing it. May I ask why you want to unsign the manifest Thanks, Patty ...Show All
SQL Server Is ProcessAdd done within a transaction mode?
Is ProcessAdd done within a transaction mode This question is very basic. When you do a ProcessAdd, is it within a transaciton mode I mean, if the ProcessAdd fault and stop when it meets a mistake, the records before the midstake will still be in the cube or not. Thanks. > But, the transaction your begin is in Sql server, not in Analysis Service I meant to start transaction in Analysis Services, not in SQL Server. It can be done with couple of lines of AMO script. ...Show All
