Harley Jacome's Q&A profile
Visual Basic Website error
Not sure if this forum is the proper place for this question, but I have a new server, which 2.0 beta framework was just installed (2.0.40607.42). From VS 2005, I created an ASP website on the server in VB. Other than putting "Hello World" in the body of the default page, I changed nothing, and when I brought up the page, I received the following error: Parser Error Message: Could not load type '_Default'. After removing the Impor ...Show All
Visual Basic Executing Visual Basic code from a string
How do I execute visual basic code from a string Here is kind of a sample of what I am doing... Function _Function(ByVal As ) 'This is where it is supposed to execute a function .Execute() End Function So can someone please help me Doesn't anybody know There has to be a way to do it, last time I checked, Visual Basic .NET 2003 could do almost anything. I say alm ...Show All
.NET Development System.Threading.ThreadAbortException' occurred in mscorlib.dll
Hi all, I have a problem while executing the statement as follow : Response.Redirect( "AddUser/AddUser.aspx" ); It gives me an error message as follow : 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\formsauth\64230fa5\240941c6\App_Web_hoxi76sl.dll', Symbols loaded. The thread 0x9b0 has exited with code 0 (0x0). A first chance exception of type 'System.Th ...Show All
SQL Server The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid
Hello, I am getting the following warning in the Application Event Log: The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid. The warning is logged by the SQLBrowser service. This is happening on Windows 2003 server with SQL Server Express 2005. On the same machine SQL Server 2000 is installed. I am currently unable to connect from remote clients to the instance of SQL Express and I bel ...Show All
Visual C++ Trouble with Speech SDK 5.1 and Visual Studio 2005
Hi I updated my version of Vs 2003 to Vs 2005 Pro . My project was sucessfully compilated and linked in 2003 , but i seem to have trouble with SpHelper.h. ( Speech API) Error 18 error C2065: 'psz' : undeclared identifier F:\Program Files\Microsoft Speech SDK 5.1\Include\sphelper.h 2373 Error 38 error C2065: 'psz' : undeclared identifier F:\Program Files\Microsoft Speech SDK 5.1\Include\sphelper.h 23 ...Show All
Visual Basic How to maintain security on server with socket applications
Hello everybody I donot know weather its a right place to this question or not but if this is not a right forum for this question then please let me know My concern is that lets say i have a server that is running a VB.Net application and this application has sockets that listens 24 hours for the connection made from remote sites using TCP/IP. My server is connected on internet Can somebody tells me how I protect my application form being ...Show All
Visual C++ vc6 while debuging muti_thread program, system become very slow
I use vc6 to debug a muti_thread program, if I set break point in both two thread,and then use F5 or F10 run to the break point, while vc has encountered one break point and trying to run to another break point in the second thread, the whole system became very slow! including the "ctrl+alt+del". (The muti_thread code is using traditional samples,and seems has no problems. ) I use windows XP, and on win2000, this will happen occasiona ...Show All
Windows Forms How to show wait cursor (hourglass) in DataGridView
My master/detail grids take a long time to load (several seconds). I want the mouse cursor to change to an hourglass after the user clicks on the master grid (when detail grid's data is loading). How to do this Thanks This is a great question. Basically you will want to use the RowLeave event and set the cursor to the WaitCursor. Then all you need to do is figure out when to set th ...Show All
.NET Development clientside javascript in Pocket Pc2002 and pocket Pc2003
Hi, I've encountered a strange situation. I'm not sure if this is an expected behaviour. Kindly share your thoughts on it. The application i'm working on is developed in VS .NET2002 and .Net Framework 1.0. It is an ASP.NET/C# application and is accessed from a mobile device having Pocket PC 2002. The UI has a main form and 2 input controls (Username and Password) on it. The input controls are in seperate forms inside a table row in the main f ...Show All
Visual Studio Tools for Office Toolbox weird behavior!!!
I am using VSTO 2005. I am working on an Excel Template. Suddenly the toolbox becomes disabled and prevents me from adding controls to the Excel sheet but it is enabled in regard to the taskpane. I reinstalled VSTO and it was enabled but now disabled again. Do you have any idea this is very urgent.... Thank you........ What are you doing immediately before the toolbox becomes disabled Also, after ...Show All
Visual Studio Team System Cannot acces source control after upgrading to RC
The upgrade process from TFSB3R to RC worked fine. After reinstalling the Team Explorer, I can't acces the source control from the Team Explorer Window. The message is : Either source control has not been configured for this team project or you do not have permission to access it. Would you like to create the source control folder, $/Proj1 And if I choose Yes, the message is : Error. The Item $/Proj1 already exists So, th ...Show All
Visual C# Getting Connection String?
I found the code (at the bottom) as a way to fish the connection string out of the config file. However, despite using System.Configuration; I cannot find these references--e.g. ConnectionStringSettings -- in System.Configuration. I find only System.Configuration. ClientSettingsSection System.Configuration. ConfigurationException System.Configuration. ConfigurationSettings System.Configuration. ConfigXmlDocument W ...Show All
Visual Basic Using sender as a case in Select Case Statement
When my form loads it adds some handles (using AddHandler ) to a sub ( showStatus ). What this sub does is checks which control activated the sub (using sender.Equals ) and displays text in the status label ( status ) accordingly. For this I use an If...Then statement for each possibility. There are many possibilities and my code get cluttered. Is there a way to do the same thing with a Select...Case statement. I tried: Select Case sende ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Game Programming Languages
Good afternoon experts, I've been working in the MSDE .NET platform for quite a number of years on a business level. I am familiar with C++, C#, and VB .NET. Since I have been diving a little deeper into game programming with DirectX, using Tom Miller's book in C#, supplemented by Zman's code changes, I have been working primarily with managed C#. I have noticed that many AAA game studios use C++ for thier programming. Before I head into put ...Show All
Visual FoxPro small form failure
I have created a small form to display messages from a larger major app form. It is supposed to display a message for 3 seconds and then disappear. It took me 5 min to make it. It can display its face no problem when run from a browser. The next step was to invoke if programmatically from the main app. I use SET PROCEDURE TO "C:\.....\formName.sct" command. It must be a compiled form file. This statement did not accept anything else, like *.s ...Show All
