all groups > visual studio .net general > october 2007 > threads for october 8 - 14, 2007
Filter by week: 1 2 3 4 5
problems with ClickOnce deployment
Posted by Nadav Popplewell at 10/13/2007 11:50:02 PM
Hi everybody,
Lately I've run across several problems with ClickOnce deployment of a
windows application.
I'm using VS2005 Team Edition for Software developers + SP1.
The problems are:
1. I can't publish content files of library projects.
i.e. if I want to publish application X which ... more >>
Saving .sln in VS.NET 2005 .sln format in Orcas Beta 2
Posted by Cat at 10/13/2007 4:50:15 PM
Orcas beta 2 supports three types of .net applications; 2.0, 3.0 and
3.5. It looks like the project file (.csproj) is compatible between
2005 and Orcas when if I create a project for .net 2.0 in Orcas. But
not the .sln file. It doesn't open in VS.NET 2005. Is there any way to
save .sln file in V... more >>
Unable to run simple macro
Posted by sippyuconn at 10/12/2007 1:15:03 PM
Hi
Trying just to run a simple macro but no luck
Go to MAcro Explorer and dbl-click on macro or R-Click RUN with no luck
What am I missing ????
Thanks
Public Sub test()
MsgBox("This is my macro")
End Sub... more >>
Can't view Workflow Classes in Object Browser (VS 2005)
Posted by BBM at 10/12/2007 11:16:01 AM
Hi,
I have .Net 3.0 installed, and the VS extentions for WF. I've been able to
create and run Workflows. But I do not see the System.Workflow namespace in
the VS 2005 object browser, and cannot browse Workflow classes.
When I view any Namespace, the Object Browser tells me it's reading a... more >>
TeamBuild with TFS
Posted by Daniel at 10/10/2007 7:39:01 PM
Hi,
I'm trying to setup an automated build with the TeamBuild in TFS. A problem
I'm faced with is how to get the preconfiguration for those tests done so
that the tests can run automatically in the progress of TeamBuild. Here are
the tasks I need to achieve:
-Replace the connection string... more >>
??? "Custom Tool" (ResGen.exe) Can't be Found ???
Posted by Tom Baxter at 10/9/2007 11:29:28 PM
Hi all,
I see this behavior in VS 2005 (and 2008).
I have a text file in my project consisting of name/value pairs. I want to
create a ".resources" file from this text file use resgen. So, in the
"Custom Tool" property for this text file I specify "resgen.exe".
Unfortunately, I get the f... more >>
Could not access ''CDO.Message'' object. - Multiple Recipients
Posted by PatB at 10/9/2007 11:00:02 AM
I am having a problem sending email from a Web application written in .NET 1.1.
The function below has been in use for a few years. At some point it
stopped working when the more than one recipient is sent in (sent as list of
email addresses separated by a semicolon).
The biggest problem ... more >>
|