Hi!
I've read threads here about the Assembly, File and Assembly Informational versions.
I'd like to know where the Publish version fits in. The result of...
string thisAppsVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
...appears to be the AssemblyVersion. Up until now I've been using the ...
So I am trying to figure out if there is a way to define the files and assemblies I need deployed with a ClickOnce app, from within Visual Studio.
I would like to "Publish" the application and not have to make any more modifications with Mage. Especially for continuous integration.
Is this possible? Can I add something to the app.man...
Hi all,
I have Windows application in csproj in my solution, and I want generate Publish using command line (bat, cmd).
My script is (I put \r\n for better reading):
SET MSBUILD="%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe"
SET CARWIN="..\..\Security.CarWin.csproj"
rem msbuild para publish
%MSBUILD% /target:re...
When using Team Foundation Server & Visual Studio - you can export data from the TFS database to excel, modify the values, and click "publish" to send the new values back to the database.
So, excel becomes a way to view and modify your database table.
The feature works surprisingly well and I'd like to use for other databases we have.
...
I'm running asp.net mvc and have been since last April. All along I have been publishing my site using the Publish feature in Visual Studio. This week, I added some telerik scripts and the jquery 1.4 script. For some reason, when I try to publish, it's failing on the jquery script. All the telerik scripts loaded fine and they are in ...
I'm having problems publishing my MVC project. When I do publish and upload everything to web server I get this:
[InvalidOperationException: The view 'Index' or its master could not be found. The following locations were searched:
~/Views/Home/Index.aspx
~/Views/Home/Index.ascx
~/Views/Shared/Index.aspx
~/Views/Shared/Index.ascx]
Weir...
After authorize the current user to create an application with the createApplication function (http://wiki.developers.facebook.com/index.php/Facebook.createApplication)
I'm trying to publish streams on this new application page :
$facebook = new Facebook(API_KEY,API_SECRET);
$facebook->api_client->begin_permissions_mode(NEW_APP...
Hi all, I have this trouble:
I am using VS 2008 Team Suite, and I have WinForms csproj. I want Publish it using ClickOnce.
In Publish Properties of csproj, I have these values:
Publishing Folder Location (web site,
ftp server, or file path):
C:\ClickOnce\Frk.Security.CarWin.WebInstall\Publicacion\
Installation Folder URL (...
This is running me nuts. I have this web service implemented w/ C# using VS 2008. I publish it on IIS. I have modified the release build so the pdb files are copied along with the dlls into the target directory on inetpub.
Also web.config file has debug=true.
Then I call a web service that throws an exception. The stack trace does not...
I have a silverlight application which works perfectly and can access the WCF services which are hosted in silverlight application itself. The port it is using is 1794.
When I deploy to other servers (dev or test or staging), the application is not able to access WCF services.
This is a snippet from my ServiceReference.ClientConfig lo...
I have a web application written in ASP.Net 3.0 using C#, the production machine is a windows server 2003 with IIS 6.0 and sql server 2005.
Application Structure
The following shows the structure of my ASP.net web application:
root application in IIS (//localhost/es) includes the common pages, for instance: master pages, theme, user ...
Hello all,
Here is my problem Use case:
- User will use a tool enables him to create a Form template that includes place holders for TextBoxes and data items.
-After that user will upload the template to a website
- Then user requests the template by the web site . website will replaces placeholders and
shows the user the form.
- then...
Hi,
I'm having a problem when browsing a published site on local iis7 (on windows 7).
When browsing the asp.net site through VS2008 with F5 (dev iis) it works fine. When publishing it and browsing, I get a:
Server Error in '/MySite' Application.
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
...
I've been working to understand FB API, apps and pages for 2 weeks and end up exhausted. I created a company page, developed an app to publish feeds to that page. It works fine, but I have to find a way to show its action links only to that page's fans. I tried Page.IsFan() method, but it is not working, as said in docs.
I desperately n...
Good day
I am using VS 2008
I am getting fed up with this error. I have search all over the web and tried every possible suggestion to this error I could find.
1. delete app_code, build, add files back, publish. (did not work)
2. delete temporary asp.net files (did not work)
in the end I even tried the command line and get the followi...
hi,
I am new to iphone development.I have created facebook application and i have displayed the login page and publish page. now i want to share my content(title and summary) display dynamically.
i dont know how to give the contents dynamically,
Here my code and display statically, it will published.
but i want to give my contents d...
I'm trying to publish an XNA game through the Visual Studio Publish tool. The game uses some compiled and some non-compiled content. Basically, I have a level loaded in via XML serialization and a short video. These two files are essentially streamed in, so they aren't compiled. The publish tool includes the compiled content fine, but an...
Like all of you know (if not, you should!) when I use the embed stuff to link a SWF to a class, only the first layer is utilized by my class.
So.. is there a way to use all of the other layers too?
Thx!
...
Hi,
I've developed a VB.NET console application and tried to use the Build | Publish menu option in Visual Studio 2008 to create a Setup. It works fine except two things:
- when I run the Setup on a Windows 2003 Server, it installs the application in the C:\Winnt\profiles\\Local Settings\Apps\2.0 directory. How can I configure the setup...
Client has a bunch of Access databases and associated reports.
He wants to make the reports available (live, not snapshots) via a secure extranet.
He's willing to recreate the reports using a proprietary GUI if necessary, but ideally would like a solution that exports his reports "as is" to the web.
Had a look at Caspio Bridge. It's p...