microsoft.public.vsnet.general
  Home FAQ Contact Sign in
microsoft.public.vsnet.general only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.vsnet.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Developing recommendations         


Author: Asaf
Date: May 30, 2008 07:35

Hello,

I would like to have recommendations for the following.

I am going to develop a server application in VS.NET C# for sending SMS
messages thru SMPP connections.
I have three SMPP connections and they are always connected to the SMPP
server so they will be in a Windows Service.

The SQL Server will receive mobile numbers data from an ASP.NET web site
from the users.

My question, is what are the recommendations to pool the mobile numbers and
text SMS from DB and send SMS messages thru all three SMPP connections
without delay as I know I can pool sum data from DB each 10 seconds for
example but I am looking for something like to push the data as it arrived to
DB into the SMPP connections and also to let all the three connections to be
used for max send capacity.

Any advice will be much appreciated,
Asaf
no comments
  VS 2008, setup project - update a windows service         


Author: MAggIK
Date: May 30, 2008 00:41

Hi,

I'm developing an application that consists of a windows service
application (let's call it serviceApp.exe), and two other regular
applications (lets call them configApp.exe and monitorApp.exe). The
monitorApp...
Show full article (1.80Kb)
no comments
  Solution         


Author:
Date: May 28, 2008 23:40

HERE is the REAL answer!

http://technorati.com/posts/Yadz3Mj1pxHPSJLlnUs1tL1sIwU5jXa5rNBbIAnYdvs%%3D

You need to:

Unbind the solutions/projectsfrom TFS
Open the SLN file in notepad.
ELIMINATE ALL the "GlobalSection(TeamFoundationVersionControl) = preSolution" sections...I had 3.
Rebind the solution/all projects.

We lost the "Projects have recently been added..." and another message "Could not read all properties.". Everything looks good right now.

--Mike
no comments
  TerminalServerSession returns true when RDP to XP with /console switch         


Author: davewilliamson55555
Date: May 28, 2008 12:02

Context = vb.net 2005, .net framework 2.0

On Windows XP,
System.Windows.Forms.SystemInformation.TerminalServerSession is
returning True when connected to Windows XP via remote desktop using
the /console switch.

I confirmed in Task Manager (users tab) that the session shows as "RDP-
Tcp#blah" rather than console.

Is this expected behavior?

If this is expected behavior, how does an application distiguish if it
is running in terminal services versus a windows xp remote desktop
session?
1 Comment
  Version, Publish and Build numbers         


Author: michael
Date: May 27, 2008 12:18

How can I get the Build and Publish numbers at runtime? I can get the version
number (My.Application.Info.Version), including Major/Minor revisions. I'm
using VS 2008
--
Michael
no comments
  Error: File exists ??         


Author: Daniele [ADMIN]
Date: May 27, 2008 10:44

- Visual Studio 2008 - Windows XP SP3
Every time I want to see any window of the code of my project, or when
I want to save the project, I see this error: "Existing file.", with
title "Microsoft Visual Studio"
(this occurs with any project, and the problem started only few days
ago)
You know why?
Thanks and sorry for my english :)
no comments
  Using Visual Studio 2003         


Author: Meat
Date: May 27, 2008 05:04

Hi,

I cannot use Visual Studio 2003 on a W2K3 server. Everytime I want to start
VS, I always receive this error message :

The instruction at "0x0012f5dc" referenced memory at "0x0012f5dc". The
memory could not be "written".

I tried to uninstall/reinstall the application, completely reinstall the
server : there's nothing I can do, I still receive the error message.

What should I do?

Thank you.
4 Comments
  FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more...         


Author: Dhanabal
Date: May 27, 2008 01:39

FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO
VBScript, SAP - ABAP visit ebooks.univdatabase.com
no comments
  hp ipaq Model: h4150 ipaq wireless card to a netgear router         


Author: brandonhall_1
Date: May 26, 2008 16:07

I'm unable to connect using the ipaq wireless card to a netgear router
running wpa-psk encrytion. If I take encrytion off the ipaq and the router
and can connect wireless to the internet.
no comments
  Losing a DataSource         


Author: michael
Date: May 25, 2008 20:01

Twice now, I've lost a DataSource from the IDE. Not really sure how it
occurs. Before the loss, the ...DataSet.(vb,xsc,xss) and
...DataSet.Designer.vb were all listed as Tree items under DataSet.xsd. The
DataSource could be seen under the DataSources tab

Then, for an unknown reason, there were no DataSets under the DataSources
tab (it said "Click to add..."). To recreate the DataSource I had to right
click on the ...DataSet.xsd file and then click on "Run Custom Tool". This
recreated the DataSource, but left the ...DataSet.vb file unassociated with
the DataSource. You needed to delete it and create a new one (by double
clicking on the designer of the DataSource).

Anyone seen this?
--
Michael
no comments
1 2 3 4 5 6 7