gregu33701's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Milkshape Model Errors
Hey guys, first post here :D. Im have modelled a primitive looking gentleman for my first attempt at game programming using milkshape. I tried to enter the model into the first tutorial program but have met with the error "Error 1 Error normalizing vertex bone weights. BoneWeightCollection does not contain any weighting values. C:\Documents and Settings\Dave\My Documents\Visual Studio 2005\Projects\Game1\Game1\Content\Models\attempt1.fbx Game1" On every model I try to enter except for the one provided by the tutorial. myModel = content.Load< Model >( "content\\Models\\theigh" ); is the code im using to enter it. Does anyone know if there is an issue with milkshape or if its just someth ...Show All
Visual Studio 2008 (Pre-release) Async Sockets example within another class...
I'm trying to create a class that uses the Asynchronous Sockets Client example (http://msdn2.microsoft.com/en-us/library/bew39x2a.aspx). I'm pretty new to WPF so I'm not totally sure how to call the dispatcher from the receive callback method in order to update the UI. I'm able to do it while the code is in a WPF Window but not when I place it in a class and then create an instance of that class. One other thing I tried was have the class inherit system.windows.window and calling the dispatcher works that way, although when I close the application I still have the class instance hanging around basically as a hidden window. I guess I'd like to find out the best way to update the UI of a window when the thread calling the dispatcher is in a ...Show All
SQL Server SRS2000 - Same database structure, different table owner,qualifier
Hi, I am creating reports for an application, that when installed can have various different table owners/qualifiers depending on how client created the DB. How can I create standard reports across all the DB without hardcoding the tablenames qualifier/owner in the dataset query Again the table structure remain the same just the qualifiers may be different. Any help would be great. --DCB Queries can be Expressions, so you can use string concatenation to insert the correct qualifier/owner into the query. However, this assumes that you know or can determine the qualifier/owner and can retrieve it somehow, from a parameter, or using custom code. Ian ...Show All
SQL Server Removing a paramater gives an error
Removing a parameter on a Reporting services report based on a 2005 AS cube results in an error: [rsParameterReference] The Value expression for the query parameter ‘KalenderHierarchieJaarMaand’ refers to a non-existing report parameter ‘KalenderHierarchieJaarMaand’. On the dataset, the parameter still exists. The error still occors after removing the parameter overhere too. Steps to reproduce: Build a raport based on a cube. Make a parameter in the dataset. check if the parameter works. Save the report and remove the parameter via the menu: Report> Report parameters > select the parameter and choose [Remove]. go to the "Preview" tab. Has anyone found a work-around for this Thanks in advance, ...Show All
Visual C# how to write a function to read string (or byte)from right side
help me please... boban.s wrote: public static string ReverseStringWords( string input) { StringBuilder sb = new StringBuilder (input.Length); string [] words = input.Split( ' ' ); for ( int i = 0; i < words.Length - 1; i++) { sb.Insert(0, words); sb.Insert(0, ' ' ); } sb.Insert(0, words[words.Length - 1]); return sb.ToString(); } thanks I will try it and if it is working ... it will solve a big problem for me ...Show All
Microsoft ISV Community Center Forums Convert worksheet to DOC
Hi everyone, i working on a project for my workplace at the moment and I'm finding it very difficult to do a few things using vba, its the first time i am using it and so many things make no sense to me. So far i have been able to create a in excel a login with password system using a database of Access and this was hard enough to do. now my next problem is exporting a range from an excel sheet to a word documents, it is very important how the document will look like as it will be emailed to other companies for payments and time processing, so I'm trying to give it a look as professional as possible.(see picture below) http://i35.photobucket.com/albums/d187/moobz/untitled-1.jpg (this is the look i would like it to have.) To produce the pi ...Show All
SQL Server Virtual Memory best practices with SQL 2005?
After having my newly installed SQL 2005 instance lock-out all connections due to an Out of Memory error during a data transformation, I decided to start looking into memory config options. (Please consider I'm primarily a SQL developer who was selected as the DBA and therefore has to manage a Windows 2003 server as well.) In my case, the SQL memory settings looked fine but Windows 2003 Server had a fixed maximum on virtual memory of 2Gig on the system partition, and no virtual memory space on the data partition. I changed it to system managed for both partitions, and it seems to be working ok now when I pull over large datasets. It still begs the question, for SQL 2005 what are the best Windows2003 memory setting (not SQL memory settin ...Show All
SQL Server Trying to access SQL SERVER 2005 with Access 2003
I am trying to connect through ODBC connectivity, but it will not allow me to do so. I have investigated this matter. It leads me back to the server, because as I was configuring my client side database. It kept asking for the DSN(datasource name), but I was unable to choose one because there wasn't one to choose. Which is my current dilemma, How can I do this and have it available to choose from the server to satisfy the Access database I went to the domain where the software resides but I don't know what steps to take I also found an interesting piece on microsoft about Kerberos, but I can't follow along according to the instructions it has. I have Access 2003 & SQL SERVER 2005, HELP...! Basically, this is right off the ...Show All
Visual Studio 2008 (Pre-release) Is there any Panel that expands both sides automatically?
hi there, i'm wondering if there is any panel that expands horizontally & vertically (automatically), when i add items to it. I wanna add items where ever i click. if not, could anyone suggest what to do & how thanx regards, sris thanx for ur kind suggestion micheal that will be the only way if there is no such panel But if there is any possibility of automatic expansion it could be very easy for me to reduce the burden of resizing every time and even there might be any complications and faults while calculating.. could any one help plz.. ...Show All
Visual Studio Express Editions How Can I use Label Edit for List View Subitems?
I would like to use the LabelEdit on subitems as well, but I am unsure howe to do this. I did a search and found one topic but there were no responces. I'm sure there is a way, but I'm just a simple self tought hobbiest programmer. I'm hoping that this would be an easier approach than to Load a new Form and then replace the Listview1.FoucsedItem, which how I have been doing it. Can any one help me or point me to a site Thanks. Yeah you're right. Well my program is a CD Key Storage Program, I have a lite version on my web site, http://progranimation.com/Cd-Keys%20Express.exe If you would like to see what I mean. This is the code that I'm using to insert my informaion: Private Sub Insert(ByVal InsWhere As Integer) If Trim(tx_prog ...Show All
SQL Server Issue to install Reporting Services
I installed SQL Server 2005 Express with Reporting Service on Windows Server 2003 Standard on a server called psmart01. I type the URL of reporting services: http://psmart01/reportserver$SQLEXPRESS and I get only: psmart01/ReportServer$SQLExpress - / Microsoft SQL Server Reporting Services Version 9.00.2047.00 I have gone through the Troubleshoot a Reporting Services Installation Problem of MSDN but there is not such issue. I wonder if reporting service database is not created properly. When I restart the SQL Server Reporting Services I see in the eventvwr: Starting up database 'ReportServer$SQLExpressTempDB'. Why TempDB Can someone help I think you are seeing the Report Server v-dir listing, and your catalog is empt ...Show All
SQL Server SP2 SQL Server 2005 Error 29528
Hello, I am having problems installing the SP2 for SQL server 2005 on a W2000 Professional. It appears that the Database Services, Analysis Services, Reporting Services and Integration Services are not being updated. I would appreciate any help with this if anyone has seen or had experience with this issue. Thanks, the basic log file is listed below. SQL9_Hotfix_KB921896_sqlrun_sql.msp.log MSI (s) (68:1C) [11:12:10:812]: Invoking remote custom action. DLL: C:\WINNT\Installer\MSI867.tmp, Entrypoint: Do_sqlFileRename <Func Name='LaunchFunction'> Function=Do_sqlFileRename <Func Name='GetCAContext'> <EndFunc Name='GetCAContext' Return='T' GetLastError='203'> Doing Action: Do_sqlFileRename PerfTime S ...Show All
SQL Server 2Gb Access Database became nearly 4Gb migrated to SQL Server Express - why?
I have just installed SQL Server Express 2005 to get around the 2Gb database size limits under Access 2003. My simple 2Gb Access database (simple meaning only 10 tables with 2-10 fields each, vast majority of the data in one of them and mainly Long Integers) became nearly 4Gb when migrated using SSMA - not great when the SQL Server Express database limit is 4Gb. Shrinking makes no difference. Can anyone suggest why in general a SQL Server Express database would be nearly twice the size as its Access equivalent. Are there some useful tricks or techniques to reduce the apparently massive overhead hi, inspect your "string" based columns to see how many of them are now nvarchar (National chars, DBCS, w ...Show All
Visual C# What is Reflection ?
This is not a coding question, but I want to know what exactly reflection is. If someone can give a code sample the way to do same thing with and without Reflection. Thanks, Harsimrat Another common use of Reflection is to get embedded resources from the assembly, such as an Icon. eg: System.Reflection. Assembly assembly = System.Reflection. Assembly .GetExecutingAssembly(); System.IO. Stream stream = assembly.GetManifestResourceStream( "WindowsApplication1.MyIcon.ico" ); Icon i = new Icon (stream); ...Show All
SQL Server Wat's the effective way to improve performance in table using indexing?
Hi guys , assuming there's a table called 'transactions' which contains more than 1 million records and normally will retrieve the records for monthly/yearly summary report. There are 5 fields within the 'transaction' table which are : - transaction_ID (PRIMARY) - transaction_Name - transaction_Date - transaction_Amount - transaction_reference Right now I would like to add indexing feature and I was wondering which use I take it as index for the effective way. Normally those summary report will sort by date. Is it take transaction_Date as non-cluster index n transaction_ID as unique cluster index. Hope able to get any assistance here. Thx a lot. Best Regards, Hans I see. Wh ...Show All
