Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Visual C++
  • Microsoft ISV
  • SharePoint Products
  • Windows Forms
  • IE Development
  • Smart Devicet
  • Visual Basic
  • Visual Studio
  • Game Technologies
  • Audio and Video
  • .NET Development
  • Visual FoxPro
  • Visual C#

Software Development Network >> Kohl.Mike's Q&A profile

Kohl.Mike

Member List

jnquinn
JesseD70
Amde
JeffK_
LLiu
Kolf
MARCOSEDRALIN
guilhermecvm94558
LKharlamov
Antony1
JimBobJoe
SteveJB
Cesar Francisco
Srinivas Govada
gm64
paschott
nate-d-o-double-g
JRQ
Lawrex
mabxsi
Only Title

Kohl.Mike's Q&A profile

  • Visual Studio Team System "Invalid Symbol Data" when running CodeCoverage on build server

    Hi, I;ve enabled code coverage within a testrunconfig that my build server is using, however, I am seeing the following error when the build and test completes: The Code Coverage Analysis Service could not analyze the code coverage data for build Ammado.Services.Nightly_20060724.2 (Any CPU/Release). This is frequently caused by publishing different versions of the same binary to a particular build. Processing of code coverage data from run tfsservice@BUILD001 2006-07-24 10:38:08_Any CPU_Release caused the following exception to be thrown: Error when querying coverage data: Invalid symbol data My tests are running, and I would love to see the codecoverage results. I have no idea how to proceed, so would appreciate any feedback... Pete ...Show All

  • Audio and Video Development Network trasfered trailers!

    Todays plan was to put some images up on a web server and try to pull them into my "trailers" section. All went well! message.png appeared as expected...Tommorrow I hope to pull some video content...what format is ecommended for my video files WMV and if so what version of WMV should I encode to Haven't hit the forums in a while but just wanted to say that some amazing networked applications are coming to retail HD-DVD soon. What I saw today blew me away. Wish there was a way for us to test this stuff without aacs...it would really help at this point. ...Show All

  • SQL Server SQL2005 SSIS - won't allow text delimiters

    W2k3 server, SQL 2005. @@version = Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1) I'm trying to set up my first SSIS package to import a flat file to a database table. The connection manager will not allow a text qualifier. My data is comma delimited, with doublequotes around each field. If I enter " as the text qualifier, then I get the error "The preview sample contains embedded text qualifiers ("). The flat file parser does not support embedding text qualifiers in data. Parsing columns that contain data with text qualifiers will fail at run time." The data in Columns view shows as just one column rather than multiple columns. If I leave the text ...Show All

  • SQL Server Oracle parameters

    I am creating a report using a query where the data source is an Oracle 8i database. I'm selecting data that is between 2 dates: "Select * from table where mydate is between :startdate and :stopdate". To get all of the data I need to use :stopdate + 1 to add a day for oracle SSRS uses dateadd to get the date that oracle requires. SSRS does not like the (+1) and Oracle does not recognize the dateadd function. How do I solve this problem P.S. This is my first SSRS report. Robert, Thanks for your response. Options 1 & 2 are feasible since we can only 'read' from the Oracle database. ...Show All

  • Visual Basic How to access the clicked item?

    Hello, with wich variable can i access the clicked item in a MenuStrip I’ve tested it with MenuStrip1.ClickedItem but that doesn’t works. Please help me. Thanks. If you are looking for which "item" was clicked you need to use the individual item clicked event Private Sub ToolStripMenuItem1_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles ToolStripMenuItem1 . Click End Sub   The sender of the MenuStrip item clicked event is always the menustrip no matter the item clicked ...Show All

  • Internet Explorer Development Tuns of bugs in IE7, how to report?

    While attempting, and I do mean only attempting, to develop my application I keep getting "this old feature is now broken in IE7" Well here is a small list of what I can remember off the top of my head.. ----------------- $(id).onclick = 'alert(1);' <-- wont work until you forcefully update the DOM $(id).setAttribute('onclick', 'alert(1)'); <-- wont work until you forcefully update the DOM To update the DOM forcefully... $(id).parentNode.innerHTML += ''; After that innerHTML call, the onclick event assigned via properties will work. ----------------- Another problem, which I, ironically got while trying to post this message is a very big problem that is present when using google maps (or says so by g ...Show All

  • Visual C# Compiler Issue?

    In chapter 20.6.5 of the language spec it states that the following statement:- F (G < A, B >> 7); should be interpreted as a call to F with 2 arguments. ie 1st argument is G < A, 2nd argument is B >> 7 However when you compile such a statement you get the error error CS0019: Operator '>' cannot be applied to operands of type 'method group' and 'int' which implies the compiler is treating the call to F as 1 argument ie G<A,B> > 7 Below is a silly example proving the point:- public class DoATest<A> where A : class { class B { }; public void SomeTest() { // Line as in 20.6.5 of language spec // error CS0019: Operator '>' cannot be applied to operands of type 'method group' // and 'int' // ...Show All

  • .NET Development Where to store the users?

    Hi! I'm building a WinForms (c#) application that will communicate to an SQL server on the same local network. However, the SQL-server will not be part of the same domain as the users (or the users machines). So, I'm a bit unsure where it will be best to store my users 1 - Store them in the Active Directory that the SQL-server belongs to. I guess I can do some kind of authentication from the WinForms app to active directory, but is there some way of doing this without sending the username and password in clear text Guess I'll still have to create SQL-accounts for the users as well, as long as I do not impersonate the application as the windows account Impersonation also seems to need to send the username and password in clear text. 2 ...Show All

  • Windows Forms combobox

    hi guys, how do i add a datagrid to a combobox any sample code or links will be helpful . Thanx in advance. rawky Here is the answer: http://www.xmlfox.com/CSsamples.htm -L ...Show All

  • SQL Server The SQL Server service failed to start

    I have mentioned this problem before but it has not been resolved. I am installing MS SQL Server Express Advanced i.e. using SQLEXPR_ADV.EXE. During the initial checks, i get a warning about hardware requirements and I have read the posts about the install failing if the CPU does not support prefetching but I am running a P4 3.0GHz (twin core) CPU with 512MB RAM on Windows XP Pro SP2. The installation fails at SQL Server Database Services during "Configuring Microsoft SQL Server": "Starting SQL Service: MSSQL$SQLEXPRESS" If I click the Retry button, the system goes away and then comes back with the same message. If I click cancel, various roll-back actions are performed and the install fails Is this the d ...Show All

  • Visual Studio 2008 (Pre-release) Indigo Beta 2 uninstall faild, couldn't install July CTP

    I tried to update to the .NET 3.0 July CTP, but the setup faild because of Indigo setup's failure. Then I tried uninstall Indigo manually, and every times I run the setup, it fails by deleting the Microsoft Digital Identity Service. I have Win XP SP2 Pro (Hungarian) with all updates, and VS2005 Pro without SQL 2005 This is a possible solution... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=608732&SiteID=1 ...Show All

  • Architecture JobObjects and Permissions

    I am looking for a way to design an application that runs from a user account, possibly admin, possibly non admin, spawns group of processes, which in turn spawn more grandchild processes and at termination kills all processes including grandchild ones. Because there is no straight parent child grandchild relation in windows I found that it's best to use jobObjects for process grouping, unfortunately there seems to be troubles all the way from here. Firstly I tried creating the job object with user account (foo) and spawn suspended processes with (bar) limited account (CreateProcessWithLogonW) then add them to job object - access denied. Then I tried setting DACLS to NULL or "O:OWD:" or "O:OWD:(a;;ga;;ow)" or <insert more variations her ...Show All

  • Visual Studio Express Editions Datbase Search

    I am working with VB 2005 express to create an app that will connect to an Access DB. I have successfully been able to connect the DB to the app and can retrieve data as well. I would like to be able for the user to Input text in a textbox and click a button to perform the search. I am unsuccessful with coding the button to retrieve the records that fit the criteria. If have any solution please could you help me out. OK, I cant see this on my full version of VS2005 (I dont use express) so this maybe for the express editions. You should still be able to do the above, as long as it has the properties like DisplayMember and DataSource you should be ok You can delete/edit/update the data without any prob ...Show All

  • Architecture Architecting Application?

    Dear All, In my career, i am in a transitional stage - moving from developer to managerial position and prefer Technical Manager/Architect. To master Architecting, need to know the following: 1. Is there any certification/course to master Aplplication Architect, including UML and applying Design Patterns 2. Can i have some sample/actual copy of 'High Level Design' and Low Level Design Document for an Application/Solution 3. What is the difference between 'Technical Architect' and 'Solution Architect' Or, are they same Thanks in advance for the advise/help. Regards, ravi Books and links that may help: http://realworldsa.dotnetdevelopersjournal.com/net_20_patterns_architectur ...Show All

  • Internet Explorer Development IWebBrowser2::ToolBar property not working under IE7

    My web application installs a client-side control that uses the IWebBrowser2::ToolBar property to enable / disable the IE menu bar and toolbars. Under IE7 RC1 this works if my application is running in the _only_ IE7 tab; but if other tabs are open enabling / disabling toolbars has no effect. I can see why the tab bar isn't being hidden with more than one tab open, but not why other toolbars are not -- seems like they should be enabled / disabled as appropriate for the active tab (the IWebBrowser2::MenuBar property _does_ appear to work this way). Thoughts Suggestions for a workaround Thanks! Hi, Tony, Thanks for the response. Here is the scenario: a web application used widely in the title ins ...Show All

©2008 Software Development Network