jklegseth's Q&A profile
SQL Server Fatal exception error in mSSQL 2000 sp4
Hi all, We have intermittent fatal exception error since MSSQL 2000 sp3. We have applied sp4 but the problem still can't be solved. Below is part the the SQLdump. Any advise on it Thanks in advance! BEGIN STACK DUMP: * 05/13/06 11:26:08 spid 0 * * Exception Address = 05EB8187 (vsnupr + 00021F7C Line 0+00000000) * Exception Code = c00 ...Show All
Visual Basic 2 tables from DataSet with Many-to-One relation in 1 DataGridView
I have 2 tables in a DataSet: The First table 'tblUsers' has records with User info: [UserID], [UserName], [Password], [LastLogin] The Second table 'tblOrders' has Order records with a Column [CreatorID], in this field I put the [tblUsers.UserID] value of the user that created this record. So there is a Relation many-to-one from 'tblOrders' to 'tblUsers'. I want to show in a DataGridView the table 'tblOrders' (by databinding), but ...Show All
SQL Server Import from INFORMIX (Cannot get the supported data types)
Hi! I'm trying to import data from an Informix Database to my SQL Server 2005 database with the import/export wizard. I have an ODBC-connection that works, Access fetches data with no errors. From the wizard I can only choose to use the IBM Informix OLE DB Provider as datasource. As fare as I know the OLE DB Provider is using settings from the ODBC-driver In SQL Server 2000 there is a posibillity to choose Other(ODBC provider) as dat ...Show All
Visual Studio Tools for Office Visio 2003 : Save as web page bug
Hi, I have written 9 pages (Flowchart) in a visio document. (.vsd). When I export the pages as webpages, I get problems concerning the size of the images. Some pages (5) are saved (gif file) correctly. Size is adequate (fits original page content). But 4 pages have incorrect image size. (A large white area is saved in the image. This makes my flowchart look small in the top corner of the web page). I could make a print screen of my Flow ...Show All
Visual Studio Strange error when adding CrystalReportViewer control
I have the latest July CTP installed. When I tried to drag and drop a CrystalReportViewer control to my form, I got the following error messagebox: --------------------------- Microsoft Visual Studio --------------------------- Failed to create component 'CrystalReportViewer'. The error message follows: 'System.TypeInitializationException: The type initializer for 'CrystalDecisions.ReportSource.ReportSourceFactory' threw an exceptio ...Show All
Windows Forms How to keep the decimal separator the same regardless of culture
Hello, I have a vb.net2005 application that was developed in the en-US culture and uses . as the decimal separator. When this application is run on a machine in which the culture has a . as the decimal separator, it runs without error. However, when it is run on a machine with a culture that uses a different character for the decimal separator, a System.InvalidCastException occurs. My application requires the user to in ...Show All
Visual Studio Team System IP Spoofing
Is there any way to implement IP spoofing/aliasing in a load test so that each client will have a unique IP address Thanks, Randy Yes, this feature if you are using load agents to generate the load. You can assign the load agent a range of IPs to configure on the network card. Web tests when run under load will then round-robin through that range of IP addresses for each virtual user. Load agent IP range i ...Show All
Windows Forms ArgumentException in DrawString
I have some code which worked fine in framework 1.1 but is giving me an ArgumentException in 2.0. The code follows: using ( Font fntDraw = new Font ( "Arial" , 16, FontStyle .Regular)) { Rectangle rcLayout = new Rectangle (0, 0, _cpixCell, _cpixCell); StringFormat sfmt = new StringFormat (); sfmt.Alignment = StringAlignment .Center; sfmt.LineAlignment ...Show All
Visual Studio Express Editions Standard "gets()"" library.
Can anyone tell me Take a look at http://msdn2.microsoft.com/en-us/library/2029ea5f.aspx Thanks, Ayman Shoukry VC++ Team ...Show All
Windows Forms VS2005 Beta 2 form designer problem: error while parsing EntityName
I can create and code 'user controls' or 'controls' directly inherited from Windows.Forms.Control. When I try to place them on a normal windows form directly from the toolbox I get the following error message:- Failed to create component 'componentname' An error occurred while parsing EntityName, Line 2, position 51 If I declare and instantiate the control directly in code it works fine. For some reason the form designer cannot d ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Flexible Vertex Formats
Having my octree problem solved, now I'm taking the next step. Until now I'm using simple cubes for testing, but now I want to read .X files with more complex meshes. I'm already loading the mesh and rendering it successfuly, but I need to determine it's bounding box. To do that, I need to access the vertex buffer. I know that the vertex buffer may be in many diferent formats, so I have to check the D3DVERTEXBUFFER_DESC.FVF flags parameter. My p ...Show All
Visual Studio Package with PLK : Visual Studio IDE messed-up
I finally received my LoadKey today . I've put all the necessary resource entries with the loadkey and registered my package again in the registry, ran devenv /setup and devenv /splash. I then started VS2005 again... Amazing what I saw then... I had 2x the File menu, 3x the Edit menu, etc. All my toolbar icons are repeated 2, 3, 4 times. All my entries in my menus are duplicated x times. What is this When I unregister it, everything i ...Show All
Windows Forms Threading Query
Currently we have a database with about 100/more tables in it and to insert an entry it takes about 50 seconds. So, i was wondering if I could make the process little faster; i attempted to do it using .net threading but i keep gettin ...Show All
Windows Forms Question about cloning menus
I have an item in the main menu and I want the subitems of this item to be duplicated in a context menu. I clone the subitems as it is described in MSDN. When I do something with a subitem in the main menu nothing happens to the& ...Show All
Visual Studio Team System Problems installing (Report Server can't connect)
I am trying to install the Release Candidate in a dual-server environment. Everything goes well right up until the end of the Application Tier Server install, when it fails with the following message: Error 28805. Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privleges to access it. ...Show All
