Careth Jefferson's Q&A profile
Visual Studio Team System Web Service Solution not building correctly
I cannot get my team builds that contain a Web Service Project to build correctly. To test this, I created a new Team Project (with all defaults) with a brand new Solution that contain a Web Service project (with all defaults). Then I created a Team Build (with all defaults). When I run the build, there are no errors - in fact it reports success, and it processes the solution, but my project never is built correc ...Show All
Visual Studio Why not tighter integration with things like MSBee????
As a huge fan of Visual Studio 2005 it has been very demoralizing lately to look at the passive adoption I know my employer will have because of the amount of risk associated with running parallel versions of the IDE. That combined with the obvious requirement to start upgrading our shared enterprise framework to start taking advantage of .NET 2.0 features and all of the regression testing associated with that has me feeling like this will ...Show All
Visual C++ .
. Rob: in the .NET world there is not a 1-1 mapping between assemblies and namespaces: in fact there is a many-many mapping. An assembly can contain many namespaces and a namespace can be spread over many assemblies. A good model here is the Base Class Library that ships with the CLR. You have mscorlib.dll - this is assembly that contains all the common types: System::Object, System::String, etc. Every other .NET ...Show All
Visual Studio Tools for Office Did not work :-(
Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All
Visual Basic Missing flash.ocx file
I am using windows 98 se, and for some reason I am now getting an error message "cannot find flash.ocx file" , can any help , where do I get a copy, what is it, it keeps going on and on, when the computer is left unattended . Its very annoying, any help is greatly appreciated. Using on a home computer. looks like your flash player install failed or got corrupted. The simpliest thing to do would be to try and ins ...Show All
Windows Forms GC problem in ShowDialog
Hi, in my application (that is indeed an add-in for VS.NET 2003) I observe a somewhat odd problem: all modal forms appear on the screen very slow. Performance counters say that the garbage collection occurs each time ShowDialog is called. Frequently, GC& ...Show All
SQL Server Sql Server Begin Transaccion-Commit Transaccion problem
Hi, i have this problem when i execute a job with a Begin Transaccion-Commit Transaccion sentence: "Executed as user: comfama\sqlservice. The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [SQLSTATE 42000] (Error 7391) [SQLSTATE 01000] (Error 7312) OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction returned 0x8004d00a]. [SQLSTATE 01000] ...Show All
Visual Studio Express Editions Help me with importing c++ dll functions.
Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address St ...Show All
Visual Studio VS 6.0 Enterprise + VS 2005 coexisting?
Hello - ( VS = Visual Studio, VSS = Visual SourceSafe) We currently have VS 6.0 Enterprise edition with VSS 6.0 installed on our developer's PCs. We would like to retain this for legacy development. Can we do one of the following : 1 - Install VS 2005 Professional Edition on the same XP Win PC such that both are able to execute independently. The VS 2005 Pro would use VSS 6.0 to manage code (via the "Tools, Optio ...Show All
Visual Studio solution level tasks
Hi, I haven't been able to find a way to hook tasks in at the solution level. I was hoping for something as easy as with projects (wh ere you just hook into the project file xml). What's the best way to accomplish this To be a bit more specific, there are things I want to happen before anything gets built and things I want to happen after everything gets built. All the examples I've hunted down seem to make modifications at the project level. ...Show All
Visual C# loading Image
Hi all, I need to load and send the image over the internet. What is the best way to do that. How can read the image as stream and create it in another application from the stream. Please give me an example. Bst regards... ...Show All
Visual Studio Express Editions How do you make an invisible OCX?
Hi, I'm using VB express and I cant seem to find a way of making my usercontrol invisible I can do it with VB6, its easy, But I want to make a control that doesn't have location and other visual properties, I've seen them but I cant make them. Am I missing something PS. Please dont post the obvious set visible to false, thats not what I want, lol, I want the ocx to only expose the methods and properties I set. Thanks. Sounds to me li ...Show All
Windows Forms "Column 'PatientNo' does not allow nulls." is an identity column
I am trying to add records to a table using a windows form created in vb with a dataset object. I have dragged and dropped the fields I want onto my form. A BindingNavigator is created and am trying to add a new record. I click the add button, fill out the necessary fields and attempt to update the record. I get the above error. The PatientNo field is a seeded identity field that is indexed in the table and therefore can not be null ...Show All
Visual C++ crypto++ compiler errors
Trying to switch to VC++ 2005, and here is the major problem I am facing: When compiling crypto++ v 5.2.1. http://www.eskimo.com/~weidai/cryptlib.html the following error message is reported (only in Debug mode - Release builds and runs just fine): c:\program files\microsoft visual studio 8\vc\include\xutility(292) : error C2664: 'bool CryptoPP::CodeLessThan::operator ()(const CryptoPP::HuffmanDecoder::code_t,const CryptoPP::HuffmanDecode ...Show All
SQL Server Problem creating SQL Server Mobile Subscription
Hi there When I try and create a subscription in SQL Server Mobile to a published SQL Server 2005 database, I get the following problem error during the data synchronization process: Failure to connect to SQL Server with provided connection information. SQL Server does not exist, access is denied because the IIS user is not a valid user on the SQL Server, or the password is incorrect. HRESULT 0x80004005 (29061) An ...Show All
