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

Software Development Network >> curt2go's Q&A profile

curt2go

Member List

juergen.b
Danielle H
Seraph_78
Price Brattin
TigerPhoenix
zbadkirk
Nikola Atanasov
Amanda Jamin
Omar Fawzi
N0v3m83r
Lee Gillie
hazz
Jackobolo
ceiling
j_o_h_a_n_n_e_s
JerryCic
eeidfn
airwalker2000
sailorsurprise
Ultrawhack
Only Title

curt2go's Q&A profile

  • SQL Server .NET Runtime Optimization error on SQL Server 2005

    I posted this on the .NET Framework inside Sql Server forum as well.  Sorry if the cross-post offends anybody. I upgraded my primary production server this morning to SQL 2005.  Everything went fairly smoothly, but a couple of hours after my installation was complete, I found the following error in my event log:   Source: .NET Runtime Optimization Service EventID: 1101 .NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002   I am a little stumped since we did not install Reporting Services.  We only installed Database Serv ...Show All

  • Visual Studio Express Editions Add progress bar to html downloader

    I have this code to download a file from the web. Try My .Computer.Network.DownloadFile( "http://rapidshare.com/files/14335493/Epic.Movie.TELESYNC.XViD-FuZe.part1.rar" , "c:\Epic.Movie.TELESYNC.XViD-FuZe.part1.rar" ) Catch ex As Exception MessageBox.Show( "Reason: " + ex.Message, "Could not copy File" , MessageBoxButtons.OK, MessageBoxIcon.Exclamation) End Try But now i want to know if you can add a progress bar and find out the size of the file and the speed it is downloading. Shirvo, Please take a look at the following link, there is a Download Progress Indicator Technology Sample . http://msdn2.microsoft.com/en-us/library/t8w6 ...Show All

  • Smart Device Development conect to sqlce with visual studio 2003

    have pockey pc with windows ce 3.0 i designed application to it with sqlce on visual studio 2003 when execute it on pocket it doesn't open or give error message like load exeption conection error but it execute in emulator Try posting your question to SQL specific forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 Manav ...Show All

  • Visual Studio Express Editions How can I use crystal reports in Visual Studio 2005 Express Edition

    I'm using Microsoft Visual C# express edition 2005. I want to use crystal reports in my application. I've searched extensively over the internet but every where I find the same solution of using crystal reports in .net applications i.e of using crystal reports object and windows form viewer. But in the express edition 2005 these are not avaiable. Please help me in this problem. What can I do for crystal report object and windows form viewer object because they are not available in this version. Please help me out in this problem. Hi, This thread is on the topic: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=168953&SiteID=1 Thanks ...Show All

  • Visual Studio Tools for Office How to combine two ranges?

    Hi All Do you know any method that can combine two ranges Using following code I can't achieve this because COMException is raised with HRESULT 0x800A03EC: using Microsoft.Office.Interop.Excel; Range r = sht.get_Range( "B2,C3" , missing ); // faires COMException with HRESULT = 0x800A03EC: Steve Hansen wrote: Interesting. Perhaps it is something to do with the culture issue as even in a shared add-in I can use the technique without issue. OK, I changed my windows Regional settings to en-us (which is what Excel wants to have) and indeed, the syntax now works. So it is a problem with Culture Info, and apparently the approach described in the MSDN article doe ...Show All

  • Windows Forms how can i bind List<Sale> to DataGridView and bind Sale.Item object to DataGridViewComboBoxColumn

    Hi All , I want to bind Sale object array to DataGridView . this sale object has Item object , so i use this item object for DataGridViewComboBoxColumn. how can i connect object with comboBox I bind List<Sale> to DataGridView. Sale object has ( SaleID , Item object ) ... Item object has ( ItemID , ItemName ) So , i use DataGridViewComboBoxColumn for Item object . At FormLoad() function dgvComboBoxColumn.DataSource = GetItemData(); // populate all row for items. dgvComboBoxColumn.ValueMember = "ItemID"; dgvComboBoxColumn.DisplayMember = "ItemName"; how can i bind itemID of this combobox with Sale.Item.ItemID field... Please help me . if not clear what i mean ...Show All

  • Visual C++ Code generation bug when throwing exceptions in C++/CLI with optimizations.

    While writing a C++/CLI project using exceptions I've encountered a bug( ) related to stack unwinding and deleting local variables in unreached parts of the functions on the stack. The following code demonstrates the bug. Please compile with Visual C++ 2005 with /CLR and /O2 flags set. In debug mode, the stack unwinds and the runtime does nothing with the local variable str . In release mode, the runtime attempts to destruct str , even though it has not been used. A workaround which in some cases appears to work is to declare str in the scope of the function. In our case this would be very inconvenient. Has anyone experienced something similar We could not find anything on MSDN or on Connect. Output in debug mode: Main test functi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Support For Windows 2003 And Visual Studio 2005

    Hi, I have Windows 2003 on my development machine at work. The FAQ states that Game Studio Express will only work on XP SP2 and Vista; are there any plans to make it run on Windows 2003 Also are there plans to integrate whatever goodies XNA Game Studio has over Visual C# Express into Visual Studio 2005 I've got so used to Visual Studio 2005 now it would be hard to change... Cheers, Kev I believe I have encountered an Issue when installing the XNA GameStudio express and C# Express side by side with visual studio 2005 standard. After the installation, the "Add new item" dialog in VS2005 only shows two templates (For adding inherited forms or components) , and all the others seem to have ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing artifacts when deploying on the Xbox360

    I've done the Going Beyond tutorial shown in the videos posted on the XNA team blog, and I noticed I was getting weird artifacts on the spaceship model. I went ahead and did another tutorial, this time using a 2D sprite, and there were also artifacts on the sprite. The artifact looks like one or more jagged transparent spikes, jutting out from the sides of the model or sprite. They're kinda hard to see, as they are transparent, but they are there. They seem to "roll along," as you move the model or sprite. That's the best way I can put it...they're not static, but seem to pop in and out of view. Also they seem more inclined to show up to the right side of the object being on screen (right side from the viewer's point of view). An ...Show All

  • Visual Studio Team System Team build for .Net 1.1

    Hi, We have some projects that are in .Net1.1. We need to have team build for these projects without converting them to .Net 2.0. please help on the same. thanks, Bob. Hi Bob, Here is a reference: http://blogs.msdn.com/nagarajp/archive/2005/10/26/485368.aspx Please let us know if you couldn't get this issue resolved. Swaha ...Show All

  • Windows Forms PictureBox1.Image = PictureBox2.Image

    Hi, I am trying to copy PictureBox1.Image to PictureBox2.Image because I am streaming a webcam video. The webcam video is displayed on PictureBox1. In order to show the webcam video on other computer, I may copy the webcam video from PictureBox1. However, it can't be simplily achevied by making a button like private void button1_Click(object sender, EventArgs e) { pictureBox1.Image = picCapture.Image; } How can I copy the pictureBox1.Image to other pictureBox You could download my application at: http://www.yousendit.com/transfer.php action=download&ufid=CB1D2DAC74B050A3       private void button1_Click(object sender, EventArgs e)  &n ...Show All

  • Smart Device Development Csharp Code to get IMEI of SmartPhone and PocketPC

    Please help me Is there any code in Csharp to get IMEI of SmartPhone and PocketPC This post should answer your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=109823&SiteID=1 Michael ...Show All

  • Windows Live Developer Forums Custom polygon filling

    Hello, All! How can I fill some polygon on the map for boundaries of geo location For example for some state of USA. I.e. I want to paint over some state on the map. To understand what do I mean please redirect this page http://www.blogthevote.net/veshapefilec.htm and push Load button on it. Thanks I look for Point in Polygon in this forum. I have found out that I need get the list of LatLongs for city/state/country. And then I will easy fill polygon for state or city. But how can I get this list of LatLongs Is it a free or not ...Show All

  • Visual Studio Help Packaging April Visual Studio SDK

    I am trying to package the April SDK for Visual Studio into a silet install... All the normal switches to do not seem to work (/q /quiet /q:a etc...). Anyone have any ideas on the correct coomand line installation tot he setup.exe file with extracted msi's or to the selfextractor itself. Thanks Ryan What kind of scenarios are you trying to support here You can extract the individual MSIs from VsSDKMonth2006.exe by passing it the -x switch. It will ask for a path to extract the files to. You can then install vssdk.msi using the regular msiexec switches. ...Show All

  • .NET Development DataReader or DataSet/DataAdapter or something else!???

    I conducted some tests on a db with two tables with about 400.000 rows. its taking too long to open up for both on a DataGridView. However, when I run the same SQL Statement under Delphi 7.0 with ADO it loads it much faster. Shouldn't be ADO.NET faster than ADO if yes! please clue me in Sure! here is my code for both methodes, it may contain typos but overall this is what I'm using. This method is using the OleDbDataReader class dbRecordsHolder1 = new DataTable (); OleDbDataReader OleDbDr = null ; using ( OleDbConnection Connection = new OleDbConnection (constrEbillingData)) { OleDbCommand Command = Connection.CreateCommand(); try { Connection.Open() ...Show All

©2008 Software Development Network