ASP.NET debug IE cannot display page
Fri, 19 Mar 2010 10:26:01 -0700
Hi,
I'm using VS2008 .NET Framework 3.5 ASP.NET project
When I hit a breakpoint in the code and then continue I get "Internet
Explorer cannot display this web page" and the Diagnose Connection Problems
button. It only started happeneing recently, and only it a pause for 20
second or longer.
Removeing teh ...
|
Provide command line arguments from a text file for debugging?
Sun, 14 Mar 2010 20:32:34 -0700 (PDT)
Hi,
Is there a way to use a text file to provide the command line
arguments when debugging in Visual C++?
e.g. I would like to do the following:
Have a .txt file with "--option=something --some-other-option=Blah",
and have the debugger launch my application with "MyApp.exe --
option=something --some-othe ...
|
Problemas con Base de Datos SQL Server 2008
Tue, 9 Mar 2010 10:19:05 -0500
Buen día a todos, tengo una aplicacion web desarrollado en .Net 2003 y la
migre a .Net 2008 pero al momento de grabar los datos en la base de datos
SQL Server 2008 me da un error que me dice no se puede convertir del tipo de
datos varchar a numeric, no se si alguien me puede ayudar a resolver el
error
...
|
VS 2008 Setup project
Fri, 5 Mar 2010 23:18:08 +0100
Hello everybody,
if I use the option in my setup project that all components should be
installed from the web, then the setup installs the english version of
report viewer. I tried for this reason to remove report viewer from the list
of necessary components but I added the german redistributable .exe as
co ...
|
Accessing DLL from main problem
Wed, 3 Mar 2010 07:51:01 -0800
Hello,
I am using "Microsoft Visual Studio 2008 Version 9.0.30729.1 SP Microsoft
.NET Framework Version 3.5 SP1".
I created simple main and dll program. I can call this dll using call method
from main program.
But I am unable to access the dll using windows api "LoadLibrary" and
"GetProcAddress".
"Lo ...
|
Newbee: Simple ASP.net Webform App w oleDB Connection
Wed, 3 Mar 2010 06:24:09 -0800
Hi,
I'm trying to build a simple webform (.aspx) application with database
binding using Microsoft Visual Studio c# .Net.
To establish a SQL Server 2005 database connection to retrieve data from a
table I add a oleDBConnection, a dataSet and a oleDbDataAdapter to my WebForm.
oleDbConnection string is set to ...
|
Refer object as a common class.
Tue, 2 Mar 2010 09:18:23 +0200
Hello.
If I have the code : sender As System.Object
and sender is Button class.
How can I refer sender as a button ?
Thanks :) ...
|
|
|
Changing the event of button.click programmatically
Tue, 2 Mar 2010 02:12:46 +0200
Hello.
How can I programmatically change the event of a button instance in VB.NET
(Visual studio 2008) ?
I.e.
dim b as button
b.Click = ... (How can I do that ?)
Thanks :)
...
|
Convert VBA form to Visual Studio 2010 Beta??
Mon, 1 Mar 2010 12:44:01 -0800
Greetings,
I have followed problem:
My own application is coded in Visual Basic für Application (VBA) in
MS-Project 2007.
Now I want to transfer the application to MS-Visual Studio 2010 Beta.
That is no problem to transfer the source code from VBA to studio, but the
form make problems.
I read that I mu ...
|
Excel VSTO pivot table code revision help needed...
Sun, 28 Feb 2010 07:58:14 -0800 (PST)
Hello,
The first line below works cleanly in my project, but I am having
errors/issues with the next two lines.
Globals.Sheet16.PivotTables("PivotTable2").PivotCache.Refresh()
Globals.Sheet16.PivotTables("PivotTable2").PivotFields("fy").Item(1).Visible
= True
Globals.Sheet16.PivotTables("PivotTable2").Pivo ...
|