jrv1211's Q&A profile
Visual Studio Team System Cannot insert duplicate key in object 'dbo.tbl_tmp_security_identities'.
Every hour I get Event ID 3017 with an detailed error message of Violation of PRIMARY KEY constraint 'PK_tbl_tmp_security_identities'. Cannot insert duplicate key in object 'dbo.tbl_tmp_security_identities'. and 3058 with detailed message of: Detailed Message: TF50642: A problem occurred updating the Identity Administrators (with SID S-1-5-32-544) What is causing this Hi Joel, What version is this. There was a bug fi ...Show All
Windows Forms PocketVision fix...
While I still haven't figured out the problem that I <a href="http://www.windowsforms.com/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=6326">posted</a> in this forum, I have fixed another problem with the Pocket PC client. When youre in PocketVision in offline mode ...Show All
Software Development for Windows Vista The Future of DirectShow
Hi, I'm getting ready to start a new project using DirectShow that involves displaying text over the display of video files and live feed video, but I'm a bit concerned about the future of this technology. I have noticed that it has been removed from the DirectX SDK, and that Microsoft no longer recommend it's use. If this is the case, what does Microsoft recommend in it's place What is even more confusing is the location of this forum within th ...Show All
Software Development for Windows Vista TransactionScope: Error HRESULT E_FAIL has been returned from a call to a COM component
Hello, we are having a bit of a problem here. Three of us are running Unit tests daily. One of us have installed an English OS and the tests are running excellent. Two of us have Swedish OS and frequently run into this exception: Failed Test method UnitTest.CompanyTest.UpdateCompanyTest threw exception: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> Syste ...Show All
.NET Development CLR 2.0 XmlSerialization Bug possible....
I have been working extensively in the CLR 2.0 XmlSerialization namespace and the CodeDom namespace. I noticed that when using the default GeneratorOptions i.e. none. That most member fields generated follow a very nice pattern: < xsd:complexType name =" MobileTelcomNumberType "> < xsd:complexContent > < xsd:extension base =" TelcomNumberType "> < xsd:attribute name =" smsEnabled " type =" xsd:boolean " us ...Show All
Visual C++ Express Beta legal stuff
I just got Microsoft Visual C++ 2005 Express Beta and I was about to start with it when I saw this in a forum: the only reson you cant use vs c++ 2005 to release is because it is beta/free. If you go buy vs c++ 2003 you can release your mod no problems. Granted it will cost you close to $200 i think. So is there any problem with me using this to make a game mod and then do whatever I want with it and the source code Or do I need t ...Show All
Visual Basic Inherit from class with same namespace
Is there any way to inherit from a class that exists in a referenced project and has the same namespace as the base class For example, lets say I have a class with namespace MyApplication.Common in MyApplication.Base.dll. Is there any way to create a class that inherits from MyApplication.Common and has the same namespace in a project that references MyApplication.Base.dll I was hoping that partials might help me out, but the ...Show All
SQL Server Credentials in Data Sources are getting locked out of SQL
Weird one this.... Created a report. Set up a new datasource. Using credentials securely stored in server. Set up a local user on the SQL Server specifically to reference through this datasource. Go to reportserver, run the report, and it runs fine. Run it a couple more times, runs fine. Then, all of a sudden, it fails, with the error message The referenced account is currently locked out and may not be logged on to. (Exception from HRESULT: 0 ...Show All
SQL Server multiple connection to the same data base file: is it possible?
Hi, Please tell me if my query is suitable for this group or should I post this to the appropriate one. I am trying to find out if it is possible to create a new connection to an already opened database. I am using vb to create the user interface for my application. I have programmed in a connection to a database file, which will display the file in the main window of the app. Through another form, the user can key in certain criteria whic ...Show All
SQL Server HTTP Endpoint
Hi I am trying to expose an sp as http endpoint using the "Format"-Option in order to be able to process the response in .NET as a dataset. Reading the books online tells that the rowset_only option is to be used. the create endpoint looks as follows CREATE ENDPOINT PersonEndpoint STATE = STARTED AS HTTP ( PATH = '/Person' , AUTHENTICATION = ( INTEGRATED ), PORTS = ( CLEAR ), SITE = ...Show All
Visual Basic VB.NET 2005 RC - Datagrid issue
I have an application which uses a datagrid to display a property listing. The list will contain around a quarter of a million records so I need the user to have a simple way to search. I have built a search routine which allows the user to type some text in to a toolstrip bar and then performs a search through the dataset. The issue I have is when the routine finds a match, I need it to highlight the row on the datagrid. ...Show All
Visual Studio More Logon Failed exceptions
Good Morning, I have been monkeying about with the CR.Net stuff, and in a normal winform client can load a report that talks to an Access database via a DSN connection. However, that same report with virtually the same code will NOT load in a web application. It constantly gives me the logon failed exception: [LogOnException: Logon failed.] . F(String , EngineExceptionErrorID ) . A(Int16 , Int32 ) ...Show All
Visual Studio Detect when a macro is loaded the first time
I want my macro module to register to the CSharpProjectItemsEvents and VBProjectItemsEvents ProjectItemsEvents when it is loaded. This is to detect that files are added/renamed/deleted from the project structure. I already use the DTEEvents.OnStartupComplete to do that and it is working well. However, is there a way within my macro project to detect that it is being loaded when the programmer first adds the macro project to the I ...Show All
Game Technologies: DirectX, XNA, XACT, etc. sprite size problem
having a problem geting my sprite to look right its presenting way to large here is my code device.Transform.World = Matrix.Scaling(0.1f, 0.1f, 0.1f) * Matrix.Translation(0.0f, 0.0f, 0.0f); using (Sprite s = new Sprite(device)) { s.Begin(SpriteFlags.ObjectSpace); for ( int i=0;i<1;i++) { AddonTexSize = new System.Drawing.Rectangle(0, 0, 1, 1); s.Draw(AddonTex, new Vector3(0.0f, 0.0f, 0.0f), n ...Show All
Visual Studio Team System Personal Web Site Starter Kit
Hey everyone. I'm a newb to 2005 (Team System Beta 2 was the first install I've used). Anyway, I gave the Personal Web Site Starter Kit a whirl, and was quite impressed with it's immediate setup of membership and photo albums. My issue, is my web host, although moved me to a server that supports ASP.NET 2.0, does not have sql server 2005 express edition installed. The Starter Kit uses to 2005 express edition dbs. What I would like to do is dts t ...Show All
