galbox20's Q&A profile
Visual Studio Express Editions Structures, Arrays, Classes... what to use in my case? I'm confused :(
Greetings! I've advanced a whole LOT on my program now, I got the full client part done in just 3 days o_o... anyhow! as I'm converting my old PureBASIC app to C#, I really loved the way it would use "Structures" to hold "Array data". For example, in PB I could do... Structure Info User.s ; String Warnings.l ; Long integer EndStructure Dim UserInfo.Info(2000) And for accessing/writing I could do, for example: UserInfo(8)\User="John" Basically an array with multiple data types inside. Now I've been searching around the net and found a "dilemma" about classes vs structures... I don't care much if those are in the "heap" (something I don't even understand yet :P I'm self-taught) or o ...Show All
Commerce Server 3rd Party Payment
Hi I'm having trouble figuring out how to implement a 3rd party payment solution from within the starter site. Has anybody used a 3rd party to collect payment from within CS I'm trying to figure out whether I need to create a new payment pipeline, or whether the existing one can be modified. We are planning on using Protx, who provide an ASP.Net integration solution. I'm a newbie by the way, so that might explain why I can't find such a solution. Paul Hi Paul, You've got the right direction. Basically you'll need to write a pipeline component to iterate through the payments in the collection and make a call to the provider to authorize and/or capture payment. Cheers, Colin ...Show All
SQL Server CUBE FAILING/HANGING
Dear friends in my previous post i was told that analysis services 2005 does not suport "custom roll up" and hence misrcosoft had introduced 2 new functions "last non empty and first non empty" for semi additive measures. But whenever im trying to bring the semi additive measure in the browser window of my cube, the cube gets hung and i have to finally close it w/o getting any analysis....please help To clarify u can take the example of the measure "closing stock" where u want that across time dimesnion it should alwaz return the last member at the year,half year,quarter,month and day level while across other dimensions like product,customer etc it should be the normal aggregation. Not sure what post you ...Show All
Community Chat Simulated XP Project - Reminder.NET Windows App
Hello, I'm working on a simulated Extreme Programming project developing a windows application, which is a Reminder tool letting you know of various tasks you have to complete. You can get to the blog here, which I talk about it: http://dotnetslackers.com/community/blogs/extreme%5Fprogramming/ ; I put the release (and in the future the code) out on CodePlex, which you can download at: http://www.codeplex.com/Release/ProjectReleases.aspx ProjectName=ReminderNet&ReleaseId=696 If you are interested in taking part, I'm going to accept user requests that are entered into the issue tracking tool at http://www.codeplex.com/WorkItem/List.aspx ProjectName=ReminderNet Thanks. ...Show All
Visual Studio Team System BUG - Find and Replace in Files does not Focus the Match
Hi, using CTP6 - while researching on ideas to solve the problem described by Jamie ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=837191&SiteID=1 ) I was testing the Find and Replace in Files functionality since I have exactly the same type of project that Jamie has. I found that if the .sql files are already open, the find and replace does not change the focus / tab when it moves to the next file. It does find the match, but you are working "blind". If you close all files prior to exectuing the Find in Files, then it works correctly and opens each file into focus, highlighting the currently found match. Alle MS Connect Bug report - https://connect.microsoft.com/VisualStudio/feedback ...Show All
Software Development for Windows Vista Problem with rmtool.exe
Hi, I'm using rmtool.exe to test my applications compatibility with vista restart manager. Unfortunatly it doesn't work as expected: most of the time the application (Project1) is shut down but not restarted (only on some very rare cases it is restarted). According to rmtools output it should have been restarted. Any ideas what can cause this System: Vista RTM Ultimate (Language: DE) best regards, Ulrich here the output: c:\users\admin\downloads>RMTool.exe -p 676 -w 15 -R Waiting 15 seconds. Starting Session StartSession() returned 0 SUCCESS: StartSession() Session Key: c5881e295ce5af40bae9020480ef03c2q Registering file RegisterResources() returned 0 SUCCESS: Allocating RM_PROCESS_INFO array SUCCESS: GetAffectedApps() My PID: 4012, Aff ...Show All
Visual Studio Express Editions Regarding Database client supported by Express Edition
HEllo , Everyone , On my Desktop ,I have installed Express edition ( C# & Web Developer) with no Express edition of SQL-Server 2005 also dont have Sql- Server 2000 ,Instead I have Oracle 8i installed When I use any data control e.g. Datagrid for connection with data base it is showing only two data base client one - for access & other for sql server Can Any one please tell me how many clients are supported by Express version. Can I use Oracle 8i with Express Edition as Database. Please reply Thanks abh_pat Try installing the .NET Provider for Oracle . ...Show All
Visual Basic embeded information in a tif image
Writing a program to view tif images, as well as all the data in the tif image file. How can i retrieve the description embeded in the file I can see it in the image if I open it with adobe paint, but cant figure out how to pull it out with VB8. Any ideas Google for Bitmap.GetPropertyItem... ...Show All
Visual Basic VB. Net Form does not refresh
Hi, I have created a simple VB.NET application with one form and a few modules. When a user clicks on a run button of the form the application starts and goes through differet cycle, while updating the user on status bar, runs for less than four hours. The application works fine, it gives desired result. However, it is not able to refresh the user form, meaning status bar remains same after some time (it suppose to increment). Even when I take mouse on the form it shows timer symbole instead of default one. My application commands another device using GPIB. Basically, PC running my application commands the device. If I look the display of device it gives correct information. Please help me with this issue, Thank you, Shal ...Show All
SQL Server Performance problem: SSAS 2005 + ProClarity
Hi, I am facing a performance problem. Here is my scenario: I am using ProClarity to create reports/graphs by connecting to ssas 2005. These are not dynamic graphs but are created beforehand in proclarity and accessed by users. The graphs enable drill-down/drill-up features. My Cube contains: 1 MeasureGroup 4 Measures 7 calculated measures 4 dimensions ( 1 time dimension: date) dimension partition count: 1,095 4,018 8 453 4,018 (hierarchy) 11 (hierarchy) 7 (hierarchy) 5 hierarchies in time dimension 1 hierarchy in other dimension 1 partition, partition count: 33,574 (current) partition size : 708.4 kb storage: MOLAP Partition aggregations: 15 current performance gain: 51% This cube is processed manually and appx of ...Show All
Visual Studio Team System Unit testing woes...
We had something interesting happen to us that we have no idea how to fix and can't seem to find any documentation on as it was working just fine a week ago. Our build process is presently failing with following error on 116 unit test: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (510). About that HTTP 510 error there at the end, it's the status value we use to indicate that something has go wrong within our framework. In this case, we're saying that we were unable to find the content requested to serve, much like a 404. So we're not sure what the error means (Is that a web ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DBP Submission Problems?
Is anyone else having problems updating their submission to the DreamBuildPlay contest I was able to update the screen shot files, but after I uploaded a new source zip I noticed the time stamp/file size wasn't changed. So I tried to remove the file, and upload again. Now it shows no source zip has been uploaded. I've tried to re-upload quite a few times with no luck. I even tried different names to see if that was an issue. Any suggestions ...Show All
Visual Studio Express Editions turning a "textbox" into a "numberbox"
Okay, I bet this has probly been asked times before, and answered for that matter, and it's probly in the help files somewhere where I didn't check, but I just cannot find the answer. I am trying to use textboxes so that a user can input a number to use in a calculation. Unfortunately, a textbox cannot be converted to a decimal. Which leads me to my problem. Here's my coding (little snippets, anyway): Dim Vf, t, Vi, a As Decimal Dim d As Decimal If Dkn.Checked = True Then d = CDec (dval) If Tkn.Checked = True Then t = CDec (Tval) If Vikn.Checked = True Then Vi = CDec (Vival) If Vfkn.Checked = True Then Vf = CDec (Vfval) If Akn.Checked = True Then a = CDec (Aval) ...Show All
SQL Server trying to save package to sql server
When I try to save a package to sql server with the delpoyment manifest I got this error TITLE: Package Installation Wizard ------------------------------ Could not save the package "C:\copia\Package.dtsx" to SQL Server "ATLANTE". ------------------------------ ADDITIONAL INFORMATION: The SaveToSQLServer method has encountered OLE DB error code 0x80004005 (Client unable to establish connection). The SQL statement that was issued has failed. ------------------------------ The SaveToSQLServer method has encountered OLE DB error code 0x80004005 (Client unable to establish connection). The SQL statement that was issued has failed. ------------------------------ BUTTONS: OK ----------------------- ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Very confuse lost device
Hi guys, my name is Tim an I am a new user. Sorry that my English is not perfect(I come from Germany ;-)) I startet with programming managed Direct X (Summer Version) and use not the 2.0.0 assambly. The other, I don’t now the right version 1.x.x or so... If I start my application, change the window with [ALT][TAB] and try to remove to my fullscreen mode I get a exception. That is okay... But I don’t use an index oder vertex buffer. I see only a half rebuild window. My source is here: http://rapidshare.de/files/31964103/Dodger.rar.html It would be very cool, if somebody can help me. TIM :) Hi Pieter Germishuys , what du you mean by "deviceLost" Is it a bool var One qustion Im not sur ...Show All
