by: Mads |
last post by:
Hi
we see some strange behavior with the latest version of our deployment package
Background
We have a .Net product that is deployed via a website. Developed with VS.Net 2003, the deployment...
|
by: Sam Learner |
last post by:
Hello,
I am developing an application using VB .NET 2003 I will sell it in a Web
Store.
I understand not every Windows machine necessarily have the .NET runtime 1.1
installed... So I used the...
|
by: Aurimas Norkevicius |
last post by:
I have two web projects and a class library in the same solution. Both web
projects uses class library dll.
How to create a web setup project to install class library into client
computers gac and...
|
by: Oz |
last post by:
Hi
We in our company build asp.net and MS SQL Server apps for deployment on
clients' machines. We have created an Installer class (DBInstaller) which
runs several scripts to build a database,...
|
by: geodev |
last post by:
Hello,
I’m attempting to develop an asp.net application.
I have the following installed on my workstation: XP SP2 with all the
latest updates; IIS version 5.1 as part of the XP install; MS...
|
by: Richard L Rosenheim |
last post by:
I have an application that works, which is written in VB using Visual Studio
2003. Now, I'm trying to create a setup application for it. As the
application uses Crystal Reports, I followed the...
|
by: SStory |
last post by:
I have an app that includes media files (graphics) and those included in the
msi setup.
They are not 100% necessary and can change. The problem is if I delete one
of them, then the next time I...
|
by: Sathyaish |
last post by:
I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, I
also created a setup project to install the add-in. It all works well.
When the user double-clicks on the .msi file to...
|
by: LeAnne |
last post by:
where can i download the setup for vb.net 2005 express edition.
the link on MS site allows me to download only a file which when run will
install it onto my computer.
What i need is the whole...
|
by: Pradnya Patil |
last post by:
Hi ,
I need to export some of the reports to MS EXCEL & MS WORD
in a WEB
APPLICATION.I also need to LOCK some of the Columns in
EXCEL-sheet.Right now I need to
run the Interoperability...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|