Starsearch's Q&A profile
Smart Device Development deployment to mobile device
Hi. Sorry, I did not know where to post this exactly Just installed VS.NET 2005 with .NET 2.0. I have a smartphone device (C500/SMT5600) and I cannot seem to deploy the application to it (a simple "hello" app) It fails to connect: All attempts to connect to the deployment target at port 5655 have failed. Addresses attempted: 127.0.0.1. The device security configuration may have disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device. Connect to device failed. Now, I can successfull ...Show All
Visual Studio Tools for Office Newbie Develop Office App using .Net
Hi everybody, I like to study on developing office applications like excel and word using C#, what do I need to install and study materials to study Can you provide me a list I am using VS 2002 and Visual C# 2005 Express Edition. Thanks in advanced. den2005 Besides the Office applications, themselves, AND their PIAs, there's nothing you really need to install. The order of installation is important: be sure the .NET Framework is installed on the machine before installing Office 2003, then the PIAs will install automatically into the GAC. As a reference, I can recommend .NET Development for ...Show All
Visual C# C# project compiling timestamp?
How do I get C# project compiling timestamp, i.e Tuesday Oct 11, 2005 13:45:23 It's quite easy in C++, but cannot find a hint in C#. Thanks! ...Show All
Visual Studio Express Editions LPCWSTR doesn't work with reg commands
I am making some functions that use regcreatekeyex, regsetvalueex, ect. So I made them and tested them by making a command prompt program and had no problems. Then I tried using the in the form designer and the compiler keeps telling me it can't convert my parameters that are strings into LPCWSTR. So I add the (LPCWSTR) in front of the parameter to convert it. Well my project compiles but recreatekeyex and stuff never succeed. How can I fix this Did you actually check rgValue between the two lines I told you to check (After RegCloseKey(hk) but before return rgValue) I don't think you performed w ...Show All
SQL Server CLR Enabled
Can anyone tell me what this means and how to fix it I created a stored procedure in VS2005 and did a build. When I went to SQL Server there was the stored procedure but when I run it I get the error.... Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option I changed the 'clr enabled' property to 1 using sp_configure but I still get this error. Thanks Mike This works very well! But if I change the .Net application, adds new methods etc. how do I tell the MS SQL Server about the new features, without dropping and adding the assembly ...Show All
Visual Basic Reading INI files
I tried using search and the help feature in vb 8 but could not find any matches on this subject. I want to read info from an ini file. Is there an API I could use to get this done Or is there an easy way to do it with vb 8 Thank you. See this link- http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=418711&SiteID=1 ...Show All
.NET Development (Jet 4.0 OleDB) Parseing Excel Files fails...
Hi, I am using the oledb 4.0 driver for querying an excel file and parseing it out in c# winforms. The problem is the files have a large header (10 rows of text) so what is happening is some of the numeric columns are simply not getting picked up, just a null is returned. For example: The xls file has 10 rows of header info... customer names and legal disclaimers etc starting on row 11 we get data lets say there are 3 columns 2 are names and 1 is numeric. When I query this worksheet using oledb I will get both name columns back, but all nulls for the numeric. If I remove the 10 lines of headers all 3 co ...Show All
Visual C# simulating domain users file operations
Hi guys, I want to simulate in code that some domain user is copying file from location to another. This user is not the current logged in user. I'm designing a testing tool that simulates domain users file operations to test access right on a certain folder. Please tell me if this is possible or not and how and I'll be very thankful Hi, Just to share thoughts I have came across similar problem, I think what you need to do is to have a Windows Service that only runs in each individual machine and detectes if users are logged onor not and it monitors all the files that bieng copi ...Show All
Visual Basic click once application install
is it possible to have a click once app install for all users at the moment my click once app is only installed for the logged on user and is not available to the other users of the workstation. thanks in advance GS ClickOnce only supports installs for a single, current, user. Supporting per-machine installs is being considered for a future version. ...Show All
Visual FoxPro huella digital
como le puedo hacer para integrar un lector de huella digital a mi aplicacion, el lector es digitalpersona(marca), requiero hacer una base de datos de las mismas y poder consultarlas si trae manual, pero solo es la instalacion personal o sea en la misma computadora y requiero de hacer una base de datos con las huellas digitales de todos los empleados. ...Show All
Visual Studio Wheres SQL2005 Enterprise Manager?
Just installed visual web developer 2005. It makes you clean your computer of everything before installing...so I uninstalled SQL 2000. When you install it, it gives you an option to install SQL 2005 so I selected it. It appears that SQL 2005 looks somewhat installed...but I don't see an Enterprise manager equivalent... Whats the name of Enterprise Manager in SQL 2005 Where is it Why is it not on the programs group Wev Dev does not require you to uninstall SQL 2000. It requires you to uninstall SQL Server Express Beta (if its on the machine). The SQL version that gets installed with web dev is SQL Server Express, which does not ...Show All
Visual Studio Tools for Office building solution containing VSTO on CruiseControl.NET?
I'm trying to build a .NET 2.0 solution containing VSTO on CruiseControl.NET 1.0. I have the .NET 2.0 SDK installed and regular .NET projects build fine using msbuild. .NET 1.1 solutions with VSTO for VS2003 build fine as well. The 2.0 VSTO project fails because a number of files are missing. Fair enough, but there doesn't seem to be a VSTO SDK I could install. The VSTO runtime does not contain all the files required to build and I cannot install VSTO itself because there's no Office on my build server (it should be as clean as possible). I started by copying all the files it complained about, but I end up with an error message : C:\Pro ...Show All
SQL Server Problem while deploying Report on server
Deploying to http://localhost/ReportServer Deploying data source '/Report Project1/cnt_SDS_REQUEST'. The Report Server Web Service is unable to access secure information in the report server. Please verify that the WebServiceAccount is specified correctly in the report server config file. Dear Lukasz, your post was very helpfull, but I've a very strange bug. If I try to open a report all work fine. But if I click on a record (that should open a new sub-report) I've this: Not sufficient rights for the NT Authority\NetworkService account to complete this operation If I try to do the same thing using then Report Builder all work ...Show All
SQL Server International Date Formatting
I am currently taking a US standard date/time then using a passed in parameter to determine language. Changing for example from 'en-US' to 'en-GB'. Now I need to go from the format of MM/dd to dd/MM to reflect birthday only not date of birth. ...Show All
Windows Forms Can DataGridViewComboBoxCell be able to edit by user (like a normal Combobox)?
Can DataGridViewComboBoxCell be able to edit by user, like a normal ComboBox If can't, how to customize a cell/column to get this feature Thanks a lot! hi all, http://www.windowsforms.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc this link was very usefull, i have a combo box, its a databound now i want the combo box to be editable, and i have to check whether the new entry is not available in the databound, if not available should store into the database, how to validate this requirements, helps please. Regards, Prasenna. K ...Show All
