ks2006's Q&A profile
SQL Server Bulk Insert with another outstanding result set should be run with XACT_ABORT on
All, I have an SSIS package which calls several other SSIS packages. The "mother" package has TrasactionOption set to "Supported". There is a sequence container and an imbedded Execute Package Task for each of my embedded packages. Each of the sequence containers has TransactionOption = Required. DTC is running. When I run my mother package I get the following error within the first package executed "Bulk Insert with another outstanding result set should be run with XACT_ABORT on." I've looked high and low for others with this problem, but haven't found any resolution. Can anyone tell me how to resolve this error I have tried using BEGIN TRANSACTION instead of using Required and I turn on XACT_ABORT, bu ...Show All
Visual Basic how do you custom a message box?
Hi All! Is there a way to custom a message box Change the font, font coloring, background color of box. Stuff like that. Thanks! Rudy ...Show All
Visual Studio Team System TF30063: You are not authorized to access <servername>
Every few days one of our team members receives this error when attempting to check files out of version control. I have seen other postings related to this error, but it seems that it occurs when using proxies or other configurations. These solutions do not apply to use because we are using the single deployment model for TFS. At present time our workaround is to have the developer reboot their workstation. Is anyone aware of the root cause of this problem and how to solve it Thanks Mario. I have been unable to reproduce this to help identify the problem, but I will be sure to post again if it happens. ...Show All
Smart Device Development GPRS Configurations not working
My mobile phone service provider (Celtel Zambia- http://www.zm.celtel.com/en/index.html ) has just started providing MMS, WAP and Internet services. Unfortunately they can't configure my I-mate JAMin to access their GPRS services and the configurations they provided are not working. Does anyone know why i can't access the internet or send/receive MMS with the following configurations or is there someone with the know how of coming up with a cab file Internet Settings: Account Name = Celtel Internet Home page = http://www.google.com IP address = 010.010.010.010 Username = none Password = none Port = 9201 APN = internet WAP Settings: Account name = Celtel WAP Home page = http://portal.zm.celtel.com I ...Show All
Visual Studio Express Editions Form Reappears !!!!
i have made a form for splash screen and one more form before which that splash screen appears...... when i run the project splash screen appears for 3 secs then the other form comes but again when i click some button or do something in that form for opening other form the splash screen appears for 3 secs how can i restrict it to appear only once...... Hi m_umair_85, I have just made my own splash screen, all I did was drag and drop a timer onto my splash screen set the time to 3000, I then double clicked the timer (timer1 by default) to get the code behind then entered this code between the braces: Form2 frm = new Form2(); timer1.Stop(); frm.ShowDialog(); this.Hide(); Works well for me. Scott ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Why XNA requires C# Express, not the Studio version?
I'm new to XNA and I'm using VS2005. I just want to use XNA with VS2005 but it requires C# Express to be installed. That's a waste of disk space if I must install another version on my PC. I have two questions: Can I use XNA with VS2005 And if there is no other way, if I must install C# Express on my PC, will any conflict happens with the Studio version Cast your vote to support other version of VS2005 here: https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=190037&SiteID=226 ...Show All
Visual Studio 2008 (Pre-release) UserNamePasswordValidator identity
We are currently trying to use the UserNamePasswordValidator to authenticate users of our WCF service against a database backend. In the virtual directory housing the WCF service we have configured anonymous access, along with a fixed account, (which has sufficient permission to the database). However I've noticed that when the Validate method of the UserNamePasswordValidator fires it is acting under the ASPNET identity, instead of the desired fixed identity that we have configured. (I've also noticed that the WCF service itself runs under the correct fixed identity, as expected). I understand that WCF was intentionally designed to be host agnostic, but is there a way for the UserNamePasswordValidator to run under the account specified in ...Show All
Visual Studio Express Editions Which .lib file is linked for the iostream.h ?
Okay, I set up my VC Express 2005 for the PSDK. Since then, the 'cout' object stopped working in my programs. This is the error I get : TimePass.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<char,struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_ $ 6DU $char_traits@D@std@@@std@@YAAAV $basic_ostream@DU $char_traits@D@std@@@0@AAV10@PBD@Z) referenced in function _wmain It says there is an unresolved external reference. So I want to link the library manually, which of course was supposed to belong to the d ...Show All
Visual Studio 2008 (Pre-release) XBAP, Webclient and the Current Credentials?
Hi everybody! I’m wondering if it is possible to supply the WebClient with the current windows user information I am trying to webclient my way to a page inside a web publication system that authenticates via the current windowsuser. Using the WebClient.UseDefaultCredentials = true does not work, i still get an exception which says that a request for a System.Security.Permissions.EnviromentPermission failed. Is it possible to do this witin an XBAP, or is this not available in the sandbox many thanks /Simon That approach requires that the user be using the XBAP application to perform the logon. It doesn't take into consideration that the user might have logged into the website through HTML via standard ...Show All
SQL Server Grouping data by x-axis labels
Hey guys, I have thousands of records in the data source(i.e. Cube), which includes datetime information. I want to aggregate and present the data on a bar chart on monthly basis. That means the interval between the dates should be one month. Assume that the dates value will be labeled on the x-axis of the bar chart. I tried to find out the solution for many days. I will really appreciate if anybody give me some idea. Sincerely, Amde Yes, that is correct. The assumption, group expression for year is also correct. Thank you for your cooperation. ...Show All
Windows Forms Property Page control
Can anyone tell me what kind of control is used in the Property Pages in Visual Studio 2005 (Its the same control you see when you select Tools --> Options --> Windows Forms Designer.) I would like to use a control like that for some data entry in my windows apps - is it a standard control (though I don't see anything like it in my standard toolbox) or do I need to download it somewhere Is it perhaps just a clever implementation of the listview control Please advise. Thanks, Shawn. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Games within a IE brower
Not real sure if this is a new thread or not, but is it possible to create a game (actually more of a simulation) using the XNA game studio that would run in a browser window Does not necessarily have to actually run from a online web server, just be browser based. Thanks Ok, maybe a better way to ask the question, is there a way to compile a game and have it sitting on one of the new U3 flash drives and execute from within the framework of the U3 operating system. My questions come about due to trying to determine a venue to create training simulations where nothing can be installed on the (gov) PC. So my development environment has to allow for one or the other, browser or the new U3; and at this time I'm not eve ...Show All
Visual Studio Tools for Office Excel 2003 XML Maps
Hi, I have written an XML Web Service (VS 2003) that functions properly to return XML queried from the Northwinds database (SQL 2000/SP3). When I try to add an XML Map to a new workbook using the Web Service the attempt fails with a cryptic error message "Cannot load the specified XML or schema source.". Can you tell me the correct syntax for this I have tried the following: http://localhost/XcelsiusWebService/XMLDataProvider.asmx/GetCustomers_New http://localhost/XcelsiusWebService/XMLDataProvider/GetCustomers_New http://localhost/XcelsiusWebService/XMLDataProvider.asmx GetCustomers_New Thanks. Dave Hi Dave Since you don't show us the code you're attemptin ...Show All
.NET Development Obtain dimension in byte of a record
Hello I'm trying to calculate the ipotethic dimension of a record. I'm using the object SqlConnection and the method GetSchema(<string>). I use as parameter this string "Columns" and I look at the dimension I relize that the data type DateTime has as dimension 3 (column DATETIME_PRECISION), why Is there some other method for obtain information about column and record dimension by the database metadata collection or I have to calculate manually dimension checking data type and the associated dimension I would like to obtain some other statistic from my database like table dimension, database dimension, keys and indexes fragmentation etc etc. Have I to use metadata collection Thanks for your attention and ...Show All
Software Development for Windows Vista Tracking query problem
I have problem with tracking query. The following code is producing error: SqlTrackingQuery sqlTrackingQuery = new SqlTrackingQuery("Initial Catalog=WorkflowTrackingStore;Data Source=ISW2K3\\SQLEXPRESS;Integrated Security=SSPI;"); SqlTrackingWorkflowInstance sqlTrackingWorkflowInstance; sqlTrackingQuery.TryGetWorkflow(WorkflowInstanceId, out sqlTrackingWorkflowInstance); foreach (UserTrackingRecord userTrackingRecord in sqlTrackingWorkflowInstance.UserEvents) { myLog.WriteEntry("User tracking record:" + userTrackingRecord.UserData.ToString(), EventLogEntryType.Information, 51111); ...Show All
