Questions tagged [vb.net]
17 questions
30
votes
5 answers
Scheduled job not running to completion; event logged with return code 3762504530
I'm just a lowly developer, but a scheduled (2:00 am) VB.Net console app job I inherited is intermittently not running to completion. About half the time, it just doesn't run to completion, logging and event:
Task Scheduler successfully completed…

Amorphous Blob
- 301
- 1
- 3
- 4
6
votes
4 answers
Bulk fax handling
I have been tasked with finding/creating a bulk fax solution to fax individual reports to hundred of our clients (each report will be unique). We would prefer to stay away from a per page service as the cost would add up rather quickly.
The key…

Sean
- 163
- 1
- 3
2
votes
2 answers
Live site is down. Too much traffic. Where do I start. (Win 2003 + ASP.NET + Memcached + SQL Server 2005)
Our traffic has gone up significantly, but our site works fine for most of the day, but during our peak hours, our site has been crippled. Requests are being queued in the hundreds and then everything goes back to normal once our peak period is…
Aaron
2
votes
3 answers
Vote-fraud prevention --how to ensure votes are legitimate
A website I'm working on includes a contest where users are allowed to vote for their favorite entry. The customer wants some form of vote-fraud prevention.
The idea of recording the IP addresses of all those placing votes has come up, but I'm…

ks78
- 849
- 2
- 10
- 20
1
vote
1 answer
"Access Denied” error while creating Amazon S3 bucket even i have permission as given snipet
I am trying to access bucket of Amazon S3 using VB.Net code. Like,
Dim config As AmazonS3Config = New AmazonS3Config
config.ServiceURL = "https://s3-us-west-2.s3-website-us-west-2.amazonaws.com/scrape-pool/daily"
client =…

Divya Nimavat
- 11
- 1
1
vote
1 answer
Calling individual powershell functions from VB.net
I have a powershell script that has a bunch of powershell functions. I want to be able to selectivly call indiviual functions from my VB.net application without running the whole script.
My research into calling Powershell code from VB.net has…

Glenn Timchishen
- 11
- 2
1
vote
2 answers
Allowing non-admin users to unstick the print spooler
I currently have an issue where the print queue is getting stuck on a central print server (windows server 2008). Using the "Clear all documents" function does not clear it and gets stuck too. I need non-admin users to be able to clear the print…

Reafidy
- 319
- 1
- 7
- 18
1
vote
1 answer
Error connecting to SQL Server 2008 Express over a LAN
We have a VB.NET application which uses SQL Server Express 2008. This application could have any number of users. One user will be the server, so there won't be any problem in connecting (.\SQlExpress). But other users have to access the database…
prabal shetty
1
vote
2 answers
Changing IIS application pool identity to local system
Hey guys, I've recently been having problems with Microsoft Server 2008, Plesk, and MSSQL. The problem was that when one of my applications in the pool tried to access the database I got an error saying it doesn't have access.
I have now fixed this…

Rob
- 117
- 1
- 4
1
vote
2 answers
VB.NET in IIS 7 on Windows 7
I set up IIS 7 in Windows 7 and made a very simple script to test it in the Default website.
I get the the following error:
Parser Error Message: '”VB”' is not a supported language.
Source Error:
Line 1: <%@ Page Language=”VB” %>
What am I doing…

mmcglynn
- 355
- 2
- 4
- 14
1
vote
2 answers
IIS mystery: "Deadlock detected" periodically makes site unavailable
A few times a day, our vb.net (IIS 6.0) website is randomly throwing the following error and becomes completely unavailable for 5-15 minutes at a time while the application is recycled:
ISAPI…

jskunkle
- 121
- 1
- 4
1
vote
1 answer
what's the port number of mysql
I'm trying to connect mysql with vb.net, I've already downloaded the mysql connector-net. And installed it.
But I don't know what is the port number , server address of mysql. Its needed in the connection string. Please…

user28233
- 125
- 1
- 3
- 12
0
votes
1 answer
5.7.1 relay access denied when accessing from vb.net application
I am developing a program in vb.net which needs to connect directly with my mailserver (postfix) to send emails which will be directed towards email to sms transmissions. My mailserver is otherwise working properly and I am not having any problems…

James Stafford
- 113
- 5
0
votes
0 answers
Nested email distribution groups not receiving mail to a particular DL in Exchange 2010
We have a distribution list (called "MasterDL", for example) that has sub-DLs inside it, as well as normal personal user email accounts alongside those nested DLs. For some reason, only the individual accounts are receiving any mail sent to…

starmandeluxe
- 101
- 1
- 4
0
votes
1 answer
Deploying .vbhtml on Local IIS Installation
I've come into a company that has been using asp.net for some web applications stored on our local servers. There's no current programmer, so I've used what knowledge I have to build a new feature using MebMatrix Razor VB.NET pages and our current…

Marc Ripley
- 101
- 2