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

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

Jim1964

Member List

ejamashu
sontek
CAI-USA
sanwanas
Jeanet
hrubesh
Giorgio Sardo
I.Katzav
ACTCY
ahallowell
Der Tim
Jeff Williams
A919
Martin Danner
R1ZWAN
xhy_China
Andrew Cope
samtylr
Jean-Jean
Igor Grozman
Only Title

Jim1964's Q&A profile

  • Software Development for Windows Vista Heap Corruption on Vista

    Hi, I have ported my application on VS 2005 and built it. Now I am facing unique issue. When I run my application on a AMD machine loaded with Vista 0S I get heap corruption related assert. The exact message is: "HEAP CORRUPTION DETECTED after normal block. CRT detected that the applicaton wrote of memory after the end of heap buffer" When I run the same application on Intel machine loaded with Vista OS I dont face any problems. What could be the reason Anyone else facing the same kind of problem. I am also facing few other issues in my application which are very specific to AMD Vista machines. This forces me to think that whether AMD is ready for Vista or vice versa Bye Anmol ...Show All

  • SQL Server SQL Server Studio Management Express Unable to do Import/Export

    Hi All Expert there, May i know is that a Free tools that can do the Import/Export from a SQL 2005 Express. Thanks The Import/Export wizard is not included in Management Studio Express at this time. We are researching this for a future release of SQL Express. BCP is installed with SQL Express, which allows for bulk load of a limited number of file types, you can find more aobut BCP in the Books Online. I have not research third-party tools to accomplish this, free or otherwise. Regards, Mike Wachal SQL Express team ---- Check out my tips for getting your answer faster and how to ask a good question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=307712&SiteID=1 ...Show All

  • Visual C# problem with datasets for reports.

    Hi, I've recently testing the Microsoft report viewer and Microsofts reports and I discover some problems that I don't know how to solve I tested some datasets each one made with a diferent database (using always the same report), but the problem is that after I created one dataset and succesfull tested it, I deleted the Dataset and objects created and started over with another.... after that (when I feel confident enough) I started to build the report I was really going to use... but.. .BUT when I was going to set the Grid Data Set I realized that the name of the older datasets still exists but they DO NOT exists enywhere else in the project and I don't know how to get rid of those options. I even search throuh all the project fot the nam ...Show All

  • Visual C++ Fastest way to convert native array to generic List?

    I am writing managed wrappers to native functions (in order to be available to other .NET languages such as C# or VB.NET) and I am running into a performance problem. The interface to the native function looks something like: native_function(short *buffer, int &bufferLength); What it does is return an array (native) of shorts and the number of elements in the array. Now, I want the managed wrapper to have the following interface: wrapped_function(List<short> ^%buffer) { // Reserve enough space for the buffer short nBuffer[16000]; int buffLength = 0; // Call native function to fill buffer with data native_function(nBuffer, buffLength); // Convert returned value ...Show All

  • SQL Server How to pass soapheader to web service in XML datasource

    Hello, I created a webservice with a soap header for authorization purpose and am trying to access it using an xml datasource in reporting services. The query works but I have no idea how to pass in a value for the soap header. Any help what XML would I add for the header here is the query. But how to pass the header value <Query> <Method Namespace="http://tempuri.org/" Name="HelloPerson2"/> <SoapAction>http://tempuri.org/HelloPerson2</SoapAction> </Query> ...Show All

  • Visual C# MSIL

    Hi, I am an infrastructure person and learning visual C# for the business needs. Can any one tell me the advantage of MSIL It does what Please mail me the answer at sroy@nhaustralia.com.au Regards Santanu MSIL - Microsoft intermediate Language. It is a language that is used to do the code/compile it down to from VB.NET/C#/.NET development languages. This is where it makes it into 1 "code" language by the compiler. its a CPU independant set of instructions that can be efficiently be converted to native code. http://en.wikipedia.org/wiki/MSIL http://www.codeproject.com/dotnet/vbvscsmsil.asp it's not really a language you develop in, you develop in .NET based languages like VB.NET or C#, MSIL is what g ...Show All

  • Windows Forms How do I hide the form title text?

    Hey! I was wondering if anyone would be able to tell me how to hide the forms title text but still have it show in the taskbar I still want to have a ControlBox so that the user may close the application. Same idea as Windows Explorer in Vista. Any help that can be given will be greatly appreciated! :) That is exactly what I posted. The Nothing keyword is equivalent to saying its value is not yet set, or null.  Which, in return, has the same effect of  "". Making the text property blank should not effect the ShowInTaskBar property either. Now that you have been more clear also, the Text property of a form is bound to both the forms title and taskbar title.  I do not believe that the e ...Show All

  • SQL Server obtain certificate co configure ssl

    i read from msdn that i need a certificate for me to be able to configure SSL which will allow me to replicate on my publication. it says that i can obtain a certificate from a certification authority (CA). do i have to pay for it there is a SelfSSL that i can dowload and use for 7 days have anyone of you tried this before thanks a lot:) SelfSSL are good for development and testing purposes, but not for production purpose. It has been tested and you can use it. Here's a link on how to configure it: http://msdn2.microsoft.com/en-us/library/aa395285(VS.80).aspx It is recommended to obtain a certificate from a CA because it will be more secure. I'm not sure if there's a fee for obtaini ...Show All

  • Visual C# Error code: 0xe0434f4d

    Hey, I am using .net Framework 3.0 at home, and my program works successfully, no problems to launch. However at my school where they are using .net Framework 2.0 it fails to launch Here is a screenshot: Here is my Program.cs using System; using System.Collections.Generic; using System.Windows.Forms; namespace FilmScript { static class Program { public static Form1 form = null; public static newProject newProj = null; public static String ProjectTitle = String.Empty; public static String ProjectAlreadyLoaded = "NO"; /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVi ...Show All

  • SQL Server Suspect mode ... cant even attach mdf file using sp_attach_db

    Hi, In sql server 2005... I am trying to take a backup, When i was trying one of my database is marked as suspect, I tried lot of ways finall i tried stopping the service , and copy mdf,ldf files of that database ...and again started the service ... pasted it in other server and tired to attach using sp_attach_db it shows database cannot open, I/O error occured..i also tried sp_singlefile_attach_db Can any one tell me how to bring suspect mode database to normal mode... also how to solve the I/O error when attaching mdl , ldf files. The query should be the following: Exec sp_attach_db @dbname = N'TfsworkitemTracking', @filename1 = N'C:\Programfiles\mssqlserver\mssql\data\TfsWorkitemTracking.mdf', @filename2 = ...Show All

  • Visual Studio 2008 (Pre-release) Using jscript as code-behind with XAML

    Hi, Does anyone know where I can find an example of an XAML app that uses jscript.net instead of c# or VB as the code behind I've read a few places that that is possible but haven't seen an example yet. /\/\}{ I searched google for xaml code behind jscript The following results suggested that jscript should work (just search the articles for jscript). They seem a bit dated, and nothing from microsoft (although the longhornblogs comes close), so the articles may be wrong. http://be.sys-con.com/read/44863.htm http://www.longhornblogs.com/rrelyea/archive/2004/11/29/7838.aspx http://www.codeguru.com/cpp/data/data-misc/xml/article.php/c6821/ http://www.itwriting.com/wpfe.php That's why I wanted to see if anyone had ...Show All

  • Visual C# How to check a data stream every 5 seconds

    I have a program that checks a streaming data feed every 5 seconds, then makes some calculations and then fires some events, then back to checking data. What is the best way(most efficient) way to do this. Here is my basic structure, however my program freezes after running for more than a few hours(I want to run it 24 hrs a day) I know that multithreading is needed but not sure how to do this. Basic structure: Main program Get Data Calculations Do events loop back to Get Data Thanks in advance. sure. Well yes threading is required here. Take a look here more about threading: http://msdn2.microsoft.com/en-us/library/system.threading.threadstart.aspx http://msdn2.microsoft.com/en-us/library/syste ...Show All

  • Windows Forms Object reference not set to an instance of an object

    When I click on the Add new datasource link in the datasources window the Data Source Configuration Wizard starts. After I select database as the application to get the data from an error dialog shows that states: "An unexpected error has occurred" "Error Message: Object reference not set to an instance of an object" What's happening. This used to work fine. Hi I have now the same problem, with VB.NET 2005 standard edition. I also reinstalled, and it still happens. PLEASE HELP! ...Show All

  • SQL Server Table/Index Monitoring

    Is there a way to track tables/indexes/stored procedures that are being used I know that the Profiler can do this but I am looking for a way to query a system table to get this information. Oracle has a way to turn on/off monitorint for tables and indexes so I was wondering if this info is avaialble and if so if something needs to be done to activate the collection of the info. Thanks hi, you can use the show execution plan of the sql query analyzer open QA. click on "query". then click on "show execution plan" run a query. sql server presents a comprehensive digram of how its going to execute the query includi ...Show All

  • Visual C# How to programmatically (c#) access webdav folders?

    I have setup a webdav extension for my virtual folder in IIS 6.0 and would like to use C# to upload/download files. I am able to use System.Net.WebClient which is mainly for http protocols to do the same but I was interested in knowing how to use webdav features... Any other apis/classes I don't know how advanced it is, but you might try a library such as WebDAV .NET  or a commercial version of a similarly named library ( WebDAV .NET & WebDAV .NET for Exchange ). ...Show All

©2008 Software Development Network