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

Software Development Network >> Pramod S Kumar's Q&A profile

Pramod S Kumar

Member List

Cordell Swannack
raingod_zippo
AlexBB
3D Paul
Harish.A
rako77
David Beavonn
BobP - BIM
Ramanakumar
tackett
sql_jr
Cest la vie
AshishMalhotra
Dimitris Asimakis
Higgs Boson
Saurabh Rastogi
Bapa
Agent_
OC
QWERTYtech
Only Title

Pramod S Kumar's Q&A profile

  • Visual Studio What versions of CR can create reports for CR in VS 2005?

    Hello. Sorry if this question has been asked a thousand times before but I could not find an answer. I am creating an ASP.NET web application where I use the crystal reports viewer (in VS .NET 2005). The customer for the application wants to design own reports for use with the web application. Which version of Crystal Reports should the customer use in order to be able to design reports that will work with the VS .NET 2005 crystal reports viewer I have the Crystal reports 10 developer stand-alone version and I made a report using it. The report shows up ok in my ASP.NET application but is only showing the data that was saved with the report in CR 10. Is this a compatibility problem between CR 10 and the VS 2005 CR viewer or am I m ...Show All

  • Visual Studio Start Page can't get out

    My Start Page can't get out (or in[tranet], for that matter) to the Developer News Channel or any other feed/site. I can't even get to an RSS feed on our intranet. Yet the same RSS feed works great from IE7. The start page reads "The current news channel might not be valid or your internet connection might be unavailable. To change the news channel... blah blah blah..." I am behind a corporate firewall/proxy. Any ideas Thanks in advance! in VS 2005 <Tools><Options> check Show all Options goto Startup and change the Start Page News Channel to something you can get to from your firewall. ...Show All

  • Visual Studio Express Editions Install Error - "Encountered a problem"

    What is wrong with the Visual Basic Install It does not even begin the installer. I get the message "Encountered a problem..", click "OK", and it is done. The message seems to come as the installer gathers files and performs system checks. I do have MS Office installed, and I am running XP pro SP2. I am doing a manual installation from a CD. I tried to install Visual C just to see if there is something else I need to do prior to install. The installer runs with Visual C, Express Server and every other package. VB just does not want to go. Thanks ahead of time for any help. Rudy. I thank all of the folks who took the time to read my post. I still encounter the error message. To add more background inf ...Show All

  • Visual C# SecurityException

    Hi I'm having a problem with a Windows application i'm creating and a custom class. Basically, i'm creating a class to handle joystick input with DirectInput and have written a constructor and private methods to initialise the joystick device. I have a button on my windows form and when its clicked i want to initialise the joystick (using the public void InitJoystick method from the class) however this is where the problem arises. If i try to run the application i get a SecurityException was unhandled message saying that the assembly does not allow partially trusted callers . I've tried adding the [assembly: AllowPartiallyTrustedCallers] option in the AssemblyInfo.cs file and this doesn't make any difference. I don't have a wi ...Show All

  • Windows Forms Drag Panel/Image

    Can someone tell me how to move a panel across the form with the mouse Handle the MouseMove, MouseDown and MouseUp events of the panel. When the mouse goes down, set a flag that indicates the mouse is down. When the mouse moves, if the mouse down flag is set, set the panel's Location property accordingly. When the mouse button goes up, unset the flag that indicates the mouse is down. You will probably have to do some coordinate transformation from the panel's coordinates to the mouse's coordinates. You'll have to see how the above behaves in order to determine how to shift the coordinates, as I don't remember offhand.  You may actually have to handle the MouseMove event of the panel's container, instead. ...Show All

  • Windows Forms Run WinForm from WebForm

    Ok, I'm at and end here and can't seem to see why this won't run. I have a web app using vs.net 2005 I created a winform and placed the exe for that winform in a folder to run when a button is clicked. Ok, it comes up but I'm getting errors: System.Security.SecurityException: That assembly does not allow partially trusted callers. at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed) at VideoCapture.Utilities.getMacAddress() at VideoCapture.Form1.getGuid() at VideoCapture.Form1.Form1_Load(Object sender, EventArgs e) The action that failed was: LinkDemand The Zone ...Show All

  • Visual Studio Express Editions Stream data in and calculate

    Hello everyone. I'll try to get to the point as quick as possible. I have a form that has a textbox, an OpenFileDialog control and two command buttons. One command button, the "Next" button, takes you to the next form but only after you use the "Browse" to find the text file. The browse button, after finding the text file will use a StreamReader to get the data from the file. The text file contains text and numbers but the numbers will have to be converted before making the calculation (ROI). I was thinking that streaming the data into the "List" would be the best way to go and then I could access the data according to it's index number. Does this make sense so far If so, am I correct in my thinking With the ...Show All

  • SQL Server Accessing dataset with custom code

    Hi, Need a little help on the code here. How can I import values from an RSS dataset I will store them in a hash table and then call the function to check for dups. An example or pointer or article reference would be appreciated. Thanks. Thanks for all the help. This stuff is pretty much new to me. I'm mostly familiar with VBA, Classic VB, and T-SQL but we'll see where this leads. ...Show All

  • SQL Server SQL SERVER 2005 DATABASE MIRRORING for large number of databases

    I am trying to enable database mirroring for 100 database. It goes error free till 59 databases (some times 60 databases) with the status (principal, synchronized) on principal. on the 60th or 61st database it gave the status (principal, disconnected). Also mirror starts acting abnormal. connection to mirror starts to give connection timeout and it is not enabling database mirroring on any more databases. I have SQL SERVER 2005 Enterprise with SP1 on the servers. witness is not included yet. these are my test servers... i have more than 500 databases on my production servers. principal and mirror both are using port 5022 for ENDPOINT communication. All of the databases are critical and all must be included in the Database Mirroring. s ...Show All

  • Windows Forms Handle the form closing when the user clicks on the “X” button (form caption bar)

    Hi, suppose that you have a C# form with two buttons, that are the classical “btnOk” and “btnCancel” (besides them, of course in the form there can be many other controls). When the user clicks on btnOk, the program makes some confirm operations and closes the form. When the user clicks on btnCancel, the program makes some cancel operations and closes the form. My problem is that, when the user clicks on the “X” button of the form caption bar, the form simply closes, while I would like that the program made the same cancel operations as in the btnCancel click case. I have discovered that the Form class has the “OnClosing” event handler (that is executed when the form closes), but I can’t insert the cancel statements in its ...Show All

  • SQL Server Excel 2007 Services

    I have a test environment with Office 2007, including Sharepoint and excel services. I was able to publish pivot table reports to a report library and then include them in dashboards and analyse in my web browser. Now al of a sudden, after publishing an excel report to excel services and when I try to open it in my web browser, I get the following error message: "The file you selected cannot be opened because it is corrupt, protected by Information Rights Management, or in a file format not supported by Excel Services. Excel 2007 may be able to open this file". Indeed the full client is able to open the file. What strikes me is that editing the excel reports which worked fine in the past and republishing them, causes no proble ...Show All

  • Visual Studio Team System Web Service Testing Returns ContractFilter Mismatch

    I have a Web service request that works fine in .Net WebService studio, but when I try it in a webtest as a web service request I get an error. The body returned is: <s:Envelope xmlns:s=" http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a=" http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode><faultstring xml:lang="en-US">The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver ...Show All

  • Windows Forms app.application Publish file

    Hi, I know this has already been posted, but I need to get it clear in a simple way. The 'app'.application file is created when you publish an application to a web/ftp server, along with other files. The publish.htm page shows a button linking to the 'app'.application file and I can correctly install it, but a friend of mine (and maybe many more people too) get the 'app'.application file contents displayed in his browser. He has the .NET Framework 2.0 installed (installed automatically with VB 2005 Express), and I would like a simple solution to resolve this issue, without reinstalling .NET 2.0 (unless you are sure it resolves it). I also heard that it has to do with MIME types , but I'm not too familiar with this term to unders ...Show All

  • SQL Server Cursor issues

    I can get it to create the proc, but it dosen't replace the variable or loop through the select list from ziptrendindex. Any ideas on what I'm missing declare @countyname varchar ( 200 ) declare @sql varchar ( 8000 ) declare county_name cursor for select distinct county from ZipTrendIndex open county_name fetch next from county_name into @countyname WHILE @@FETCH_STATUS = 0 BEGIN IF NOT EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID ( N '[dbo].[county' + @countyname + ']' ) AND type in ( N 'U' )) BEGIN set @sql = 'CREATE PROCEDURE dbo.getUpdRecords AS SET NOCOUNT ON Declare @Pro ...Show All

  • Visual Studio Crystal Report XI R2 with MySQL Server 5

    Dear All i am using visual studio 2005 pro. and cryatal report xi r2 and i had created reports with using mysql server 5 using ODBC b'coz there is no any other way to create reports with ODBC so its working fine on my PC but when i created setup project and instal on other PC data is working fine on vb.net forms but when i run the reports its ask me login i also try number of ideas which i search on this site but no result so plz plz plz ..... any one is there to give my solution for this mejor problem. i have to demo to my IT Director as soon as posible plz.. help out to problem. regrads Hi Nolan thanks for replay me but if you see my next forum i had solved my problem but it was not like that you say i need without DSN connec ...Show All

©2008 Software Development Network