flash.tato's Q&A profile
SQL Server Another Mysterious issue in SQL 2005 & SSIS
Explain this: Package runs successfully from BIDS It runs successfully in SSIS store It runs successfully when I manually execute the Job JOB FAILS EVERY FREAKING NIGHT I just dont get it ( I used to think myself as a moderately intelligent guy but MS has really made me feel like a complete dumbass whenever I try to start using their new products - talking about that the Vista RC2 installation just hanged on me the other night with no apparent reason ) 2 jobs and both have issues running automatically: 1st - runs on BIDS, runs on SSIS, runs as Manual job, Automatic Jobs fail 2nd - runs on BIDS, runs on SSIS - jobs (manual and automatic) always fail And in do not have that DTEXEC installed on that machine to troubleshoot it according ...Show All
Visual C# Represent string as a object
Hello, How can I represent a string as an object "String" is not working, because it always returns a string(value type). I have sucessfully implemented it by creating a "Text" class with a string property, but I was wondering if there isnt any other way to do it, using existing classes. Thanks. No... I already have set the value. I want to get the reference of a String object, not just the value. GetValue returns me a value-type(the string itself), not the String object. With another classes(as my Text), it correctly returns a reference to the object. Any idea to get the String reference I tried a cast, but didnt work... ...Show All
Visual C++ any documentation for coding a compiler
I have a friend who is doing a school project: coding/implementing a comipler for C or C++ Where can he find some documentation pls Thanks. First of all, go to ansi.com and buy the C++ standard document. That's a nice thing to have, regardless of how advanced the compiler should be. Second, read up on "compiler compilers", such as Yacc ( http://en.wikipedia.org/wiki/Yacc ). When you've done that, it's time to read up on code generation and binary formats. Note that this forum deals with the C++ language, as implemented by VC++ 2005. For general discussion on topics such as this, the C++ newsgroup at http://msdn.microsoft.com/newsgroups is a better fit. ...Show All
Commerce Server Tax Support in commerce server 2007
Hi Is there any tax calculation support in commce server 2007 Praba, There isn't any out-of-the-box functionality that I know of for calculating tax. This can either be handled by a third party tax service provider (IE: CyberSource), or you could write some custom code which keeps these tax calculations in-house. If you open up the total.pcf, you'll notice a pipeline stage labeled "Tax". There are currently two pipeline components present, DefaultTaxCy and RequiredTaxCy. You can find the documentation for these on MSDN for a really good explanation, but the easy way of looking at it is that DefaultTaxCy creates entries in your OrderForm object called _cy_tax_total and _cy_tax_included, RequiredTaxCy just asser ...Show All
Smart Device Development Bypass GPRS Connection in WM'05 Smarphone/Pocket PC
Hi to all. I'm developing a solution that needs GPRS connectivity by two APN (Access Point Name). One is defined as WAP with an HTTP proxy and the other one an Internet without proxy. The device is a Smatphone (HTC Startrek - QTek 8500) and its configuration is: Start > Settings > Connections > GPRS > Amena GPRS Connect to: The Internet Access point: internet User Name: xxxxx Password: xxxx DNS fist: 0.0.0.0 DNS second: 0.0.0.0 IP Address: "blank" Start > Settings > Connections > GPRS > Amena WAP Connect to: The Internet Access point: amenawap User Name: xxxxx Password: xxxx DNS fist: 0.0.0.0 DNS second: 0.0.0.0 IP Address: "blank" Start > Settings > ...Show All
SQL Server Insall SSMS from 64 bit media on 32 bit workstation
I'm having no success install SSMS on a 32 bit workstation from 64 bit media. I'm aware from researching that the SSMS is 32 bit, in fact I see it run as a 32 bit app on the server. However, when i try and install from the 64 bit CD or DVD I get errors such as not a valid Win32 application, or when i tre random msi's guessing as to which is ssms I get "This installation package is not supported by this processor type. Contact yoru product vendor." I run a Pent D 2.8 on 32 bit XP Any assisstance on how to install SSMS on a 32 bit workstation from the 64 bit media would be greatly appreciated. YOu will have to get a 32bit media from your vendor. Medias can be ordered spearately (as it w ...Show All
Smart Device Development What is a aood reference Smartphone to develop for?
What is a aood reference Smartphone to develop for Requirements: I should be able to deploy native C++ code easily (ActiveX) 200mhz ++ Windows Mobile 5.x Prefered: 320x240 screen resolution Keyboard Thank you for any suggestions ! ...Show All
Visual Studio Team System Add to Source Control durring build
Is there a way to add elements to Source Control during the build I've looked around w/o much luck. Thanks a million! BJHop Use the Exec command to run the TFS command line utility 'tf'. You probably need the 'add' command. Here's the MSDN reference to it: http://msdn2.microsoft.com/en-us/library/f9yw4ea0(VS.80).aspx ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to import a 3d Model in XNA framework?
Can anyone explain me howto import a 3d model in an XNA project In which format I have to export my model from 3ds max 7 I created a .X to .SWM converter. x2swm - http://astaroth.beatbuggy.net:8080/Downloads/x2swm.zip It's not properly tested, so let me know if it works ok. ...Show All
Visual C# #defines in C#
does C# have an equivalent to a C #defines - ie one with a value not just a presence. I know I shouldn't need one but it for the decorations and documentation text I want it, not the C# code tks phild I’m afraid not... the #define support that exists in C# is limited compared to that in C/C++ and does not support replacement but does do conditional compilation. Take a look at this article for more information. ...Show All
Windows Live Developer Forums Help on MSNSearchCSharp2005Sample!
When I test the MSNSearchCSharp2005Sample, I set the CultureInfo to “zh-TW ”, But I was puzzled with the results. There are too many English, Japan, and France results, while only one or two Chinese results . But When I use msn.com to search the same keyword with Chinese culture, the results is much better. Do you happen on this trouble like me ...Show All
Visual Studio VSS2005 History issues - 2 Issues
1) We are experiencing the issue described in the following post. SourceSafe will crash if the history report is run with differences. Has this issue been resolved Is there a hotfix available http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=570187&SiteID=1 MSDN Forums Visual Studio Visual Studio Source Control and SourceSafe VSS 2005 Crashes When Creating History Report 2) We are also experiencing SourceSafe crashes when running multiple diffs from a history dialog. Each successive diff gets slower and slower until the application crashes. Is there a known issue with this, and is there a resolution NOTE: We are able to perform both operations in VSS6.0d without crashing on ...Show All
Smart Device Development font.drawtext(NULL,string,1,x,y,256)
I do not know how to use font.drawtext(*****). when i compile it, i get the error message: to the left of font must be class/struct/union. the follwing code is what i think has to be done, and none of the font.drawtext compile class ZL1800{}; struct LPI{}; union SCREENING{}; class ZL1800{}; struct LPI{}; union SCREENING{}; font.DrawText(NULL,messagechar,1,x,y,256); ZL1800; LPI; SCREENING; font.DrawText(NULL,messagechar,1,x,y,256); class zpoint1{ struct zpoint2{ union zpoint3{};};}; zpoint1.zpoint2.zpoint3.font.DrawText(NULL,messagechar,1,x,y,256); zpoint1.zpoint2.zpoint3 font.DrawText(NULL,messagechar,1,x,y,256); zpoint1; zpoint2; zpoint3; font.DrawText(NULL,mes ...Show All
Internet Explorer Development IE7 do not support all websites?
I have heard from lots of people saying that IE7 do not support some websites and thus if i installed IE7, i am not able to view the sites is it true ...Show All
SQL Server Table visibility not functioning correctly on Server, works fine in Visual Studio
I have a report problem. I'm using a parameter to dynamically control visibility for two tables. If the parameter is set to one value, I want to switch one of the tables to invisible, if the parameter is set to another, I want the other table to be invisible instead. This all works fine in Visual Studio. When I publish it to my report server, the visibility controls no longer function and both tables always display. Any ideas here I'm running 2005, SP2 CTP. Hi Robert, This looks to be a bug in the HTML renderer in pre-RS2005 SP2 versions of reporting services. I tried this with RTM version of RS and I could reproduce your problem. In the new SP2 version coming out soon, I found the issue to be fi ...Show All
