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

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

JuKiM

Member List

jimgong
Dinesh Jayadevan
Wintallo
fbalas
m#
Monah84
Joe Villa
Flack
MasterModeler
GS80
CarlDemelo
DmytroL
chxfryer
David Ray
subhanet
sheidee21
DeanoCalver
Cout60039
Jim Hudson
vishal1857
Only Title

JuKiM's Q&A profile

  • Software Development for Windows Vista data execution prevention

    hi, data excution prevention is not allowing me to use windows live messenger, i have tried to disable it for windows messenger but it wont allow me to, anyone know how i can disable data excution prevention on windows vista thanks for any help. Lorettablonde wrote: I just bought an HP Pavilion PC, it came with Vista Prem, I have never encountered this error before in my old XP, and I am a newbie so please be kind and no too technical, I am just learning . My IE will not open at all, when I try it says it is closed and I will be "notified" (lol) when a fix is found, it says DEP closed it down. So, why is that Is there something already bad on here I did every scan available and nothing came ...Show All

  • Visual Basic Removing Columns From Delimited Text File

    Greetings, I need to parse a delimited text file and remove the last 3 fields in each row. Can someone show me how to reference the columns and specify the ones I want to keep Thanks. Try this: Dim stmReader As System.IO.FileStream = System.IO.File.Open( "C:\1.txt" , IO.FileMode.Open) Dim rdrReader As System.IO.TextReader = New System.IO.StreamReader(stmReader) Dim strLine As String Dim intCounter As Integer Do Until (rdrReader.Peek() = -1) 'Not end of file strLine = rdrReader.ReadLine() For intCounter = 1 To 3 If strLine.IndexOf( "," ) <> -1 Then 'Delimiter exists, remove all ...Show All

  • SQL Server Could not load file or assembly ADODB, Version=7.0.3300.0

    I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine. System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines. I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development com ...Show All

  • Windows Forms Deployment and setup how too.

    Hello, I have programmed in vb 6 and use the setup wizzard. I am new to vb.net 2005, and I want to make a an setup(EXE) to install on different pc. I do not see the setup wizard, like vb6 has, so can any one give am a step by step article on how to deploy/setup my application I have made in vb.net 2005. This would help, and I wish they'd fix the *#$$#% links: http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/ ...Show All

  • .NET Development okay man give me a hand

    hi all ... here is my problem i have a database created with access and i wanna get the data from it by using disconnected way in ado.net so I create oleDbDataAdapter then i fill the dataset by using the oleDbDataAdapter1.Fill(dataSet1);method and then i created a DataTable and i gave it same name that i called in the access db and by using while loop i tryed to get the data with read() method but no result So plz can any body exlpain what is the basic steps that can allow md bring data from db and put it in Dataset, then display it on RichTextbox or what ever :S help me plz !! NOTE : SORRY ABOUT MY BAD LANGUAGE AND GRAMMAR If you are using built in databinding then you should not need to write any c ...Show All

  • Visual Studio 2008 (Pre-release) Go Live License

    Just wondering if there was any plans for Microsoft to release a "Go Live" license for LINQ\C# 3.0 before the full release This was done last year on the ASP.NET Ajax (Atlas) project and was great as we could then deploy to a production environment. John or you could always do like me and use it anyway :) is that really so bad i haven't had any visits from the feds yet anyway. i never understood what the big deal was about, obviously the software isn't supported, but there must be many situations (like mine) where this is acceptable given the substantial benefits available with LINQ and the surrounding technologies. in terms of the 'support' options that i would actually use, it's ...Show All

  • Visual Studio Tools for Office Error while trying to run project: unable to start debugging

    Hello all, i'm currently working on an add-in for microsoft Excel and i have many problem to debug my code. I checked the 'properties - configuration debugging - start external program ' it's correctly filled with my Excel.exe path But when i run a debug there is an error message : Error while trying to run project: unable to start debugging Unable to start program 'C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE' Please help me. Regards Prakash Same here, I was able to debug before installing VS 2003 SP1. Now I get this error "Error while trying to run project: unable to start debugging. Unable to start the program "c:\...myprogram.exe" I am able to debug using Windows Task Manager r ...Show All

  • SQL Server Expression-based Data Source + subscription = No-go?

    Set up reports to use expression-based data sources and everything works fine as far as executing and viewing the reports. The ConnectionString expression includes the credentials, and the "No credentials required" option is selected. Unfortunately, am getting this when trying to create a subscription for same report. WTF eportingServicesService!processing!3!12/20/2006-12:20:07:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'XXXData'., ; Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'XXXData'. ---> System.InvalidOperationException: The ConnectionString property h ...Show All

  • .NET Development .Net Profiler How to Read paramater values

    I am in the process of creating a profiler, I would like to read the parameter values and the object context. please anyone help me how to use the ICorProfilerInfo::GetFunctionInfo from VB.Net. Thanks in advance Mohanraj Hi Jonathan, Thanks for your reply, I am in the process of writing profiler in 2.0 CLR, can you elaborate little bit more about how to implement this or else can you provide me the link that could be useful for my implementation. Thanks again, Mohanraj ...Show All

  • Visual Studio 2008 (Pre-release) wsHttpBinding IIS Integrated Windows Authentication set up not working

    My WCF sercive is hosted on a Windows 2003 Server through IIS. I hvae installed a certificate on the server. The directory security for my virtual directory requires SSL (128 bit encryption not required), ignores certificates and uses 'Integrated Windows Authentication' Here is my web.config < xml version="1.0" ><configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <system.serviceModel> <services> <service behaviorConfiguration="credentialConfig" name="WCF.Server.FileTransfer.Services.FileTransfer" > <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBindingForFileTransfer" con ...Show All

  • SQL Server Pass parameters to complex procedure.

    Hello, I have this Stored procedure, a very complex one, and it works fine with the parameters wrote on it. But when I try to change the number to variables @param1, I got errors, can somebody tell me how to replace this please. DECLARE @return_value int, @lvaIndicador varchar(4000), @ecuacion varchar(4000), @numerador int, @denominador int, @lvaIndicador2 varchar(4000), @ecuacion2 varchar(4000), @numerador2 int, @denominador2 int, @porcentajeCumple numeric EXEC @return_value = [dbo].[SP_CUMPLENCONNIVEL] @nmtipoCompetencia = N'12,13,14', @nmdivisioncorporativa = N'18,19,20', @nmciclo = 9, @nmcicloCompara = 12, @nmempresa = 72, @nmcargo = N'20', @lvaIndicador = @lvaIndicador OUTPUT, @ecuacion = @ecuacion OUTPUT, ...Show All

  • SQL Server SQLSERVR.EXE process is taking up a Huge Memory.

    Hi Everybody, I have a windows service which populates data to my SQL Server Database ( 2000 Version ). when the service is running my sqlservr.exe process takes up a huge space in the memory. The process memory stays in that level even after me turning off the service. Kindly send me some suggestions.. Thank you, Veera. SQL Server's memory manager is designed to keep as much data cached in memory as it can in order to speed up access for incoming queries. In order to play nicely with other processes on the machine SQL Server will release memory when a low memory notification is sent by windows. The memory may be committed by the sql server process, but it will be released if another application requests en ...Show All

  • Visual Studio Team System 'Custom' parameters in queries

    Hello, Is there a way to add a custom parameter to a query so it will be prompted to the user when he/she double-click the query to open it. To give you more details, we are looking for creating a query that will accept a list of work item IDs and return all the issues that matches these IDs. A convenient way will be for us to specify this kind of condition when building the query: ... And ID In @myIDList ... We tried that, but it seems to be not supported. Thanks for your help, Gaetano. Any update on this feature We would like to define a "@CurrentIterationPath" parameter so our "current work" queries do not have to change from release to ...Show All

  • SQL Server Help for a stored Procedure

    Hi, My Customer table stores the age or the birsthday of the customer but one of them is set. I want to get the customer's name and age. So have to compute the customer's age from his birthday if age is set to null or get directly his age if birthday is set to null . I resolved my problem by writing this C# code that modify a dataset wgich contains the name, age and birthday columns. Code : // res is my dataset DataColumn dc = new DataColumn("FinalAge", System.Type.GetType("System.Int32")); //add my FinalAge column res.Tables[0].Columns.Add(dc); //and compute its value foreach (DataRow row in res.Tables[0].Rows) { if (row["Age"].ToString()==string.Empty) { DateTime birth = Conve ...Show All

  • .NET Development Convert bytes array to an defined type

    Hi Can i convert an bytes array to an defined type at runtime. I don't know to which type will necessary convert bytes array in design time, but at runtime i will have one as object and will know type of one. Thank. The CLR makes that intentionally very difficult. You at least need to guess up front what types you are going to convert at runtime. You can then convert them by using a union. Check this thread for an example of how to use the FieldOffset attribute. ...Show All

©2008 Software Development Network