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

Software Development Network >> Pritam Dahake's Q&A profile

Pritam Dahake

Member List

god_of_coolness
Phillip Williams
GunaChinna
Prerak Shah
Xadja
Kevin8264
RC COLA
Adam2342342341
SQLDataMonkey
Kevin Rodgers
Hristo Atanasov
Mahesha
sblalock
StarPilot
Kamii47
Jabs
Matthew McNally
felix orlando
cwest
michot
Only Title

Pritam Dahake's Q&A profile

  • .NET Development How do I run .NET V2.0.50727 compiled Visual Basic code on machine with .NET V1.1

    I developed a visual basic utility in Visual Studio 2005, so the utility is based on .NET V2.0. Now we want to transfer this utility to different servers where it will run every 2 hrs. Some of our servers are Windows Servers 2003 which are on .NET framework 1.1. The utility does not run giving error "to run this application, you must install one of the following versions of the .Net framework: v2.0.50727". The delima is installing new .NET framework for this small application production servers, we have to take permissions from management tree, create change notice, schedule for production down time etc..etc. which is not worth it. So, I was just wondering before I scrap this application: 1> Is there anyway to make .N ...Show All

  • Visual C++ Missing / Bad manifest in my EXE?

    We have a project that we've been working with in Managed Extensions for C++ in VS.NET for quite some time, and there's a need to port it up to VS2005 (since that's going to become the standard for everyone). In accordance with the migration, we've switched to compiling /CLR:oldSyntax (for now) and /MD (and /MDd for debug), and we've finally gotten all of the compiler and linker errors solved. However, whenever I try to run my appliation, my program complains about not being able to find MSVCR80.dll. Thinking I was clever, I tried--foolishly, likely--to copy all of the VS8 DLLs from C:\WINDOWS\WinSxS\ into a directory directly within the %PATH% environment variable, but doing so just netted me Runtime Error 6034: "An application has ...Show All

  • Windows Forms need help for BindingNavigator control

    Hello can you help me to know how I can use BindingNavigator control which is in a form to update a record to database. Thank you see follow project using Bindingnavigator and updata the database http://www.codeproject.com/csharp/BindSourceBindingNavCS.asp ...Show All

  • Visual Studio Team System Can I merge two branch manually?

    I do not like the way that it merge the branch automatically. sometime, I need to specify where some changed file should be merged to the branch, can I change some setting or switch to enable merging manually thanks Hello, I am not sure what you mean by automatic merge. While merging, TFS merges all files that possible automatically, and those that cannot be merged automatically are displayed to user as conflicts for his manual resolution. As far as I know, there is no configuration setting that will cause TFS not to merge files automatically. Hope that helps, Eugene ...Show All

  • Visual Studio 2008 (Pre-release) DLINQ - "Column referenced is not in scope: "

    Hi Guys, I get this error when ever I walk over a table in the object model with out projecting it and then perform a select. IE This query works. var myQuery = from student in Data .Students                          where student.ID == studentID                          select new                          {             ...Show All

  • Visual Studio 2008 (Pre-release) CommunicationException was unhandled

    When doing multiple client load test using wcf Service with tcp , i get the following error. The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '10:10:49.6250096'. The same code is working fine for single user version. The service has http and tcp end point. Http end point is working fine with multiple client. Konstantin Gonikman wrote: Sadly, but I get this exception again. Some times , as I close a client, server crashes: System.ServiceModel.CommunicationException occurred Message="The socket connection was aborted. This could be caused ...Show All

  • SQL Server Set results destination with script?

    In SQL Server Management Studio, can you set the destination of results (e.g. Results to Grid) with SQL script, or do you have to use the toolbar Thanks Chris I assume you mean "can tell the server to get the results in either a grid, file or finally text using t-sql" No. You have to use the toolbar, obviously thats not neccessarily true for text. You could get output to text using code. Is this what you require Barry ...Show All

  • SQL Server Can't run Business Intelligence Development Studio

    All, I've installed SQL Express with advanced services and the BIDS software from the SQL Toolkit using the vs_setup.msi extracted from the toolkit installer (Why not include it in the advanced services ). Now I'm trying to start BIDS and am asked to log into the Report Server. I use my username and password for ASPNET. The login fails saying that the web application is not available on the web server and to look in the application event log for more information. There are a bunch of errors listed (and more every 30 seconds are so). The error message is: aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. Also, when I start Visual Web D ...Show All

  • Visual Basic custom control : property list enumerating other controls on form...

    Hi All, While building a custom control, I can't figure out how to apply a property that, during design time, lists (enumerates) a certain type of control that is already on the form. i.e. the property will list all textboxes used on the form. This way i can bind certain data to the textbox. Have been looking into Typeconverter but can't figure out so far. Can somebody point me in the right direction thanks in advance.. Dave Add this code to your UserControl: Public ReadOnly Property TextBoxes() As List(Of TextBox) Get Dim coll As New List(Of TextBox) For Each ctl As Control In Me.Controls If TypeOf ctl Is TextBox Then coll.Add(CType(ctl, TextBox)) Next Return coll ...Show All

  • Smart Device Development Reading data from unmanaged structure in memory

    I am reading data from huge data structure (PInvoked function gives me pointer to this structure). Temporarily it is defined as follows: [ StructLayout ( LayoutKind .Sequential)] public struct IP_ADAPTER_ADDRESSES { public UInt64 Alignment; // public ulong Length; // public uint IfIndex; public IntPtr Next; public IntPtr AdapterName; public IntPtr ptr1; public IntPtr ptr2; public IntPtr ptr3; public IntPtr ptr4; public IntPtr ptr5; public IntPtr ptr6; public IntPtr ptr7; public byte bytee; public uint PhysicalAddressLength; public uint Flags; public uint Mtu; } I tried using [ StructLayout ( LayoutKind .Seq ...Show All

  • Visual Studio Team System MSProject 2003 not working

    Hi there, I'm "still" using TFS Beta 3 Refresh (It's not easy to talk/get TFS RTM version here in Portugal, since reseallers don't know it yet). Any way, Yesterday I've tried to configure one colleague's computer to manage his projects using MSProject 2003 and TFS. When I noticed he had allready installed Portuguese version of MSProject (MSDN version). I've told him to uninstall it and install English Version. Resuming: Not working! Do I have to reinstall TFS Client Here's the temp\log file (after creating config file in msproject directory). [Info, PID 2272, TID 4736, 21:40:39.366] Managed ELead Project AddIn loaded Middle tier URL: http://tfs:8080/WorkItemTracking/v1.0/ClientService.asmx Middle tier configurat ...Show All

  • Visual Studio 2008 (Pre-release) ListView with scrollbars inside StackPanel

    Hi all, I've got a problem which, I hope, can be illustrated with this code (pastable to XamlPad): <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WindowsApplication1"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="Auto" /> <RowDefinition Height="1*" /> </Grid.RowDefinitions> <StackPanel> <ListView> <ListViewItem>abc</ListViewItem> <ListViewItem>abc</ListViewItem> <ListViewItem>abc</ListViewItem> <ListViewItem>abc</ListViewItem> ...Show All

  • Visual Basic How to compare grapical (bitmap) data?

    I'm making this program for printable binary data. (that desn't matter now) But what does is how to compare that graphical data from a existing data base. This might give you the idea. You have seen how CSIs get a fingerprint, scan it(make it a piture) and then search AFIS, or another crime database That is what I'm trying to acheave. Please Dont let me down, on this! Or simply put, I'm trying to make a binary (bitmap)data comparing program. Of course after that data has been pocessed ( deleted all colors that would interrupt search, just the fingerprint color is there, nothing else). Oh. I just tought of something. I'll save all the images in bitmap, then i'll convert tem into text files, wich will give me the hex code of the ima ...Show All

  • SQL Server SQL Reporting Services WS - check user input

    Hi, What is the best way of ensuring that users of a report entere data in all the provided input boxes I have written a vb function that checks the above requirement – but when I deploy my report and use a Reporting Services WS to retrieve the data the function no longer works. Any ideas any body Thanks Then you probably would need to built a custom web site before calling the Reporting Services. That customization is not supported in Reporting Services. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms ClickOnce Deployment on Clients with Framework 1.1

    In deploying an application with clickonce to a client with .Net framework 1.1 the user is prompted on the install page for the prequisite to install the .Net Framework 2.0. The framework goes through the setup process and appears to install successfully but the application does not install. If the user reboots the machine and then goes back to the install page it does not prompt for the framework and then installs the application just fine. I have noticed that this only happens the very first time the 2.0 framework is installed. If I remove the 2.0 framework and go back to the install page it installs the framewok and the application without a reboot. Does installing the framework the first time on a machine require a reboot If ...Show All

©2008 Software Development Network