kleinma's Q&A profile
SQL Server SQL Server 2000
Where is a good place to go and read information on how SQL should interact with Windows SBS 2003 Sharepoint Services loaded on one machine and the SQL is loaded on the Windows Server 2003 Standard Edition machine. I seem to not be able to get them to talk to each other. Any help appreciated. ...Show All
Visual Studio Express Editions C++ Console applications exit immediately when run
A lot of users have been asking why their console application terminates immediately after running/debugging their program in the Visual C++ IDE. Users claim to see a quick flash of the console application and then it disappears. This is due to the fact that when your program is run, it creates a temporary console session to invoke your application. Without any code to explicitly keep the console open (i.e. requiring that the user enter in a value using cin >>), the console terminates immediately after the code completes. This is why you see a quick flash of your console application. There are a few things you can do to see the output of your program. Start your application without debugging (Ctrl+F5). When doing this, th ...Show All
Visual Studio Team System New Files added to Project OUtside of VS
I use CodeSmith and Nettiers to generated the Data Layer for our project. It generates a bunch of classes and the project file for me. So here are the steps I follow when generating code. 1. Check out the the projects and everything in them. 2. Close VS and generate the code. This does create new project files in the same location. 3. Open VS. It says the binding information does not agree, I choose the Solution Binding option on the nag screen. 4. Check everything in. The problem is, if there are new files in the project, Team System does not see these as new files in the project. I can't right click them and add them. It just doesn't do anything with them at all. The only thing I can do is manuall go and choose the file fr ...Show All
SQL Server Unable to Setup on Windows Vista
Hello, I cannot install SQL Server 2005 Express Edition on Windows Vista (Build 6000). I am logged on as the administrator. I tried to setup SP1 version, but it didn't work. Neither did after applying SP2 version. What can be the reason On the Problem Reports and Solutions panel it tells me to update to SP2. But it doesnt work. SQL Express RTM is not supported on Vista, but SP1 & higher are supported. Here's a FAQ with some related subjects: http://www.microsoft.com/sql/prodinfo/previousversions/faq-sql_on_vista.mspx Q. What release of SQL Server 2005 will run on Windows Vista A. SQL Server 2005 Express Edition with Service Pack 1 will run on Windows Vista b ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Release of XNA Game Studio Express
Could we have more information about the releashe time In witch time zone I will wait until midnight GMT -5. Should a go sleep before and wait until tomorow We'll be sending a email to everyone who signed up at the connect website as soon as it goes live. It will be sometime tomorrow (hopefully morning) I know everyone's really excited and we want to get it out to you. We are in the Pacific Time Zone here. ...Show All
SQL Server Still no idea about error 193!
Hi, I'm trying to install SQL Server 2005 and I receive the "error 193 installing .net framework 2.0" I believe your installation file was corrupted: Please check if the file is corrupted in SQL2005\redist\2.0\dotnetfx.exe ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Number of AudioEngine instances
this is a repost , though answers seem to be far and few between on the XACT forums, so I'm trying my luck here: XACT docs Heh :-) It seems to be too new a technology to have much written about it, particualarly around how the editing UI works. I figured out you can merge global settings just from noticing there are Import and Export options in the File menu! ...Show All
Windows Forms Dynamic Combobox - refresh list items on the fly
I have a main form where the user selects a customer from a drop down box. On this form is also a button that opens another form as a dialog that allows the user to enter a new customer. The user clicks "Save" on the new customer dialog and the customer is saved to the database and the main form becomes active again. I can't figure out how to update the combobox so that it displays this new customer in the list. The combobox is bound to a datasource. I know the code to create and save a new customer is working since the change is reflected in the database. The new customer also appears in the combobox BUT only after I close and run the application again. // if a new customer was added to the database/dataset refresh ...Show All
Commerce Server BizDesk: Internet Explorer cannot open the Internet site file://.....hta
Since we moved our customer's website to a new server the site now gives the following message when entering the editor for a catalog and categories in the bizdesk for a CS 2000 site: Internet Explorer cannot open the Internet site file://C:/..yada yada...com%2080.hta. Operation aborted. It's trying to access the HTA file which is right were it should be. The odd thing is that it only happens ONCE for each catalog. Meaning: We have 10 catalogs, if I open the first one it will error, if I then close the BizDesk and open it again it will NOT error on the first catalog ever again for me. However..the second one WILL error...once! ..and everybody else will get it once as well! And what's really odd..it seems that even after removin ...Show All
Community Chat WPF Developers Wanted
Mobiform Software is seeking .NET 3.0 developers to assist in the development of our Aurora XAML Design Products at our Florida office. This is not a telecommuting position. Please submit resume's to sales @ mobiform.com Regards, Mobiform Software www.mobiform.com ...Show All
Visual Studio Execute iexplore.exe under a program
Hi, I need to excute iexplore.exe under a program. For this I temptted to use "Exec" class. It's a C# project. I used following code: Exec execObj = new Exec(); execObj.ToolPath = "C:\\Program Files\\Internet Explorer"; execObj.Command = "iexplore.exe"; execObj.Execute(); But it didn't work. I got exception as it's not initialized. Can any one ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using XNA with Shockwave platform
We are looking into making an online mutliplayer game available over the browser. Is there anyway for XNA to plug into a Shockwave player Say for example, we have a game server that will be in XNA, and then it sends it over the wire to a Shockwave player. XNA is purely a display technology ... so you won't be building a game server in XNA. You can however build it in C# As far as plugging XNA into a shockwave player, not possible. I suppose if you wanted to assume that users would have all prerequisites installed (XNA, DX9c) you could look into using ClickOnce deployment ... but it would still more than likely require the user have to install something to use your service. ...Show All
Visual Studio Express Editions Looping through filenames
Hello, I developed an application that creates a webpage for the end user after they simply fill in some text fields (among other fields, too). This program is a piece of a much larger application. Once delivered to the customer, it will be their responsibility to maintain the webpages using this application. The webpages represent products that they will be selling. All that said, I need to be able to create a unique filename everytime a new prduct page is created. The format of the file name is such: AM_001_BEV_ProductFullName.htm AM = AMbient product 001 = unique Ambient product identifier. Say the files are saved in "c:\Product" directory. I currently have it so that I read all files in this directory tha ...Show All
Visual Studio Where I can found the Hierarchy Chart for .net 2.0?
Hi,everyone Where I can found the Class (namespace) Hierarchy Chart for .net 2.0 Just like the MFC Hierarchy Chart in MSDN2001 Is it available from microsoft or MSDN Can you give me a link Thank you very much!! Hello shanzy - my apologies for the late response to your question. I've been contacting several teams internally trying to determine whether this was ever created for .NET Framework 2.0, and I'm afraid the answer is that it wasn't. Unfortunately, there is no topic or chart that I can point you to. In the meantime, I am forwarding your post to someone on the .NET Framework team to see if there may be something we can do to remedy that. ...Show All
SQL Server Exporting to Excel Formatting
Hi! We have just moved to RS2005 from 2000. And I am now checking that all objects have been migrated correctly. One of the thing I have noticed is that when I export a report to Excel in RS2005, there are some "distortions" in the report generated, compared with what he have using 2000. One is that the collapsible cells are not placed properly, also some of the reports have missing column headers in them. I would like to ask if this problem can be solved programatically, or is this like an error during the migration process itself. Thanks in advance for your help. ...Show All
