cherriesh's Q&A profile
SQL Server Data sources and deployment of packages
I notice that when deploying a package that uses data sources behind its connection managers, the deployed package has the connection string built within the package that gets deployed. From a previous post from Kirk - "What I'd suggest is that you create a Data source per machine and have all the connections reference it. You'll still need to create a connection manager in each package, but they will all reference the same data source. Moving t ...Show All
Visual Studio Team System Changes B2 to B3 for process xml
Hi, I am looking at the xml for the process definition and there seem to be a few changes from Beta 2 to Beta 3. One example is "MetaData.xml" and "MethodologyTemplate.xml" seems to be replaced by "ProcessTemplate.xml". Are these changes documented somewhere I really need that information... Also - can someone explain the number 1 in the "Guidelines for updating the form section" which is described in the Task work item definition ...Show All
Visual C# COM Reference
Fixed Can you do the properties on the reference that you added and see what is the pass to the dll, for me it is, and it looks to work fine: C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll And another thing are you sure that you have primary interop assemblies installed I think that in some installation configurations these assemblies are not installed. Just go to forlder C:\WINDOWS\assembly and see if you have ...Show All
.NET Development update SqlExpress dataTables fails
I seem not to be able to update any table in my database. Not through the dataTableAdapter 's Update command, nor through a sqlCommand Object (command .ExecuteNonQuery()), although recordsAffected returns > 0. Am I missing something Found the solution in the free downloadable book 'Build a program now' at the 'Registration Benifit Program' p154 (text in blue). In brief there are 2 copies of the database: ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Samples of human models?
Is there a web site where we can download samples of human models in X format for learning purposes I experimented with Tiny from the DirectX samples. It's a great sample but I was looking for something simpler ( ) such as the models used in "Rise of Nations". Thanks in advance for your help! You might want to look at places like www.3dcafe.com ...Show All
Smart Device Development Real Time audio recording
Hi, I've made a program using w32 API to record audio using eVC++ 4.0. Actually I need audio frames to be processed in real time and those frames must be 30ms long so I calculated the size of the buffer (dwBufferSize in WAVEHDR structures) to be that long (ie., at 8Khz,16bits,1channel, buffer size should be 480 bytes). I also use double-buffering and pick the ready buffers when my callback function is called with the WIM_DONE message. ...Show All
Software Development for Windows Vista Workflow startup event
Hi, I love the WWF, but I'm missing an essential part. For me each workflow starts with a startup event, for example an incomming mail, a button is clicked, a file is dropped in a folder, a webservice request, ... Each time the startup event for a certain workflow is triggered the engine should start an instance of that workflow. If I want to do this now I would have to provide the workflow startup engine myself while this is something that ...Show All
Windows Forms Problems inheriting a form with DataGridView on it.
Hi! I have a few problems with inheriting a form that has DataGridView on it. How to reproduce an error: - Create empty project - Add dataset and add one table to it - Create a new form called Form1 - Add DataGridView and BindingSource to it (set public access to both) - Link DataGridView's DataSource to your BindingSource - Create a new form called Form2 that inherits from Form1 - Add DataSet and DataAdapter from step 2 - Bind DataSource's D ...Show All
.NET Development Drawing lines
Is it possible to draw a line in a windows form in vc++ .net Or do i have to to type some code for it to appear im doing c++/cli, i cant seem to draw in the form, i select windows form application and yea, i just cant draw a line using a tool ...Show All
Visual Studio Express Editions Renaming Module1 causes 'Sub Main' was not found in Module1
I encountered this problem while going thru a very basic tutorial. IF I rename this module to anything other than Module1, a complier error appears immediately. Likewise, as soon as I rename it back to Module1 the error goes away and the code compiles and runs. Is this a bug or some rule I'm not aware of Module Module1 Sub Main() Console.WriteLine("Hello World")   ...Show All
Visual Studio Express Editions Choose Toolbox items, adding to toolbox, which dll?
This must be a simple question: I have created a classlibrary with some components. Now when I select 'Tools, Choose Toolbox items..' and select 'Browse' to find my library, should I use the dll in the 'bin' folder or the one in the 'obj' folder Also, I assume, I should use the 'Debug' version. Right Yep, select the one located in the Bin folder. If you're component is compiled as Debug, choose the Debug version, otherwise, cho ...Show All
.NET Development Problem updating child table i relational database
Hi folks, realy hope to get some help...I have a problem trying to update the child table in two relational tables (let say Orders 1 --- 00 OrderDetails). I'm getting the folowing error every time: " You cannot add or change a record because a related record is required in table 'datatable'" The fact is I have the desired record and records in the child table, but when I'm trying to add some more - this message shows up... ...Show All
Visual Studio There is no source code available for the current location
Hello together I have a small C++ .net application written in Visual Studio 2003, Version 7.1.3088. .Net Framework installed 1.1.4322 OS: Windows XP professional, updated automatically The program also includes an unmanaged classes for communication using winsock. The Receiver routine (onDataReceived) operates in a thread . The program works very fine but if I set a break point to the receiver methode the Error: "There is no source code av ...Show All
.NET Development Problems with events in .Net Remoting
I have a windows service thats hosts an .Net Remoting object. In this Object I have several Events. Some Events for the Client and some Events for the windows service. Now i have two problems with these events. Problem no 1: When I raise an event for the windows service on the client a procedure ist called on the windows service. On the end of this procedure the windows service raises an event with a staus information for the client. The clie ...Show All
Visual Studio Team System Reports is not gennereted
Hi All,, When i try to create a project in Visual Studio in dual server installation, using the MSF Agile Template, my reports is created correctly, i've just have to 'kick' the reportserver.. But if i try to create the site from SharePoint also using the TFS for MSF Agile Template, i get an error: The item '/Team Web Site/Builds' cannot be found. (rsItemNotFound) And nothing else happens It's Dual server insatllation.. The r ...Show All
