Srikant0102's Q&A profile
.NET Development Pass file stream between projects
Hi, I have 2 web service projects called "CLient_Side" and "Server_side". "Client_Side" has a web reference to "Server_side" but its not the other way around (i.e Server_side will not have a reference to Client_side). I want to pass files between the 2 web services. For moving file from Server_Side to Client_Side, I did the below: 1. On Server_side, I read the file contents as a memory stream 2. Attached it a ...Show All
SQL Server Cannot create a connection to data source !!!! SSRS 2005
I cannot get this error resolve either for myself or any users, and I'm actually part of the Admin group! Furthermore, a user with whom I'm tring allow to view this report keeps getting prompted for their windows username and password. I thought that since this datasource was set to Windows Authentification that it would just pass it through I'm pulling my hair out at this point: Screen Shots: http://www.webfo ...Show All
Visual FoxPro How to prevent VFP application from decompiled by Refox/Unfoxall?
I found that UnfoxAll and Refox can decompile nearly all VFP application. Is there anyway to protect VFP code from decompilation Pls try: http://www.leafe.com/dls/vfp ...Show All
Visual C# How Can write and Read to the Setting file in windows Form Programmatically?
Hi I have been googling without success on how to write to a setting file in c# but cannot find any docs. I only know that I have to create a wrapper class inherit from ApplicationSettingBase but there my knowledge stop. What I would like to do is imitate the connection process when you create a connection in vs 2005. User press a button and connects to the Server/DB and at this point I would like to write to the Setting file program ...Show All
Visual FoxPro Combine records into 1 text box using ALLTRIM
I have a table that has City, State, & Zip in separate fields in a table. I want to combine those fields to fit in a single text box on a form. So far I have learned that I need to add this ALLTRIM(City) + ", " + ALLTRIM(State) + " " + ALLTRIM(Zip_Code) . I thought I could put this in the expression builder but I get an error saying "The data source for this object must be a variable reference." What am I doing wrong Thanks ...Show All
Visual Studio Express Editions I can´t create a new Website!
When I try to create a new web site, I get this error "the number separator information specified in the numberformatinfo in ambiguous for parsing" and the project isn't created. I can create new single files but no project. My Windows is XP danish I trying to create asp.net Web Site version 2.0.50215 My mail Haniiraqi@hotmail.com you also could try to change the decimalseparator to , and groupseparator ...Show All
Visual Studio Error : Value cannot be null ,Parameter name:Key
Hello All, In addition to the details posted on another thread for the same topic, I am getting this error for some specific users logged on the same machine. Here is the scenario: 1)I develop certain functionality and save it locally. The error may or may not come. Even if I do encounter this error I am able to continue after I close and rebuild the solution file or relogin. 2) If on the same machine if another User logs in and ru ...Show All
Visual Basic Get Local Users Full Name
Hi All I did post this in VB General but no-one can come up with a answer there so... How can I get the local users full logon name under VB.Net now i.e. John Smith as opposed to SmithJ There was a function for VB6 that would return this but under NET... There was no built-in function for user full name in VB6, whatever API you were using to get it should translate to .NET. ...Show All
Visual Studio Team System MS Project Field Mappings
Does anyone know where I could find more information about customizing the field mappings with MS Project The current mappings have extremely odd behavior that doesn't seem consistent, i.e. no duration can be specified apparently because it isn't mapped but % complete can be specified IF you fill in Microsoft.VSTS.Scheduling.CompletedWork and Microsoft.VSTS.Scheduling.RemainingWork (but you have to use both and if they don't match Micros ...Show All
Smart Device Development asking for smart devices...
Hi, what is the smart device actually.. ..what is it for.. Sorry, may be this is a silly question...I am a newbie want to learn about this... Thanks a lot, Jennifer it is a good question. Here is something about Smart Devices http://www.microsoft.com/net/products/devices.asp Smart devices are PCs, laptops, workstations, phones, handheld computers, Tablet PCs, and machines we are only b ...Show All
Windows Forms odd Argument passing
Has anyone seen an argument passed "As Any" before. What data type is this and why can't I see it in the object browser though it appears in the list of types when declaring a function from a DLL. This applies to Visual Basic&nb ...Show All
Visual Studio Tools for Office Adding attachment to a mail
I'm trying to find an example of adding an attachment to an email message. I know how to create/address an email message via C# code. However, now I want to open a specific folder (I'll hardcode the folder name into the app) and for every message in that folder, add it to the new email as an attachment and send it. Once it's send then I'd delete all the messages from that folder. I can't find the proper syntax for adding those ...Show All
Visual Studio Express Editions To VB 03 or VB EE, that is the Question.
I have an application that was programmed in VB 5 (yes, Five). I purchased VB.Net 2003 a couple of years ago to update my application by adding new screens, illustrations and generally make it pretty. A few days ago, I decided to get started on my updates and I found out about these forums and have read about the different versions of VB. I am not much of a programmer, but seem to be able to get by, however after spending a week with VB.Ne ...Show All
SQL Server Error: Server Agent cant find dts file
Im trying to schedule an integration sevice package with no anvile. I have tried both running it in Agent under Integration services and operation system (CmdExec) and still wont work. Under CmdExec, the command is /FILE "C:\Documents and Settings\ebuah\My Documents\Visual Studio 2005\Projects\Swamp_Solution\FIRSTTIME_DOWNLOAD\SSIS_ACT.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF. In the advance tab, I checked outfile to a ...Show All
Visual Basic Conversion from string "0" to type 'Integer' is not valid.
I'm getting the above error when trying to pass the value from a hiddenfield control to an integer parameter in a class. This results in a "Input string was not in a correct format. " error. If I try to cast the hiddenfield's value to an integer, I get the same conversion error ('Conversion from string "0" to type 'Integer' is not valid.'). is this a bug Basically I'm having exactly the same problems with dates ...Show All
