Humblepatience's Q&A profile
Visual Studio Team System creating project error
hi anybody can help i have this error , any helpful information 006-11-05 17:57:10Z | Module: Work Item Tracking | Thread: 5 | Uploading work item type from file 'C:\Documents and Settings\MNoor\Local Settings\Temp\TPW_tmp48.tmp\WorkItem Tracking\TypeDefinitions\Task.xml'... 2006-11-05 17:57:12Z | Module: Work Item Tracking | Thread: 5 | Uploaded WorkItemType definition from C:\Documents and Settings\MNoor\Local Settings\Temp\TPW_tmp48.tmp\WorkItem Tracking\TypeDefinitions\Task.xml 2006-11-05 17:57:12Z | Module: Work Item Tracking | Thread: 5 | Uploading work item type from file 'C:\Documents and Settings\MNoor\Local Settings\Temp\TPW_tmp48.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml'... 2006-11-05 17:57:15Z | Module: Work Item Tracking ...Show All
Game Technologies: DirectX, XNA, XACT, etc. First XNA project & a question regarding pink outlining
I am creating a old-style RPG with added bells and whistles and it uses XNA. I threw a character in the game and he has a pink outline around him which is actually what I use for the transparent color. Do I need to do anything in code to remove this I thought I did something similar in Direct3D before when I was first creating the texture. Since GSE does it all for me, I'm getting an unwanted result. Screenshot: http://lh5.google.com/image/philvaira/RZ2EQXve37I/AAAAAAAAAAs/rx381x00kQA/Nral_Alpha_Screenshot_1.PNG.jpg imgmax=800 At any rate, this is my first project using XNA. I have a local team and we are finally putting it into production as commercial-based PC game. Using XNA has really boosted our productivity. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA framework for non C#
One of the great advantages of the .NET framework is that developers can work on the same project in different programming languages. As I'm reading about XNA, it seems that this will not be possible with the XNA framework. Will the only programming language that has access to the XNA framework be C# Michael Klucher - MSFT wrote: That's correct the XNA Framework is for Managed Code Development and runs on the Common Language Runtime which prevents a programmer from using unmanaged languages (C++) from using the XNA Framework. Managed C++, now called C++/CLI is something that could work with the XNA Framework. When you say C++/CLI, you mean the pure CLR mode Will C++/CLI mixing managed and native code work with XNA or not ...Show All
Visual Basic Compile
Is there a way to compile my aplication so that it does not need the .net framework The correct version is installed on your development machine - its version 2.0 of the .net framework. Publish your application and set the .net 2.0 requirement which will install the framework if it isnt already installed when you install your application. ...Show All
Visual Studio Modify a key in web.config using XML.ModifyFile (Microsoft.Sdc.Tasks)
Hello Using the XML.ModifyFile (from Microsoft.Sdc.Taks) to modify an attribute works fine, but how can I modify a key in the web.config file Under /configuration/appSettings in web.configI have the following key: < add key =" myKey " value ="ValueToBeChanged " /> <ModifyFile Path="web.xml" XPath="/configuration/appSettings" AttributeName="myKey" NewValue="MODIFIED" Force="true"> </ModifyFile> Do I have to use a special XPATH syntax to specify the key here I am not sure what the different attributes in the ModifyFile task do, but here are somethings that might help you out ...Show All
.NET Development dataset in web service
Hi All, I have a timer in a web service's global.asax Application_Start event. On timer elasped i have a dataset generated and stored in a Application("xxx") session. I am able to get this working, however when there are changes in the database, the new session is not created Can someone shed some light Thanks Michael Friend WithEvents TimerRL As System.Timers.Timer Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs) Application("TickL") = "0" TimerRL.Start() End Sub Private Sub TimerRetrieveLearn_Elapsed(ByVal sender As System.Object, ByVal e As System.Timers.ElapsedEventArgs) Handles TimerRetrieveLearn.Elapsed Dim ds As New DataSet 'just trying to be certain that the dataset ...Show All
Software Development for Windows Vista WMI Win32_NetworkAdapterConfiguration EnableStatic call fails with error 0x80070005
Here is the code I am using: strComputer = "." Set objWMIService = GetObject( "winmgmts:\\" & strComputer & "\root\cimv2" ) Set colNetAdapters = objWMIService.ExecQuery ( "Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE" ) strIPAddress = Array ( "192.168.0.1" ) strSubnetMask = Array ( "255.255.255.0" ) For Each objNetAdapter in colNetAdapters WScript.Echo objNetAdapter.Caption If Left (objNetAdapter.Description, 15) = "Realtek RTL8150" Then errEnable = objNetAdapter.EnableStatic(strIPAddress, strSubnetMask) If errEnable = 0 Then WScript.Echo "The IP address has been changed." ...Show All
Visual Studio Tools for Office VSTO 2.0 Excel Project Recurring Compile Error
I have three Excel VSTO 2.0 projects in a single solution. When I build, I keep getting the following error in one of them: C:\Program Files\MSBuild\Microsoft.VisualStudio.OfficeTools.targets(96,9): error : The build process failed because all the worksheets in the workbook you are using in this solution are protected. Turn off the protection of at least one worksheet and then build again. The message returned is: Failed to add the customization. The other projects are essentially identical and never have this problem. I have cleaned out the projects, compared the .csproj files in notepad, nothing is different or out of place. The other worksheets in the other projects are protected in exactly the same manner. Further, when I unprote ...Show All
Windows Forms Databound ComboBox Showing Value
I have a combobox bound to data as follows Company Name (Display Member) ------- CompanyID (Value Member) Company1 ------------ 1 Company2 ------------ 2 Company3 ------------ 3 The Selected Value is bound to the CompanyID in a data list, so that when I select a record whose CompanyID is say 2, then 'Company2' should show up in the ComboBox; however, '2' shows up in the ComboBox. The wierd thing is, if i manually change the values in the ComboBox, then switch through the data, the names start showing up correctly (rather than the CompanyID values). Any ideas ...Show All
SQL Server Documentation Tools for SSB?
Does anyone know if there are automated documentation tools around that will produce docs for Service Broker objects Thanks, AndrewM There is no tool for documentation, but there is one for retrieving a more formal specification (Called service listing). It's called Service Listings Manager and Remus has contributed that to the code gallery. You might want to use that as a starting point to build a doc generator. ...Show All
SQL Server The attempt to add a row to the Data Flow task buffer failed
Hi, I am trying to transfer the data from flat file to sql server.When I am running the package on local server(network server) it works fine.But when I use it to transfer the data to online server it starts and shows 2771 rows transfered and remains on that only, dosent stop or give a error. When i stop the execution I get the following errors: [DTS.Pipeline] Error: The pipeline received a request to cancel and is shutting down. [Loose Diamond File [1]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020. [DTS.Pipeline] Error: The PrimeOutput method on component "Loose Diamond File" (1) returned error code 0xC02020C4. The component returned a failure code whe ...Show All
SQL Server RecordSet into a DataFlow Task
In the control flow I have an "Execute SQL Task" that executes a stored procedure. The stored procedure returns a result set of about 2000 rows of data into a package variable that has been typed as Object to contain the data. What I have not been able to figure out is how to access the rows of data (in the package variable) from within a data flow task. There does not seem to be a data flow source task to perform that operation. What am I missing that would make this easy ...cordell... Cordell Swannack wrote: Helpful suggestions.... While you can use the OLE DB Source adapater inside of the Data Flow task...I am executing a stored procedure that returns back a large result ...Show All
.NET Development System.UnauthorizedAccessException when creating registry keys - Please help
Hi, I am trying to write into the registry from my application and I get the below exception: System.UnauthorizedAccessException was unhandled Message="Cannot write to the registry key." Source="mscorlib" StackTrace: at System.ThrowHelper.ThrowUnauthorizedAccessException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity) at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey) at ReadFileNames.Form1.Form1_Load(Object sender, EventArgs e) in D:\Bancassurance\OFX Specs\OFX2.1.1\ReadFileNames\Form1.cs:line 35 at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms. ...Show All
Visual Studio Express Editions Verify sending an email
is there a way to verify an email was succesfully sent from vb I have got it to send without any problems, but I would like to know if it was sent without any problems. This is what I have got sofar Dim Email As New System.Net.Mail.MailMessage( My .Settings.user, My .Settings.email1) Email.Subject = "Test Subject" Email.Body = My .Settings.mymessage Dim mailClient As New System.Net.Mail.SmtpClient() Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential( My .Settings.user, My .Settings.identifier.ToString) mailClient.Host = My .Settings.email3.ToString mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo mailClient.Send(Emai ...Show All
SQL Server SQL Server 2005 schema
A database was created in SQL 2000. We are going to move to sql 2005. So I attached a database to SQL 2005 and now I have a problem with name resolution. When I worked with SQL 2000 I did not put my schema's name before table name (select * from table1). The schema's name is my user name (IQA) and by default the schema name is a name of user who loged in. (in 2000) Here is a problem with SQL 2005. The schema's name is still IQA. But I need to do select * from IQA.table1. I created IQA login and IQA user is an onwer my IQA schema but I still can not do a select without schema name. I need to resolve this because VB.Net code has all select statement without schema's name. Need help!!! Apparently ...Show All
