isjam's Q&A profile
SQL Server Problem Installing AdventureWorksDB.msi
I'm running on a stand alone machine. No network connections. I get the following error message when running this script: "Error 1316. A network error occurred while attempting to read from the file C:\Program Files\Microsoft SQL Server\AdventureWorksDB[1].msi" So how do I resolve this problem, so I can get the Adventure Works DB installed This often has to do with a failed insta ...Show All
Visual Basic Help on how to use crystal reports on vb2005 project?
Can someone help me on how to insert crystal reports component or how to use it in a vb2005 project Dominic Begginer programmer You can start with these help topics: http://msdn2.microsoft.com/en-us/library/ms225242(en-US,VS.80).aspx and http://msdn2.microsoft.com/en-us/library/ms227881 Best regards, ...Show All
.NET Development URGENT :: XML DeleteNode help needed!!!!!!
Hi Guys, I have an xmlfile <data> <website name="abc" url=" www.abc.com " enable="Yes"> <website name="abc1" url=" www.abc1.com " enable="Yes"> </data> I want to write code using System .XML namespace to delete node name="abc". Please help.. I will highly appreciate your help... Thanks Here is my C# code... Although I am getting an error.. & ...Show All
Smart Device Development stream in vs 2005
Hi, I write a program for pocket pc 2003 in vs8 beta 2. I am using cout,cin,cerr...etc.And i compile without the error. But i can't see anything in the emulator of pocket pc 2003 in vs 2005 Can you explain to me Does vs8 really support stream for pocket pc PocketConsole works for me on WM2003SE. BTW, it is not a CMD shell program. It just displays the output directed to stdout and reads stdin in a cmd like window when a console program is ...Show All
.NET Development Syntax error in UPDATE statement
Syntax error in UPDATE statement Hi I have a project managing user accounts, After the user entered his details a password is generated and updated to his record. Whole project worked perfect except when it comes to updating a record. Pasted below is thesection which is giving me troubel. The same SQL statement was pasted run from Access and updated the row perfectly. and when run from ASP.net [UPDATE Users SET Password = '63780' WHERE ...Show All
Visual Studio Express Editions Existing Oracle Program Prevents VBExpress Being Installed in Windows XP Pro that is in NT 4 Network
Hi all, Our Microsoft NT 4 Network has Oracle program for all the Windows XP Pro PC terminals to use. We did not have the VBExpress Beta version installed before. Recently our Computer Administrator tried to install the Visual Basic Express Edition that is downloaded from Microsoft Website to my Windows XP Pro PC terminal without luck, because the Oracle program is in our LAN Network and prevents the installation of the VBExpress. Please help ...Show All
Windows Forms Need a good example to apply transform programmatically
I'm looking for a good example on how to apply a transform programmatically. I have read a lot of the documentation on how to do this I just can't seem to get it right. I can open and close the database but when I try to apply the transform I get an invalid handle error. Any help would be appreciated Here is my code Module MSITransform Pri ...Show All
Visual C++ lag?
hello, ive been having wierd problems with my express version of VC++. i experience lag when i type. such as when im just working on apps, and ill compile, to see if there are any errors so i can move on. but after a few of these compiles the software becomes laggy. ill type but it wont show up. the program acts as if the text is there, but it doesnt show on the screen. any help on this issue would be greatly appreciated, because this ...Show All
SQL Server OLE DB Error in SSIS
Hi All, We are using IBM iseries OLE DB provider and once we make a source connection using the same we get an error saying that the "Default Code Page" property is not defined and a default code page will be used. Any ideas Thanks Manish Thanks Jamie. Tried it out but it also does not seem to work, though there are no validation warnings, the job runs and give a Pipeline PrimeOutput Er ...Show All
SQL Server backwards compatibility of the MDF file 2000 and 2005
I'm looking for information on if the SQL Database files are compatable between SQL 2000 and SQL 2005. I know I can take a mdf from SQL 2000 and attach it to a SQL Server 2005 server and everyting works. So the real quesiton is : Can I take a SQL Server database that started in SQL 2000, attach it to SQL Server 2005 and work with it, (including schema changes) and then attach it to a SQL Server 2000 server . In the above scenario I'm k ...Show All
Visual Basic Screensavers in forms..
Hi everyone, I want to know how to show screensavers in a windows form & also want to change the the windows color schemes and themes from my application.Please help me I need this (quickly) for my academic project. ...Show All
Smart Device Development Where to Post Non-Visual Studio 2005 questions regarding device programming?
This forum is primarily monitored by people from the Visual Studio for Devices Team, The Compact Framework team and some members of the Windows Mobile Team. Some of the Questions are more relevant to core OS , Compilers , Active Sync or General Development questions not relating to VS 2005. To ensure your questions gets looked at by the right set of the people, I determined the newsgroups the Other Product Teams monitor frequently and that ...Show All
Visual Studio crystal works on dev box but not of webserver
Hello, I'm using VS 2005 pro and am having trouble with crystal reports. The reports work fine on my devolopment box but do not work on the web server. In fact, Since I uploaded the page with the crystal on it the site now errors out with the error message below. Please advise how to fix this problem. Thanks Description: An error occurred during the processing of a configuration file required to service this request. Please review the spec ...Show All
SQL Server Data Validation
Being relatively new to SSIS, I'm looking for advice, or a best practice, regarding data validation before extracting the data for a transformation. One of my project's require that certain data be validated in staging tables before it is loaded. The validations include checking for null values, verifying that a field is populated with apropriate values etc... The entire batch of data (good records and bad records) may be rejected depending o ...Show All
Visual Studio 2008 (Pre-release) {"More than one runtime service exists of type \"System.Workflow.ComponentModel.Compiler.ITypeProvider\"."}
Tom, When executing CreateWorkflow for xoml only workflow (after preloading 2 workflow dlls with the typeprovider prior to StartRuntime), I am getting the following error: {"More than one runtime service exists of type \"System.Workflow.ComponentModel.Compiler.ITypeProvider\"."} Is there a way to call CreateWorkflow method and specify which dll assembly will be used (assuming you have more than one loaded with the WorkflowRuntime) for t ...Show All
